Neha Patil (Editor)

Metric (mathematics)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Metric (mathematics)

In mathematics, a metric or distance function is a function that defines a distance between each pair of elements of a set. A set with a metric is called a metric space. A metric induces a topology on a set, but not all topologies can be generated by a metric. A topological space whose topology can be described by a metric is called metrizable.

Contents

An important source of metrics in differential geometry are metric tensors, bilinear forms that may be defined from the tangent vectors of a differentiable manifold onto a scalar. A metric tensor allows distances along curves to be determined through integration, and thus determines a metric. However, not every metric comes from a metric tensor in this way.

Definition

A metric on a set X is a function (called the distance function or simply distance)

d : X × X [ 0 , ) ,

where [ 0 , ) is the set of non-negative real numbers (because distance can't be negative so we can't use R ), and for all x , y , z X , the following conditions are satisfied:

Conditions 1 and 2 together define a positive-definite function. The first condition is implied by the others.

A metric is called an ultrametric if it satisfies the following stronger version of the triangle inequality where points can never fall 'between' other points:

d ( x , z ) max ( d ( x , y ) , d ( y , z ) )

for all x , y , z X

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

For sets on which an addition + : X × XX is defined, d is called a translation invariant metric if

d ( x , y ) = d ( x + a , y + a )

for all x, y and a in X.

Examples

  • The discrete metric: if x = y then d(x,y) = 0. Otherwise, d(x,y) = 1.
  • The Euclidean metric is translation and rotation invariant.
  • The taxicab metric is translation invariant.
  • More generally, any metric induced by a norm is translation invariant.
  • If ( p n ) n N is a sequence of seminorms defining a (locally convex) topological vector space E, then
  • d ( x , y ) = n = 1 1 2 n p n ( x y ) 1 + p n ( x y ) is a metric defining the same topology. (One can replace 1 2 n by any summable sequence ( a n ) of strictly positive numbers.)
  • Graph metric, a metric defined in terms of distances in a certain graph.
  • The Hamming distance in coding theory.
  • Riemannian metric, a type of metric function that is appropriate to impose on any differentiable manifold. For any such manifold, one chooses at each point p a symmetric, positive definite, bilinear form L: Tp × Tp → ℝ on the tangent space Tp at p, doing so in a smooth manner. This form determines the length of any tangent vector v on the manifold, via the definition ||v|| = √L(v, v). Then for any differentiable path on the manifold, its length is defined as the integral of the length of the tangent vector to the path at any point, where the integration is done with respect to the path parameter. Finally, to get a metric defined on any pair {x, y} of points of the manifold, one takes the infimum, over all paths from x to y, of the set of path lengths. A smooth manifold equipped with a Riemannian metric is called a Riemannian manifold.
  • The Fubini–Study metric on complex projective space. This is an example of a Riemannian metric.
  • String metrics, such as Levenshtein distance and other string edit distances, define a metric over strings.
  • Graph edit distance defines a distance function between graphs.
  • Equivalence of metrics

    For a given set X, two metrics d1 and d2 are called topologically equivalent (uniformly equivalent) if the identity mapping

    id: (X,d1) → (X,d2)

    is a homeomorphism (uniform isomorphism).

    For example, if d is a metric, then min ( d , 1 ) and d 1 + d are metrics equivalent to d .

    See also notions of metric space equivalence.

    Metrics on vector spaces

    Norms on vector spaces are equivalent to certain metrics, namely homogeneous, translation-invariant ones. In other words, every norm determines a metric, and some metrics determine a norm.

    Given a normed vector space ( X , ) we can define a metric on X by

    d ( x , y ) := x y .

    The metric d is said to be induced by the norm .

    Conversely if a metric d on a vector space X satisfies the properties

  • d ( x , y ) = d ( x + a , y + a ) (translation invariance)
  • d ( α x , α y ) = | α | d ( x , y ) (homogeneity)
  • then we can define a norm on X by

    x := d ( x , 0 )

    Similarly, a seminorm induces a pseudometric (see below), and a homogeneous, translation invariant pseudometric induces a seminorm.

    Metrics on multisets

    We can generalize the notion of a metric from a distance between two elements to a distance between two nonempty finite multisets of elements. A multiset is a generalization of the notion of a set such that an element can occur more than once. Define Z = X Y if Z is the multiset consisting of the elements of the multisets X and Y , that is, if x occurs once in X and once in Y then it occurs twice in Z . A distance function d on the set of nonempty finite multisets is a metric if

    1. d ( X ) = 0 if all elements of X are equal and d ( X ) > 0 otherwise (positive definiteness), that is, (non-negativity plus identity of indiscernibles)
    2. d ( X ) is invariant under all permutations of X (symmetry)
    3. d ( X Y ) d ( X Z ) + d ( Z Y ) (triangle inequality)

    Note that the familiar metric between two elements results if the multiset X has two elements in 1 and 2 and the multisets X , Y , Z have one element each in 3. For instance if X consists of two occurrences of x , then d ( X ) = 0 according to 1.

    A simple example is the set of all nonempty finite multisets X of integers with d ( X ) = max { x : x X } min { x : x X } . More complex examples are information distance in multisets; and normalized compression distance (NCD) in multisets.

    Generalized metrics

    There are numerous ways of relaxing the axioms of metrics, giving rise to various notions of generalized metric spaces. These generalizations can also be combined. The terminology used to describe them is not completely standardized. Most notably, in functional analysis pseudometrics often come from seminorms on vector spaces, and so it is natural to call them "semimetrics". This conflicts with the use of the term in topology.

    Extended metrics

    Some authors allow the distance function d to attain the value ∞, i.e. distances are non-negative numbers on the extended real number line. Such a function is called an extended metric or "∞-metric". Every extended metric can be transformed to a finite metric such that the metric spaces are equivalent as far as notions of topology (such as continuity or convergence) are concerned. This can be done using a subadditive monotonically increasing bounded function which is zero at zero, e.g. d′(x, y) = d(x, y) / (1 + d(x, y)) or d′′(x, y) = min(1, d(x, y)).

    The requirement that the metric take values in [0,∞) can even be relaxed to consider metrics with values in other directed sets. The reformulation of the axioms in this case leads to the construction of uniform spaces: topological spaces with an abstract structure enabling one to compare the local topologies of different points.

    Pseudometrics

    A pseudometric on X is a function d : X × XR which satisfies the axioms for a metric, except that instead of the second (identity of indiscernibles) only d(x,x)=0 for all x is required. In other words, the axioms for a pseudometric are:

    1. d(x, y) ≥ 0
    2. d(x, x) = 0 (but possibly d ( x , y ) = 0 for some distinct values x y .)
    3. d(x, y) = d(y, x)
    4. d(x, z) ≤ d(x, y) + d(y, z).

    In some contexts, pseudometrics are referred to as semimetrics because of their relation to seminorms.

    Quasimetrics

    Occasionally, a quasimetric is defined as a function that satisfies all axioms for a metric with the possible exception of symmetry:

    1. d(x, y) ≥ 0 (positivity)
    2. d(x, y) = 0   if and only if   x = y (positive definiteness)
    3. d(x, y) = d(y, x) (symmetry, dropped)
    4. d(x, z) ≤ d(x, y) + d(y, z) (triangle inequality)

    Quasimetrics are common in real life. For example, given a set X of mountain villages, the typical walking times between elements of X form a quasimetric because travel up hill takes longer than travel down hill. Another example is a taxicab geometry topology having one-way streets, where a path from point A to point B comprises a different set of streets than a path from B to A. Nevertheless, this notion is rarely used in mathematics, and its name is not entirely standardized.

    A quasimetric on the reals can be defined by setting

    d(x, y) = xy if xy, and d(x, y) = 1 otherwise. The 1 may be replaced by infinity or by 1 + 10 ( y x ) .

    The topological space underlying this quasimetric space is the Sorgenfrey line. This space describes the process of filing down a metal stick: it is easy to reduce its size, but it is difficult or impossible to grow it.

    If d is a quasimetric on X, a metric d' on X can be formed by taking

    d'(x, y) = 12(d(x, y) + d(y, x)).

    Metametrics

    In a metametric, all the axioms of a metric are satisfied except that the distance between identical points is not necessarily zero. In other words, the axioms for a metametric are:

    1. d(x, y) ≥ 0
    2. d(x, y) = 0 implies x = y (but not vice versa.)
    3. d(x, y) = d(y, x)
    4. d(x, z) ≤ d(x, y) + d(y, z).

    Metametrics appear in the study of Gromov hyperbolic metric spaces and their boundaries. The visual metametric on such a space satisfies d(x, x) = 0 for points x on the boundary, but otherwise d(x, x) is approximately the distance from x to the boundary. Metametrics were first defined by Jussi Väisälä.

    Semimetrics

    A semimetric on X is a function d : X × XR that satisfies the first three axioms, but not necessarily the triangle inequality:

    1. d(x, y) ≥ 0
    2. d(x, y) = 0   if and only if   x = y
    3. d(x, y) = d(y, x)

    Some authors work with a weaker form of the triangle inequality, such as:

    d(x, z) ≤ ρ (d(x, y) + d(y, z))     (ρ-relaxed triangle inequality) d(x, z) ≤ ρ max(d(x, y), d(y, z))     (ρ-inframetric inequality).

    The ρ-inframetric inequality implies the ρ-relaxed triangle inequality (assuming the first axiom), and the ρ-relaxed triangle inequality implies the 2ρ-inframetric inequality. Semimetrics satisfying these equivalent conditions have sometimes been referred to as "quasimetrics", "nearmetrics" or inframetrics.

    The ρ-inframetric inequalities were introduced to model round-trip delay times in the internet. The triangle inequality implies the 2-inframetric inequality, and the ultrametric inequality is exactly the 1-inframetric inequality.

    Premetrics

    Relaxing the last three axioms leads to the notion of a premetric, i.e. a function satisfying the following conditions:

    1. d(x, y) ≥ 0
    2. d(x, x) = 0

    This is not a standard term. Sometimes it is used to refer to other generalizations of metrics such as pseudosemimetrics or pseudometrics; in translations of Russian books it sometimes appears as "prametric".

    Any premetric gives rise to a topology as follows. For a positive real r, the "open" r-ball centred at a point p is defined as

    Br(p) = { x | d(x, p) < r }.

    A set is called open if for any point p in the set there is an "open" r-ball centred at p which is contained in the set. Every premetric space is a topological space, and in fact a sequential space. In general, the "open" r-balls themselves need not be open sets with respect to this topology. As for metrics, the distance between two sets A and B, is defined as

    d(A, B) = infxA, yB d(x, y).

    This defines a premetric on the power set of a premetric space. If we start with a (pseudosemi-)metric space, we get a pseudosemimetric, i.e. a symmetric premetric. Any premetric gives rise to a preclosure operator cl as follows:

    cl(A) = { x | d(x, A) = 0 }.

    Pseudoquasimetrics

    The prefixes pseudo-, quasi- and semi- can also be combined, e.g., a pseudoquasimetric (sometimes called hemimetric) relaxes both the indiscernibility axiom and the symmetry axiom and is simply a premetric satisfying the triangle inequality. For pseudoquasimetric spaces the open r-balls form a basis of open sets. A very basic example of a pseudoquasimetric space is the set {0,1} with the premetric given by d(0,1) = 1 and d(1,0) = 0. The associated topological space is the Sierpiński space.

    Sets equipped with an extended pseudoquasimetric were studied by William Lawvere as "generalized metric spaces". From a categorical point of view, the extended pseudometric spaces and the extended pseudoquasimetric spaces, along with their corresponding nonexpansive maps, are the best behaved of the metric space categories. One can take arbitrary products and coproducts and form quotient objects within the given category. If one drops "extended", one can only take finite products and coproducts. If one drops "pseudo", one cannot take quotients. Approach spaces are a generalization of metric spaces that maintains these good categorical properties.

    Important cases of generalized metrics

    In differential geometry, one considers a metric tensor, which can be thought of as an "infinitesimal" quadratic metric function. This is defined as a nondegenerate symmetric bilinear form on the tangent space of a manifold with an appropriate differentiability requirement. While these are not metric functions as defined in this article, they induce what is called a pseudo-semimetric function by integration of its square root along a path through the manifold. If one imposes the positive-definiteness requirement of an inner product on the metric tensor, this restricts to the case of a Riemannian manifold, and the path integration yields a metric.

    In general relativity the related concept is a metric tensor (general relativity) which expresses the structure of a pseudo-Riemannian manifold. Though the term "metric" is used in cosmology, the fundamental idea is different because there are non-zero null vectors in the tangent space of these manifolds. This generalized view of "metrics", in which zero distance does not imply identity, has crept into some mathematical writing too:

    References

    Metric (mathematics) Wikipedia