Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Metric space


 Contents
In mathematics, a metric space is a set (or "space") where a distance between points is defined.

1 History

Maurice Fréchet introduced metric spaces in his work Sur quelques points du calcul fonctionnel, Rendic. Circ. Mat. Palermo 22(1906) 1-74.

2 Formal definition

Formally, a metric space M is a set of points with an associated distance function (also called a metric) d : M × M -> R (where R is the set of real numbers). For all x, y, z in M, this function is required to satisfy the following conditions:

  1. d(x, y) ≥ 0
  2. d(x, x) = 0
  3. if   d(x, y) = 0   then   x = y     (identity of indiscernibles)
  4. d(x, y) = d(y, x)     (symmetry)
  5. d(x, z) ≤ d(x, y) + d(y, z)     ( triangle inequality).

These axioms express intuitive notions about the concept of distance. For example, that the distance between distinct points is positive and the distance from x to y is the same as the distance from y to x. The triangle inequality means that going from x to z directly, is no longer than going first from x to y, and then from y to z. In Euclidean geometry, this is easy to see. Metric spaces allow this concept to be extended to a more abstract setting.

In metric spaces, one can talk about limits of sequences; a metric space in which every Cauchy sequence has a limit is said to be complete.

A metric d on M is called intrinsic if any two points x and y in M can be joined by a curve with length arbitrarily close to d(x, y).

3 Examples



Read more »

Non User