Aka. distance.
For a set V, a metric d on V is such that:
- d:V×V→R is a function
- ∀x,y∈V,d(x,y)≥0
- ∀x,y∈V,d(x,y)=0⟺x=y
- Commutative: ∀x,y∈V,d(x,y)=d(y,x)
- ∀x,y,z∈V,d(x,z)≤d(x,y)+d(y,z)
The distance defined using the norm is also a metric.
Metric Space
Any set equipped with a metric.