Metric Space
Updated: October 21, 2020
A set and a function which defines the distance between two points on that set
An ordered pair (X,d), where X is an arbitrary set and d is a metric (distance-defining function).
The metric defines the following properties:
- d(a,b)=0 iff a=b
- d(a,b)>0 (if a≠b)
- d(a,b)=d(b,a)
- d(a,c)≤d(a,b)+d(b,c)
(Note: #4 is a restatement of the Triangle Inequality)
Give the above axioms, an additional, implicit axiom is
d(a,b)≥0
which stands in agreement with an intuitive formation of the concept of distance.