Metric

Aka. distance.

For a set VV, a metric dd on VV is such that:

  • d:V×VRd: V\times V \rightarrow \mathbb{R} is a function
  • x,yV,  d(x,y)0\forall x,y \in V,\;d(x,y) \ge 0
  • x,yV,  d(x,y)=0    x=y\forall x,y \in V,\;d(x,y)=0 \iff x=y
  • Commutative
    x,yV,  d(x,y)=d(y,x)\forall x,y \in V,\;d(x,y)=d(y,x)
  • x,y,zV,  d(x,z)d(x,y)+d(y,z)\forall x,y,z \in V,\;d(x,z)\le d(x,y)+d(y,z)

The distance defined using the norm is also a metric.

Metric Space

Any set equipped with a metric.

Written by September 13, 2026 1 min read
Was this helpful?