Difference between revisions of "Metric Spaces"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(Created page with "In mathematics, a '''metric space''' is a set together with a metric on the set. The metric is a function (math...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
In [[mathematics]], a '''metric space''' is a [[Set (mathematics)|set]] together with a [[Metric (mathematics)#Definition|metric]] on the set. The metric is a [[function (mathematics)|function]] that defines a concept of ''distance'' between any two [[Element (mathematics)|members]] of the set, which are usually called [[point (geometry)|points]].  The metric satisfies a few simple properties. Informally:
+
In mathematics, a '''metric space''' is a set together with a metric on the set. The metric is a function that defines a concept of ''distance'' between any two members of the set, which are usually called points.  The metric satisfies a few simple properties. Informally:
 
* the distance from <math>A</math> to <math>B</math> is zero if and only if <math>A</math> and <math>B</math> are the same point,  
 
* the distance from <math>A</math> to <math>B</math> is zero if and only if <math>A</math> and <math>B</math> are the same point,  
 
* the distance between two distinct points is positive,   
 
* the distance between two distinct points is positive,   
Line 5: Line 5:
 
* the distance from <math>A</math> to <math>B</math> is less than or equal to the distance from <math>A</math> to <math>B</math> via any third point <math>C</math>.
 
* the distance from <math>A</math> to <math>B</math> is less than or equal to the distance from <math>A</math> to <math>B</math> via any third point <math>C</math>.
  
A metric on a space induces [[topological properties]] like [[open set|open]] and [[closed set]]s, which lead to the study of more abstract [[topological space]]s.
+
A metric on a space induces topological properties like open and closed sets, which lead to the study of more abstract topological spaces.
  
The most familiar metric space is [[3-dimensional Euclidean space]]. In fact, a "metric" is the generalization of the [[Euclidean metric]] arising from the four long-known properties of the Euclidean distance. The Euclidean metric defines the distance between two points as the length of the [[Straight line|straight]] [[line segment]] connecting them. Other metric spaces occur for example in [[elliptic geometry]] and [[hyperbolic geometry]], where distance on a [[sphere]] measured by angle is a metric, and the [[hyperboloid model]] of hyperbolic geometry is used by [[special relativity]] as a metric space of [[velocities]]. Some of non-geometric metric spaces include spaces of finite strings ([[finite sequence]]s of symbols from a predefined alphabet) equipped with e.g. a [[Hamming distance|Hamming]]'s or [[Levenshtein distance]], a space of subsets of any metric space equipped with [[Hausdorff distance]], a space of [[Real-valued function|real functions]] [[integral|integrable]] on a unit [[interval (mathematics)|interval]] with an integral metric <math>d(f,g)=\int_{x=0}^{x=1}\left\vert f(x)-g(x)\right\vert\,dx</math> or probabilistic spaces on any chosen metric space equipped with [[Wasserstein metric]]. See also the section {{Section link||Examples of metric spaces}}.
+
The most familiar metric space is 3-dimensional Euclidean space. In fact, a "metric" is the generalization of the Euclidean metric arising from the four long-known properties of the Euclidean distance. The Euclidean metric defines the distance between two points as the length of the straight line segment connecting them. Other metric spaces occur for example in elliptic geometry and hyperbolic geometry, where distance on a sphere measured by angle is a metric, and the hyperboloid model of hyperbolic geometry is used by special relativity as a metric space of velocities. Some of non-geometric metric spaces include spaces of finite strings (finite sequences of symbols from a predefined alphabet) equipped with e.g. a Hamming's or Levenshtein distance, a space of subsets of any metric space equipped with Hausdorff distance, a space of real functions integrable on a unit interval with an integral metric <math>d(f,g)=\int_{x=0}^{x=1}\left\vert f(x)-g(x)\right\vert\,dx</math> or probabilistic spaces on any chosen metric space equipped with Wasserstein metric. See also the section Examples of metric spaces.
  
 
== Definition ==
 
== Definition ==
A '''metric space''' is an [[ordered pair]] <math>(M,d)</math> where <math>M</math> is a set and <math>d</math> is a [[metric (mathematics)|metric]] on <math>M</math>, i.e., a [[Function (mathematics)|function]]
+
A '''metric space''' is an ordered pair <math>(M,d)</math> where <math>M</math> is a set and <math>d</math> is a metric on <math>M</math>, i.e., a function
  
 
:<math>d\,\colon M \times M \to \mathbb{R}</math>
 
:<math>d\,\colon M \times M \to \mathbb{R}</math>
  
such that for any <math>x, y, z \in M</math>, the following holds:<ref>{{cite book|author=B. Choudhary|title=The Elements of Complex Analysis|url=https://books.google.com/books?id=5K9i2YwgTjYC&pg=PA20|year=1992|publisher=New Age International|isbn=978-81-224-0399-2|page=20}}</ref>
+
such that for any <math>x, y, z \in M</math>, the following holds:
  
<!-- same table is at [[Metric (mathematics)#Definition]] -->
 
 
:{|
 
:{|
 
|-
 
|-
| 1. || <math>d(x,y) = 0 \iff x = y</math> || [[identity of indiscernibles]]
+
| 1. || <math>d(x,y) = 0 \iff x = y</math> || identity of indiscernibles
 
|-
 
|-
| 2. || <math>d(x,y)  = d(y,x) </math> || [[Symmetric function|symmetry]]
+
| 2. || <math>d(x,y)  = d(y,x) </math> || symmetry
 
|-
 
|-
| 3. || <math>d(x,z) \le d(x,y) + d(y, z)</math>  || [[subadditivity]] or [[triangle inequality]]
+
| 3. || <math>d(x,z) \le d(x,y) + d(y, z)</math>  || subadditivity or triangle inequality
 
|}
 
|}
  
Line 48: Line 47:
 
Ignoring mathematical details, for any system of roads and terrains the distance between two locations can be defined as the length of the shortest route connecting those locations. To be a metric there shouldn't be any one-way roads. The triangle inequality expresses the fact that detours aren't shortcuts. If the distance between two points is zero, the two points are indistinguishable from one-another. Many of the examples below can be seen as concrete versions of this general idea.
 
Ignoring mathematical details, for any system of roads and terrains the distance between two locations can be defined as the length of the shortest route connecting those locations. To be a metric there shouldn't be any one-way roads. The triangle inequality expresses the fact that detours aren't shortcuts. If the distance between two points is zero, the two points are indistinguishable from one-another. Many of the examples below can be seen as concrete versions of this general idea.
  
== Examples of metric spaces == <!-- [[Finite Metric space]] redirects here-->
+
== Examples of metric spaces ==  
* The [[real number]]s with the distance function <math>d(x,y) = | y - x |</math> given by the [[absolute difference]], and, more generally, [[Euclidean space|Euclidean {{mvar|n}}-space]] with the [[Euclidean distance]], are [[complete space|complete]] metric spaces. The [[rational number]]s with the same distance function also form a metric space, but not a complete one.
+
* The real numbers with the distance function <math>d(x,y) = | y - x |</math> given by the absolute difference, and, more generally, Euclidean {{mvar|n}}-space with the Euclidean distance, are complete metric spaces. The rational numbers with the same distance function also form a metric space, but not a complete one.
* The [[positive real numbers]] with distance function <math>d(x,y) =\left| \log(y/x) \right|</math> is a complete metric space.
+
* The positive real numbers with distance function <math>d(x,y) =\left| \log(y/x) \right|</math> is a complete metric space.
* Any [[normed vector space]] is a metric space by defining <math>d(x,y) = \lVert y - x \rVert</math>, see also [[Metric (mathematics)#Metrics on vector spaces|metrics on vector spaces]]. (If such a space is [[Complete metric space|complete]], we call it a [[Banach space]].) Examples:
+
* Any normed vector space is a metric space by defining <math>d(x,y) = \lVert y - x \rVert</math>, see also metrics on vector spaces. (If such a space is complete, we call it a Banach space.) Examples:
** The [[Manhattan norm]] gives rise to the [[Manhattan distance]], where the distance between any two points, or vectors, is the sum of the differences between corresponding coordinates.
+
** The Manhattan norm gives rise to the Manhattan distance, where the distance between any two points, or vectors, is the sum of the differences between corresponding coordinates.
** {{anchor|Mannheim}}The cyclic [[Mannheim metric]] or [[Mannheim distance]] is a modulo variant of the Manhattan metric.<ref name="Huber_1994"/><ref name="Strang-Dammann-Roeckl-Plass_2009"/>
+
** The cyclic Mannheim metric or Mannheim distance is a modulo variant of the Manhattan metric.
** The [[maximum norm]] gives rise to the [[Chebyshev distance]] or chessboard distance, the minimal number of moves a [[king (chess)|chess king]] would take to travel from <math>x</math> to <math>y</math>.
+
** The maximum norm gives rise to the Chebyshev distance or chessboard distance, the minimal number of moves a chess king would take to travel from <math>x</math> to <math>y</math>.
* {{anchor|SNCF}}The [[British Rail]] metric (also called the “post office metric” or the “[[SNCF]] metric”) on a [[normed vector space]] is given by <math>d(x,y) = \lVert x \rVert + \lVert y \rVert</math> for distinct points <math>x</math> and <math>y</math>, and <math>d(x,x) = 0</math>. More generally <math>\lVert \cdot \rVert</math> can be replaced with a function <math>f</math> taking an arbitrary set <math>S</math> to non-negative reals and taking the value <math>0</math> at most once:  then the metric is defined on <math>S</math> by <math>d(x,y) = f(x) + f(y)</math> for distinct points <math>x</math> and <math>y</math>, and {{nowrap|<math>d(x,x) = 0</math>.}} The name alludes to the tendency of railway journeys to proceed via London (or Paris) irrespective of their final destination.
+
* The British Rail metric (also called the “post office metric” or the “SNCF metric”) on a normed vector space is given by <math>d(x,y) = \lVert x \rVert + \lVert y \rVert</math> for distinct points <math>x</math> and <math>y</math>, and <math>d(x,x) = 0</math>. More generally <math>\lVert \cdot \rVert</math> can be replaced with a function <math>f</math> taking an arbitrary set <math>S</math> to non-negative reals and taking the value <math>0</math> at most once:  then the metric is defined on <math>S</math> by <math>d(x,y) = f(x) + f(y)</math> for distinct points <math>x</math> and <math>y</math>, and <math>d(x,x) = 0</math>.  The name alludes to the tendency of railway journeys to proceed via London (or Paris) irrespective of their final destination.
* If <math>(M,d)</math> is a metric space and <math>X</math> is a [[subset]] of {{nowrap|<math>M</math>,}} then <math>(X,d)</math> becomes a metric space by restricting the domain of <math>d</math> to {{nowrap|<math>X \times X</math>.}}
+
* If <math>(M,d)</math> is a metric space and <math>X</math> is a subset of <math>M</math>, then <math>(X,d)</math> becomes a metric space by restricting the domain of <math>d</math> to <math>X \times X</math>.
* The [[discrete metric]], where <math>d(x,y) = 0</math> if <math>x=y</math> and <math>d(x,y) = 1</math> otherwise, is a simple but important example, and can be applied to all sets. This, in particular, shows that for any set, there is always a metric space associated to it. Using this metric, the singleton of any point is an [[open ball]], therefore every subset is open and the space has the [[discrete topology]].
+
* The discrete metric, where <math>d(x,y) = 0</math> if <math>x=y</math> and <math>d(x,y) = 1</math> otherwise, is a simple but important example, and can be applied to all sets. This, in particular, shows that for any set, there is always a metric space associated to it. Using this metric, the singleton of any point is an open ball, therefore every subset is open and the space has the discrete topology.
* A finite metric space is a metric space having a [[finite set|finite]] number of points.  Not every finite metric space can be [[Isometry|isometrically]] embedded in a [[Euclidean space]].<ref>[[Nati Linial|Nathan Linial]]. [https://arxiv.org/abs/math/0304466 ''Finite Metric Spaces—Combinatorics, Geometry and Algorithms'', Proceedings of the ICM, Beijing 2002, vol. 3, pp573–586] {{webarchive|url=https://web.archive.org/web/20180502190916/https://arxiv.org/abs/math/0304466 |date=2018-05-02 }}</ref><ref>[http://kam.mff.cuni.cz/~matousek/metrop.ps''Open problems  on embeddings  of finite  metric  spaces'', edited by Jirīı Matoušek, 2007] {{webarchive|url=https://web.archive.org/web/20101226232112/http://kam.mff.cuni.cz/~matousek/metrop.ps |date=2010-12-26 }}</ref>
+
* A finite metric space is a metric space having a finite number of points.  Not every finite metric space can be isometrically embedded in a Euclidean space.
* The [[hyperbolic geometry#Models of the hyperbolic plane|hyperbolic plane]] is a metric space. More generally:
+
* The hyperbolic plane is a metric space. More generally:
** If <math>M</math> is any [[connectedness|connected]] [[Riemannian manifold]], then we can turn <math>M</math> into a metric space by defining the distance of two points as the [[infimum]] of the lengths of the paths (continuously differentiable [[curve]]s) connecting them.
+
** If <math>M</math> is any connected Riemannian manifold, then we can turn <math>M</math> into a metric space by defining the distance of two points as the infimum of the lengths of the paths (continuously differentiable curves) connecting them.
* If <math>X</math> is some set and <math>M</math> is a metric space, then, the set of all [[bounded function]]s <math>f \colon X \to M</math> (i.e. those functions whose image is a [[bounded subset]] of <math>M</math>) can be turned into a metric space by defining <math>d(f,g) = \sup_{x \in X} d(f(x),g(x))</math> for any two bounded functions <math>f</math> and <math>g</math> (where <math>\sup</math> is [[supremum]]).<ref>Searcóid, [https://books.google.com/books?id=aP37I4QWFRcC&pg=PA107 p. 107].</ref> This metric is called the [[uniform metric]] or supremum metric, and If <math>M</math> is complete, then this [[function space]] is complete as well. If ''X'' is also a topological space, then the set of all bounded [[continuous function (topology)|continuous]] functions from <math>X</math> to <math>M</math> (endowed with the uniform metric), will also be a complete metric if ''M'' is.
+
* If <math>X</math> is some set and <math>M</math> is a metric space, then, the set of all bounded functions <math>f \colon X \to M</math> (i.e. those functions whose image is a bounded subset of <math>M</math>) can be turned into a metric space by defining <math>d(f,g) = \sup_{x \in X} d(f(x),g(x))</math> for any two bounded functions <math>f</math> and <math>g</math> (where <math>\sup</math> is supremum). This metric is called the uniform metric or supremum metric, and If <math>M</math> is complete, then this function space is complete as well. If ''X'' is also a topological space, then the set of all bounded continuous functions from <math>X</math> to <math>M</math> (endowed with the uniform metric), will also be a complete metric if ''M'' is.
* If <math>G</math> is an [[graph theory|undirected connected graph]], then the set <math>V</math> of vertices of <math>G</math> can be turned into a metric space by defining <math>d(x,y)</math> to be the length of the shortest path connecting the vertices <math>x</math> and {{nowrap|<math>y</math>.}} In [[geometric group theory]] this is applied to the [[Cayley graph]] of a group, yielding the [[word metric]].
+
* If <math>G</math> is an undirected connected graph, then the set <math>V</math> of vertices of <math>G</math> can be turned into a metric space by defining <math>d(x,y)</math> to be the length of the shortest path connecting the vertices <math>x</math> and <math>y</math>. In geometric group theory this is applied to the Cayley graph of a group, yielding the word metric.
* [[Graph edit distance]] is a measure of dissimilarity between two [[Graph (discrete mathematics)|graphs]], defined as the minimal number of [[Graph operations|graph edit operations]] required to transform one graph into another.
+
* Graph edit distance is a measure of dissimilarity between two graphs, defined as the minimal number of graph edit operations required to transform one graph into another.
* The [[Levenshtein distance]] is a measure of the dissimilarity between two [[string (computer science)|strings]] <math>u</math> and <math>v</math>, defined as the minimal number of character deletions, insertions, or substitutions required to transform <math>u</math> into <math>v</math>. This can be thought of as a special case of the shortest path metric in a graph and is one example of an [[edit distance]].
+
* The Levenshtein distance is a measure of the dissimilarity between two strings <math>u</math> and <math>v</math>, defined as the minimal number of character deletions, insertions, or substitutions required to transform <math>u</math> into <math>v</math>. This can be thought of as a special case of the shortest path metric in a graph and is one example of an edit distance.
* Given a metric space <math>(X,d)</math> and an increasing [[concave function]] <math>f \colon [0,\infty) \to [0,\infty)</math> such that <math>f(x) = 0</math> if and only if <math>x=0</math>, then <math>f \circ d</math> is also a metric on <math>X</math>.
+
* Given a metric space <math>(X,d)</math> and an increasing concave function <math>f \colon [0,\infty) \to [0,\infty)</math> such that <math>f(x) = 0</math> if and only if <math>x=0</math>, then <math>f \circ d</math> is also a metric on <math>X</math>.
* Given an [[injective function]] <math>f</math> from any set <math>A</math> to a metric space <math>(X,d)</math>, <math>d(f(x), f(y))</math> defines a metric on <math>A</math>.
+
* Given an injective function <math>f</math> from any set <math>A</math> to a metric space <math>(X,d)</math>, <math>d(f(x), f(y))</math> defines a metric on <math>A</math>.
* Using [[T-theory]], the [[tight span]] of a metric space is also a metric space. The tight span is useful in several types of analysis.
+
* Using T-theory, the tight span of a metric space is also a metric space. The tight span is useful in several types of analysis.
* The set of all <math>m</math> by <math>n</math> [[matrix (mathematics)|matrices]] over some [[field (mathematics)|field]] is a metric space with respect to the [[Rank (linear algebra)|rank]] distance <math>d(X,Y) = \mathrm{rank}(Y - X)</math>.
+
* The set of all <math>m</math> by <math>n</math> matrices over some field is a metric space with respect to the rank distance <math>d(X,Y) = \mathrm{rank}(Y - X)</math>.
* The [[Helly metric]] is used in [[game theory]].
+
* The Helly metric  is used in game theory.
  
 
== Open and closed sets, topology and convergence ==
 
== Open and closed sets, topology and convergence ==
Every metric space is a [[topological space]] in a natural manner, and therefore all definitions and theorems about general topological spaces also apply to all metric spaces.
+
Every metric space is a topological space in a natural manner, and therefore all definitions and theorems about general topological spaces also apply to all metric spaces.
  
About any point <math>x</math> in a metric space <math>M</math> we define the '''[[open ball]] of radius <math>r > 0</math> (where <math>r</math> is a real number) about <math>x</math> ''' as the set
+
About any point <math>x</math> in a metric space <math>M</math> we define the '''open ball of radius <math>r > 0</math> (where <math>r</math> is a real number) about <math>x</math> ''' as the set
 
:<math>B(x;r) = \{y \in M : d(x,y) < r\}.</math>
 
:<math>B(x;r) = \{y \in M : d(x,y) < r\}.</math>
These open balls form the [[base (topology)|base]] for a topology on ''M'', making it a [[topological space]].
+
These open balls form the base for a topology on ''M'', making it a topological space.
  
Explicitly, a subset <math>U</math> of <math>M</math> is called '''[[open set|open]]''' if for every <math>x</math> in <math>U</math> there exists an <math>r > 0</math> such that <math>B(x;r)</math> is contained in <math>U</math>. The [[complement (set theory)|complement]] of an open set is called '''[[closed set|closed]]'''. A [[neighborhood (topology)|neighborhood]] of the point <math>x</math> is any subset of <math>M</math> that contains an open ball about <math>x</math> as a subset.
+
Explicitly, a subset <math>U</math> of <math>M</math> is called '''open''' if for every <math>x</math> in <math>U</math> there exists an <math>r > 0</math> such that <math>B(x;r)</math> is contained in <math>U</math>. The complement of an open set is called '''closed'''. A neighborhood of the point <math>x</math> is any subset of <math>M</math> that contains an open ball about <math>x</math> as a subset.
  
A topological space which can arise in this way from a metric space is called a [[metrizable space]].
+
A topological space which can arise in this way from a metric space is called a metrizable space.
  
A [[sequence]] (<math>x_n</math>) in a metric space <math>M</math> is said to [[limit of a sequence|converge]] to the limit <math>x \in M</math> [[if and only if]] for every <math>\varepsilon>0</math>, there exists a natural number ''N'' such that <math>d(x_n,x) < \varepsilon </math> for all <math>n > N</math>. Equivalently, one can use the general definition of convergence available in all topological spaces.
+
A sequence (<math>x_n</math>) in a metric space <math>M</math> is said to converge to the limit <math>x \in M</math> if and only if for every <math>\varepsilon>0</math>, there exists a natural number ''N'' such that <math>d(x_n,x) < \varepsilon </math> for all <math>n > N</math>. Equivalently, one can use the general definition of convergence available in all topological spaces.
  
 
A subset <math>A</math> of the metric space <math>M</math> is closed if and only if every sequence in <math>A</math> that converges to a limit in <math>M</math> has its limit in <math>A</math>.
 
A subset <math>A</math> of the metric space <math>M</math> is closed if and only if every sequence in <math>A</math> that converges to a limit in <math>M</math> has its limit in <math>A</math>.
Line 89: Line 88:
  
 
===Complete spaces===
 
===Complete spaces===
{{Main|Complete metric space}}
 
  
A metric space <math>M</math> is said to be '''complete''' if every [[Cauchy sequence]] converges in <math>M</math>. That is to say: if <math>d(x_n, x_m) \to 0</math> as both <math>n</math> and <math>m</math> independently go to infinity, then there is some <math>y\in M</math> with <math>d(x_n, y) \to 0</math>.
 
  
Every [[Euclidean space]] is complete, as is every closed subset of a complete space. The rational numbers, using the absolute value metric <math>d(x,y) = \vert x - y \vert</math>, are not complete.
+
A metric space <math>M</math> is said to be '''complete''' if every Cauchy sequence converges in <math>M</math>. That is to say: if <math>d(x_n, x_m) \to 0</math> as both <math>n</math> and <math>m</math> independently go to infinity, then there is some <math>y\in M</math> with <math>d(x_n, y) \to 0</math>.
  
Every metric space has a unique (up to [[isometry]]) [[completion (metric space)|completion]], which is a complete space that contains the given space as a [[dense set|dense]] subset. For example, the real numbers are the completion of the rationals.
+
Every Euclidean space is complete, as is every closed subset of a complete space. The rational numbers, using the absolute value metric <math>d(x,y) = \vert x - y \vert</math>, are not complete.
 +
 
 +
Every metric space has a unique (up to isometry) completion, which is a complete space that contains the given space as a dense subset. For example, the real numbers are the completion of the rationals.
  
 
If <math>X</math> is a complete subset of the metric space <math>M</math>, then <math>X</math> is closed in <math>M</math>. Indeed, a space is complete if and only if it is closed in any containing metric space.
 
If <math>X</math> is a complete subset of the metric space <math>M</math>, then <math>X</math> is closed in <math>M</math>. Indeed, a space is complete if and only if it is closed in any containing metric space.
  
Every complete metric space is a [[Baire space]].
+
Every complete metric space is a Baire space.
  
 
===Bounded and totally bounded spaces===
 
===Bounded and totally bounded spaces===
 
[[File:Diameter of a Set.svg|thumb|Diameter of a set.]]
 
[[File:Diameter of a Set.svg|thumb|Diameter of a set.]]
{{See also|bounded set}}
+
A metric space <math>M</math> is called '''bounded''' if there exists some number <math>r</math>, such that <math>d(x, y) \leq r</math> for all <math>x, y \in M.</math>  The smallest possible such <math>r</math> is called the '''diameter''' of <math>M.</math> The space <math>M</math> is called '''precompact''' or '''totally bounded''' if for every <math>r>0</math> there exist finitely many open balls of radius <math>r</math> whose union covers <math>M.</math> Since the set of the centres of these balls is finite, it has finite diameter, from which it follows (using the triangle inequality) that every totally bounded space is bounded.  The converse does not hold, since any infinite set can be given the discrete metric (one of the examples above) under which it is bounded and yet not totally bounded.
A metric space <math>M</math> is called '''{{visible anchor|bounded|Metric bounded space}}''' if there exists some number <math>r</math>, such that <math>d(x, y) \leq r</math> for all <math>x, y \in M.</math>  The smallest possible such <math>r</math> is called the '''{{visible anchor|[[diameter]]|Diameter of a metric space}}''' of <math>M.</math> The space <math>M</math> is called '''precompact''' or '''[[totally bounded]]''' if for every <math>r>0</math> there exist finitely many open balls of radius <math>r</math> whose union covers <math>M.</math> Since the set of the centres of these balls is finite, it has finite diameter, from which it follows (using the triangle inequality) that every totally bounded space is bounded.  The converse does not hold, since any infinite set can be given the discrete metric (one of the examples above) under which it is bounded and yet not totally bounded.
 
  
Note that in the context of [[Interval (mathematics)|interval]]s in the space of [[real number]]s and occasionally regions in a Euclidean space <math>\R^n</math> a bounded set is referred to as "a finite interval" or "finite region". However boundedness should not in general be confused with "finite", which refers to the number of elements, not to how far the set extends; finiteness implies boundedness, but not conversely. Also note that an unbounded subset of <math>\R^n</math> may have a finite [[Lebesgue measure|volume]].
+
Note that in the context of intervals in the space of real numbers and occasionally regions in a Euclidean space <math>\R^n</math> a bounded set is referred to as "a finite interval" or "finite region". However boundedness should not in general be confused with "finite", which refers to the number of elements, not to how far the set extends; finiteness implies boundedness, but not conversely. Also note that an unbounded subset of <math>\R^n</math> may have a finite volume.
  
 
===Compact spaces===
 
===Compact spaces===
A metric space <math>M</math> is compact if every sequence in <math>M</math> has a [[subsequence]] that converges to a point in <math>M</math>. This is known as [[sequentially compact space|sequential compactness]] and, in metric spaces (but not in general topological spaces), is equivalent to the topological notions of [[countably compact space|countable compactness]] and [[compact space|compactness]] defined via [[open cover]]s.
+
A metric space <math>M</math> is compact if every sequence in <math>M</math> has a subsequence that converges to a point in <math>M</math>. This is known as sequential compactness and, in metric spaces (but not in general topological spaces), is equivalent to the topological notions of countable compactness and compactness defined via open covers.
  
Examples of compact metric spaces include the closed interval <math>[0,1]</math> with the absolute value metric, all metric spaces with finitely many points, and the [[Cantor set]]. Every closed subset of a compact space is itself compact.
+
Examples of compact metric spaces include the closed interval <math>[0,1]</math> with the absolute value metric, all metric spaces with finitely many points, and the Cantor set. Every closed subset of a compact space is itself compact.
  
A metric space is compact if and only if it is complete and totally bounded.  This is known as the [[Heine–Borel theorem]]. Note that compactness depends only on the topology, while boundedness depends on the metric.
+
A metric space is compact if and only if it is complete and totally bounded.  This is known as the Heine–Borel theorem. Note that compactness depends only on the topology, while boundedness depends on the metric.
  
[[Lebesgue's number lemma]] states that for every open cover of a compact metric space <math>M</math>, there exists a "Lebesgue number" <math>\delta</math> such that every subset of <math>M</math> of [[diameter]] <math>r<\delta</math> is contained in some member of the cover.
+
Lebesgue's number lemma states that for every open cover of a compact metric space <math>M</math>, there exists a "Lebesgue number" <math>\delta</math> such that every subset of <math>M</math> of diameter <math>r<\delta</math> is contained in some member of the cover.
  
Every compact metric space is [[second countable]],<ref>{{cite web|url=http://planetmath.org/encyclopedia/CompactMetricSpacesAreSecondCountable.html|title=PlanetMath: a compact metric space is second countable<!-- Bot generated title -->|website=planetmath.org|access-date=2 May 2018|url-status=live|archive-url=https://web.archive.org/web/20090205003114/http://planetmath.org/encyclopedia/CompactMetricSpacesAreSecondCountable.html|archive-date=5 February 2009}}</ref> and is a continuous image of the [[Cantor set]]. (The latter result is due to [[Pavel Alexandrov]] and [[Pavel Samuilovich Urysohn|Urysohn]].)
+
Every compact metric space is second countable, and is a continuous image of the Cantor set. (The latter result is due to Pavel Alexandrov and Urysohn.)
  
 
===Locally compact and proper spaces===
 
===Locally compact and proper spaces===
A metric space is said to be [[locally compact]] if every point has a compact neighborhood. Euclidean spaces are locally compact, but infinite-dimensional Banach spaces are not.
+
A metric space is said to be locally compact if every point has a compact neighborhood. Euclidean spaces are locally compact, but infinite-dimensional Banach spaces are not.
  
A space is [[proper space|proper]] if every closed ball <math>\{y\, \colon d(x,y)\leq r\}</math> is compact. Proper spaces are locally compact, but the converse is not true in general.
+
A space is proper if every closed ball <math>\{y\, \colon d(x,y)\leq r\}</math> is compact. Proper spaces are locally compact, but the converse is not true in general.
  
 
===Connectedness===
 
===Connectedness===
A metric space <math>M</math> is [[connected space|connected]] if the only subsets that are both open and closed are the empty set and <math>M</math> itself.
+
A metric space <math>M</math> is connected if the only subsets that are both open and closed are the empty set and <math>M</math> itself.
  
A metric space <math>M</math> is [[connectedness|path connected]] if for any two points <math>x, y \in M</math> there exists a continuous map <math>f\colon [0,1] \to M</math> with <math>f(0)=x</math> and <math>f(1)=y</math>.
+
A metric space <math>M</math> is path connected if for any two points <math>x, y \in M</math> there exists a continuous map <math>f\colon [0,1] \to M</math> with <math>f(0)=x</math> and <math>f(1)=y</math>.
 
Every path connected space is connected, but the converse is not true in general.
 
Every path connected space is connected, but the converse is not true in general.
  
There are also local versions of these definitions: [[locally connected space]]s and [[connectedness|locally path connected spaces]].
+
There are also local versions of these definitions: locally connected spaces and locally path connected spaces.
  
[[Simply connected space]]s are those that, in a certain sense, do not have "holes".
+
Simply connected spaces are those that, in a certain sense, do not have "holes".
  
 
===Separable spaces===
 
===Separable spaces===
A metric space is [[separable space]] if it has a [[countable]] [[dense set|dense]] subset. Typical examples are the real numbers or any Euclidean space. For metric spaces (but not for general topological spaces) separability is equivalent to [[second-countable space|second-countability]] and also to the [[Lindelöf space|Lindelöf]] property.
+
A metric space is separable space if it has a countable dense subset. Typical examples are the real numbers or any Euclidean space. For metric spaces (but not for general topological spaces) separability is equivalent to second-countability and also to the Lindelöf property.
  
 
===Pointed metric spaces===
 
===Pointed metric spaces===
Line 144: Line 142:
  
 
===Continuous maps===
 
===Continuous maps===
{{Main|Continuous function (topology)}}
 
  
The map <math>f\,\colon M_1\to M_2</math> is [[continuous map|continuous]]
+
The map <math>f\,\colon M_1\to M_2</math> is continuous
 
if it has one (and therefore all) of the following equivalent properties:
 
if it has one (and therefore all) of the following equivalent properties:
;General topological continuity: for every open set <math>U</math> in <math>M_2</math>, the [[preimage]] <math>f^{-1}[U]</math> is open in <math>M_1</math>
+
;General topological continuity: for every open set <math>U</math> in <math>M_2</math>, the preimage <math>f^{-1}[U]</math> is open in <math>M_1</math>
:This is the general definition of [[Continuity (topology)|continuity in topology]].
+
:This is the general definition of continuity in topology.
 
;Sequential continuity: if <math>(x_n)</math> is a sequence in <math>M_1</math> that converges to <math>x</math>, then the sequence <math>(f(x_n))</math> converges to <math>f(x)</math> in <math>M_2</math>.
 
;Sequential continuity: if <math>(x_n)</math> is a sequence in <math>M_1</math> that converges to <math>x</math>, then the sequence <math>(f(x_n))</math> converges to <math>f(x)</math> in <math>M_2</math>.
:This is [[sequential continuity]], due to [[Eduard Heine]].
+
:This is sequential continuity, due to Eduard Heine.
 
;ε-δ definition: for every <math>x\in M_1</math> and every <math>\varepsilon>0</math> there exists <math>\delta>0</math> such that for all <math>y</math> in <math>M_1</math> we have
 
;ε-δ definition: for every <math>x\in M_1</math> and every <math>\varepsilon>0</math> there exists <math>\delta>0</math> such that for all <math>y</math> in <math>M_1</math> we have
 
::<math>d_1(x,y)<\delta \implies d_2(f(x),f(y))< \varepsilon.</math>
 
::<math>d_1(x,y)<\delta \implies d_2(f(x),f(y))< \varepsilon.</math>
:This uses the [[(ε, δ)-definition of limit]], and is due to [[Augustin Louis Cauchy]].
+
:This uses the (ε, δ)-definition of limit, and is due to Augustin Louis Cauchy.
  
 
Moreover, <math>f</math> is continuous if and only if it is continuous on every compact subset of <math>M_1</math>.
 
Moreover, <math>f</math> is continuous if and only if it is continuous on every compact subset of <math>M_1</math>.
  
The [[image (mathematics)|image]] of every compact set under a continuous function is compact, and the image of every connected set under a continuous function is connected.
+
The image of every compact set under a continuous function is compact, and the image of every connected set under a continuous function is connected.
  
 
===Uniformly continuous maps===
 
===Uniformly continuous maps===
The map <math>f\,\colon M_1\to M_2</math> is [[uniform continuity|uniformly continuous]] if for every <math>\varepsilon>0</math> there exists <math>\delta>0</math> such that
+
The map <math>f\,\colon M_1\to M_2</math> is uniformly continuous if for every <math>\varepsilon>0</math> there exists <math>\delta>0</math> such that
  
 
:<math>d_1(x,y)<\delta \implies d_2(f(x),f(y))< \varepsilon \quad\mbox{for all}\quad x,y\in M_1.</math>
 
:<math>d_1(x,y)<\delta \implies d_2(f(x),f(y))< \varepsilon \quad\mbox{for all}\quad x,y\in M_1.</math>
  
Every uniformly continuous map <math>f\,\colon M_1\to M_2</math> is continuous.  The converse is true if <math>M_1</math> is compact ([[Heine–Cantor theorem]]).
+
Every uniformly continuous map <math>f\,\colon M_1\to M_2</math> is continuous.  The converse is true if <math>M_1</math> is compact (Heine–Cantor theorem).
  
 
Uniformly continuous maps turn Cauchy sequences in <math>M_1</math> into Cauchy sequences in <math>M_2</math>. For continuous maps this is generally wrong; for example, a continuous map
 
Uniformly continuous maps turn Cauchy sequences in <math>M_1</math> into Cauchy sequences in <math>M_2</math>. For continuous maps this is generally wrong; for example, a continuous map
Line 171: Line 168:
  
 
===Lipschitz-continuous maps and contractions===
 
===Lipschitz-continuous maps and contractions===
{{Main|Lipschitz continuity}}
 
  
Given a real number <math>K>0</math>, the map <math>f\,\colon M_1\to M_2</math> is [[Lipschitz continuity|''K''-Lipschitz continuous]] if
+
Given a real number <math>K>0</math>, the map <math>f\,\colon M_1\to M_2</math> is ''K''-Lipschitz continuous if
  
 
:<math>d_2(f(x),f(y))\leq K d_1(x,y)\quad\mbox{for all}\quad x,y\in M_1.</math>
 
:<math>d_2(f(x),f(y))\leq K d_1(x,y)\quad\mbox{for all}\quad x,y\in M_1.</math>
Line 179: Line 175:
 
Every Lipschitz-continuous map is uniformly continuous, but the converse is not true in general.
 
Every Lipschitz-continuous map is uniformly continuous, but the converse is not true in general.
  
If <math>K<1</math>, then <math>f</math> is called a [[contraction mapping|contraction]]. Suppose <math>M_2=M_1</math> and <math>M_1</math> is complete. If <math>f</math> is a contraction, then <math>f</math> admits a unique fixed point ([[Banach fixed-point theorem]]). If <math>M_1</math> is compact, the condition can be weakened a bit: <math>f</math> admits a unique fixed point if
+
If <math>K<1</math>, then <math>f</math> is called a contraction. Suppose <math>M_2=M_1</math> and <math>M_1</math> is complete. If <math>f</math> is a contraction, then <math>f</math> admits a unique fixed point (Banach fixed-point theorem). If <math>M_1</math> is compact, the condition can be weakened a bit: <math>f</math> admits a unique fixed point if
  
 
:<math> d(f(x), f(y)) < d(x, y) \quad \mbox{for all} \quad x \ne y \in M_1</math>.
 
:<math> d(f(x), f(y)) < d(x, y) \quad \mbox{for all} \quad x \ne y \in M_1</math>.
  
 
===Isometries===
 
===Isometries===
The map <math>f\,\colon M_1\to M_2</math> is an [[isometry]] if
+
The map <math>f\,\colon M_1\to M_2</math> is an isometry if
 
:<math>d_2(f(x),f(y))=d_1(x,y)\quad\mbox{for all}\quad x,y\in M_1</math>
 
:<math>d_2(f(x),f(y))=d_1(x,y)\quad\mbox{for all}\quad x,y\in M_1</math>
Isometries are always [[injective]]; the image of a compact or complete set under an isometry is compact or complete, respectively. However, if the isometry is not [[surjective]], then the image of a closed (or open) set need not be closed (or open).
+
Isometries are always injective; the image of a compact or complete set under an isometry is compact or complete, respectively. However, if the isometry is not surjective, then the image of a closed (or open) set need not be closed (or open).
  
 
===Quasi-isometries===
 
===Quasi-isometries===
The map <math>f\,\colon M_1\to M_2</math> is a [[quasi-isometry]] if there exist constants <math>A\geq1</math> and <math>B\geq0</math> such that
+
The map <math>f\,\colon M_1\to M_2</math> is a quasi-isometry if there exist constants <math>A\geq1</math> and <math>B\geq0</math> such that
  
 
:<math>\frac{1}{A} d_2(f(x),f(y))-B\leq d_1(x,y)\leq A d_2(f(x),f(y))+B \quad\text{ for all }\quad x,y\in M_1</math>
 
:<math>\frac{1}{A} d_2(f(x),f(y))-B\leq d_1(x,y)\leq A d_2(f(x),f(y))+B \quad\text{ for all }\quad x,y\in M_1</math>
Line 195: Line 191:
 
and a constant <math>C\geq0</math> such that every point in <math>M_2</math> has a distance at most <math>C</math> from some point in the image <math>f(M_1)</math>.
 
and a constant <math>C\geq0</math> such that every point in <math>M_2</math> has a distance at most <math>C</math> from some point in the image <math>f(M_1)</math>.
  
Note that a quasi-isometry is not required to be continuous. Quasi-isometries compare the "large-scale structure" of metric spaces; they find use in [[geometric group theory]] in relation to the [[word metric]].
+
Note that a quasi-isometry is not required to be continuous. Quasi-isometries compare the "large-scale structure" of metric spaces; they find use in geometric group theory in relation to the word metric.
  
 
==Notions of metric space equivalence==
 
==Notions of metric space equivalence==
 
Given two metric spaces <math>(M_1, d_1)</math> and <math>(M_2, d_2)</math>:
 
Given two metric spaces <math>(M_1, d_1)</math> and <math>(M_2, d_2)</math>:
  
*They are called '''homeomorphic''' (topologically isomorphic) if there exists a [[homeomorphism]] between them (i.e., a [[bijection]] continuous in both directions).
+
*They are called '''homeomorphic''' (topologically isomorphic) if there exists a homeomorphism between them (i.e., a bijection continuous in both directions).
*They are called '''uniformic''' (uniformly isomorphic) if there exists a [[uniform isomorphism]] between them (i.e., a [[bijection]] uniformly continuous in both directions).
+
*They are called '''uniformic''' (uniformly isomorphic) if there exists a uniform isomorphism between them (i.e., a bijection uniformly continuous in both directions).
*They are called '''isometric''' if there exists a [[bijective]] [[isometry]] between them. In this case, the two metric spaces are essentially identical.
+
*They are called '''isometric''' if there exists a bijective isometry between them. In this case, the two metric spaces are essentially identical.
*They are called '''quasi-isometric''' if there exists a [[quasi-isometry]] between them.
+
*They are called '''quasi-isometric''' if there exists a quasi-isometry between them.
  
 
==Topological properties==
 
==Topological properties==
Metric spaces are [[paracompact]]<ref>Rudin, Mary Ellen.  [https://www.jstor.org/stable/2035708 A new proof that metric spaces are paracompact] {{webarchive|url=https://web.archive.org/web/20160412015215/http://www.jstor.org/stable/2035708 |date=2016-04-12 }}.  Proceedings of the American Mathematical Society, Vol. 20, No. 2. (Feb., 1969), p. 603.</ref> [[Hausdorff space]]s<ref>{{planetmath reference|id=5838|title=metric spaces are Hausdorff}}</ref> and hence [[normal space|normal]] (indeed they are perfectly normal). An important consequence is that every metric space admits [[partitions of unity]] and that every continuous real-valued function defined on a closed subset of a metric space can be extended to a continuous map on the whole space ([[Tietze extension theorem]]). It is also true that every real-valued [[Lipschitz maps|Lipschitz-continuous]] map defined on a subset of a metric space can be extended to a Lipschitz-continuous map on the whole space.
+
Metric spaces are paracompact Hausdorff spaces and hence normal (indeed they are perfectly normal). An important consequence is that every metric space admits partitions of unity and that every continuous real-valued function defined on a closed subset of a metric space can be extended to a continuous map on the whole space (Tietze extension theorem). It is also true that every real-valued Lipschitz-continuous map defined on a subset of a metric space can be extended to a Lipschitz-continuous map on the whole space.
  
Metric spaces are [[first countable]] since one can use balls with rational radius as a neighborhood base.
+
Metric spaces are first countable since one can use balls with rational radius as a neighborhood base.
  
 
The metric topology on a metric space <math>M</math> is the coarsest topology on <math>M</math> relative to which the metric <math>d</math> is a continuous map from the product of <math>M</math> with itself to the non-negative real numbers.
 
The metric topology on a metric space <math>M</math> is the coarsest topology on <math>M</math> relative to which the metric <math>d</math> is a continuous map from the product of <math>M</math> with itself to the non-negative real numbers.
  
 
==Distance between points and sets; Hausdorff distance and Gromov metric==
 
==Distance between points and sets; Hausdorff distance and Gromov metric==
A simple way to construct a function separating a point from a closed set (as required for a [[completely regular]] space) is to consider the [[Distance#Distances between sets and between a point and a set|distance between the point and the set]]. If <math>(M,d)</math> is a metric space, <math>S</math> is a [[subset]] of <math>M</math> and <math>x</math> is a point of <math>M</math>, we define the distance from <math>x</math> to <math>S</math> as
+
A simple way to construct a function separating a point from a closed set (as required for a completely regular space) is to consider the distance between the point and the set. If <math>(M,d)</math> is a metric space, <math>S</math> is a subset of <math>M</math> and <math>x</math> is a point of <math>M</math>, we define the distance from <math>x</math> to <math>S</math> as
:<math>d(x,S) = \inf\{d(x,s) : s \in S \} </math> where <math>\inf</math> represents the [[infimum]].
+
:<math>d(x,S) = \inf\{d(x,s) : s \in S \} </math> where <math>\inf</math> represents the infimum.
  
Then <math>d(x, S)=0</math> if and only if <math>x</math> belongs to the [[closure (topology)|closure]] of <math>S</math>. Furthermore, we have the following generalization of the triangle inequality:
+
Then <math>d(x, S)=0</math> if and only if <math>x</math> belongs to the closure of <math>S</math>. Furthermore, we have the following generalization of the triangle inequality:
 
:<math>d(x,S) \leq d(x,y) + d(y,S),</math>
 
:<math>d(x,S) \leq d(x,y) + d(y,S),</math>
 
which in particular shows that the map <math>x\mapsto d(x,S)</math> is continuous.
 
which in particular shows that the map <math>x\mapsto d(x,S)</math> is continuous.
  
Given two subsets <math>S</math> and <math>T</math> of <math>M</math>, we define their [[Hausdorff distance]] to be
+
Given two subsets <math>S</math> and <math>T</math> of <math>M</math>, we define their Hausdorff distance to be
:<math>d_H(S,T) = \max \{ \sup\{d(s,T) : s \in S \} , \sup\{ d(t,S) : t \in T \} \} </math> where <math>\sup</math> represents the [[supremum]].
+
:<math>d_H(S,T) = \max \{ \sup\{d(s,T) : s \in S \} , \sup\{ d(t,S) : t \in T \} \} </math> where <math>\sup</math> represents the supremum.
  
 
In general, the Hausdorff distance <math>d_H(S,T)</math> can be infinite. Two sets are close to each other in the Hausdorff distance if every element of either set is close to some element of the other set.
 
In general, the Hausdorff distance <math>d_H(S,T)</math> can be infinite. Two sets are close to each other in the Hausdorff distance if every element of either set is close to some element of the other set.
  
 
The Hausdorff distance <math>d_H</math> turns the set <math>K(M)</math> of all non-empty compact subsets of <math>M</math> into a metric space. One can show that <math>K(M)</math> is complete if <math>M</math> is complete.
 
The Hausdorff distance <math>d_H</math> turns the set <math>K(M)</math> of all non-empty compact subsets of <math>M</math> into a metric space. One can show that <math>K(M)</math> is complete if <math>M</math> is complete.
(A different notion of convergence of compact subsets is given by the [[Kuratowski convergence]].)
+
(A different notion of convergence of compact subsets is given by the Kuratowski convergence.)
  
One can then define the [[Gromov–Hausdorff convergence|Gromov–Hausdorff distance]] between any two metric spaces by considering the minimal Hausdorff distance of isometrically embedded versions of the two spaces. Using this distance, the class of all (isometry classes of) compact metric spaces becomes a metric space in its own right.
+
One can then define the Gromov–Hausdorff distance between any two metric spaces by considering the minimal Hausdorff distance of isometrically embedded versions of the two spaces. Using this distance, the class of all (isometry classes of) compact metric spaces becomes a metric space in its own right.
  
 
==Product metric spaces==
 
==Product metric spaces==
If <math>(M_1,d_1),\ldots,(M_n,d_n)</math> are metric spaces, and <math>N</math> is the [[Euclidean norm]] on <math>\mathbb R^n</math>, then <math>\Bigl(M_1 \times \cdots \times M_n, N(d_1,\ldots,d_n)\Bigr)</math> is a metric space, where the [[product metric]] is defined by
+
If <math>(M_1,d_1),\ldots,(M_n,d_n)</math> are metric spaces, and <math>N</math> is the Euclidean norm on <math>\mathbb R^n</math>, then <math>\Bigl(M_1 \times \cdots \times M_n, N(d_1,\ldots,d_n)\Bigr)</math> is a metric space, where the product metric is defined by
  
 
:<math>N(d_1,\ldots,d_n)\Big((x_1,\ldots,x_n),(y_1,\ldots,y_n)\Big) = N\Big(d_1(x_1,y_1),\ldots,d_n(x_n,y_n)\Big),</math>
 
:<math>N(d_1,\ldots,d_n)\Big((x_1,\ldots,x_n),(y_1,\ldots,y_n)\Big) = N\Big(d_1(x_1,y_1),\ldots,d_n(x_n,y_n)\Big),</math>
  
and the induced topology agrees with the [[product topology]].  By the equivalence of norms in finite dimensions, an equivalent metric is obtained if <math>N</math> is the [[Norm (mathematics)#Taxicab norm or Manhattan norm|taxicab norm]], a [[Norm (mathematics)#p-norm|p-norm]], the maximum norm, or any other norm which is non-decreasing as the coordinates of a positive <math>n</math>-tuple increase (yielding the triangle inequality).
+
and the induced topology agrees with the product topology.  By the equivalence of norms in finite dimensions, an equivalent metric is obtained if <math>N</math> is the taxicab norm, a p-norm, the maximum norm, or any other norm which is non-decreasing as the coordinates of a positive <math>n</math>-tuple increase (yielding the triangle inequality).
  
 
Similarly, a countable product of metric spaces can be obtained using the following metric
 
Similarly, a countable product of metric spaces can be obtained using the following metric
Line 241: Line 237:
 
:<math>d(x,y)=\sum_{i=1}^\infty \frac1{2^i}\frac{d_i(x_i,y_i)}{1+d_i(x_i,y_i)}.</math>
 
:<math>d(x,y)=\sum_{i=1}^\infty \frac1{2^i}\frac{d_i(x_i,y_i)}{1+d_i(x_i,y_i)}.</math>
  
An uncountable product of metric spaces need not be metrizable. For example, <math>\mathbb{R}^\mathbb{R}</math> is not [[first-countable space|first-countable]] and thus isn't metrizable.
+
An uncountable product of metric spaces need not be metrizable. For example, <math>\mathbb{R}^\mathbb{R}</math> is not first-countable and thus isn't metrizable.
  
 
===Continuity of distance===
 
===Continuity of distance===
In the case of a single space <math>(M,d)</math>, the distance map <math>d\colon M\times M \to R^+</math> (from the [[Metric space#Definition|definition]]) is uniformly continuous with respect to any of the above product metrics <math>N(d,d)</math>, and in particular is continuous with respect to the product topology of <math>M\times M</math>.
+
In the case of a single space <math>(M,d)</math>, the distance map <math>d\colon M\times M \to R^+</math> (from the definition) is uniformly continuous with respect to any of the above product metrics <math>N(d,d)</math>, and in particular is continuous with respect to the product topology of <math>M\times M</math>.
  
 
==Quotient metric spaces==
 
==Quotient metric spaces==
If ''M'' is a metric space with metric <math>d</math>, and <math>\sim</math> is an [[equivalence relation]] on <math>M</math>, then we can endow the quotient set <math>M/\!\sim</math> with a pseudometric. Given two equivalence classes <math>[x]</math> and <math>[y]</math>, we define
+
If ''M'' is a metric space with metric <math>d</math>, and <math>\sim</math> is an equivalence relation on <math>M</math>, then we can endow the quotient set <math>M/\!\sim</math> with a pseudometric. Given two equivalence classes <math>[x]</math> and <math>[y]</math>, we define
 
:<math>d'([x],[y]) = \inf\{d(p_1,q_1)+d(p_2,q_2)+\dotsb+d(p_{n},q_{n})\}</math>
 
:<math>d'([x],[y]) = \inf\{d(p_1,q_1)+d(p_2,q_2)+\dotsb+d(p_{n},q_{n})\}</math>
  
where the [[infimum]] is taken over all finite sequences <math>(p_1, p_2, \dots, p_n)</math> and <math>(q_1, q_2, \dots, q_n)</math> with <math>[p_1]=[x]</math>, <math>[q_n]=[y]</math>, <math>[q_i]=[p_{i+1}], i=1,2,\dots, n-1</math>. In general this will only define a [[pseudometric space|pseudometric]], i.e. <math>d'([x],[y])=0</math> does not necessarily imply that <math>[x]=[y]</math>. However, for some equivalence relations (e.g., those given by gluing together polyhedra along faces), <math>d'</math> is a metric.
+
where the infimum is taken over all finite sequences <math>(p_1, p_2, \dots, p_n)</math> and <math>(q_1, q_2, \dots, q_n)</math> with <math>[p_1]=[x]</math>, <math>[q_n]=[y]</math>, <math>[q_i]=[p_{i+1}], i=1,2,\dots, n-1</math>. In general this will only define a pseudometric, i.e. <math>d'([x],[y])=0</math> does not necessarily imply that <math>[x]=[y]</math>. However, for some equivalence relations (e.g., those given by gluing together polyhedra along faces), <math>d'</math> is a metric.
  
The quotient metric <math>d</math> is characterized by the following [[universal property]]. If <math>f\,\colon(M,d)\to(X,\delta)</math> is a [[metric map]] between metric spaces (that is, <math>\delta(f(x),f(y))\le d(x,y)</math> for all <math>x</math>, <math>y</math>) satisfying <math>f(x)=f(y)</math> whenever <math>x\sim y,</math> then the induced function <math>\overline{f}\,\colon M/\!\sim\to X</math>, given by <math>\overline{f}([x])=f(x)</math>, is a metric map <math>\overline{f}\,\colon (M/\!\sim,d')\to (X,\delta).</math>
+
The quotient metric <math>d</math> is characterized by the following universal property. If <math>f\,\colon(M,d)\to(X,\delta)</math> is a metric map between metric spaces (that is, <math>\delta(f(x),f(y))\le d(x,y)</math> for all <math>x</math>, <math>y</math>) satisfying <math>f(x)=f(y)</math> whenever <math>x\sim y,</math> then the induced function <math>\overline{f}\,\colon M/\!\sim\to X</math>, given by <math>\overline{f}([x])=f(x)</math>, is a metric map <math>\overline{f}\,\colon (M/\!\sim,d')\to (X,\delta).</math>
  
A topological space is [[sequential space|sequential]] if and only if it is a quotient of a metric space.<ref>Goreham, Anthony. [http://at.yorku.ca/p/a/a/o/51.pdf Sequential convergence in Topological Spaces] {{webarchive|url=https://web.archive.org/web/20110604232111/http://at.yorku.ca/p/a/a/o/51.pdf |date=2011-06-04 }}. Honours' Dissertation, Queen's College, Oxford (April, 2001), p. 14</ref>
+
A topological space is sequential if and only if it is a quotient of a metric space.
  
 
==Generalizations of metric spaces==
 
==Generalizations of metric spaces==
* Every metric space is a [[uniform space]] in a natural manner, and every uniform space is naturally a [[topological space]]. Uniform and topological spaces can therefore be regarded as generalizations of metric spaces.
+
*Every metric space is a uniform space in a natural manner, and every uniform space is naturally a topological space. Uniform and topological spaces can therefore be regarded as generalizations of metric spaces.
* Relaxing the requirement that the distance between two distinct points be non-zero leads to the concepts of a [[pseudometric space]] or a dislocated metric space.<ref name="HitzlerSeda2016">{{cite book|author1=Pascal Hitzler|author2=Anthony Seda|title=Mathematical Aspects of Logic Programming Semantics|url=https://books.google.com/books?id=VKPMBQAAQBAJ|date=19 April 2016|publisher=CRC Press|isbn=978-1-4398-2962-2|author1-link=Pascal Hitzler}}</ref> Removing the requirement of symmetry, we arrive at a [[quasimetric space]]. Replacing the triangle inequality with a weaker form leads to [[semimetric space]]s.
+
* Relaxing the requirement that the distance between two distinct points be non-zero leads to the concepts of a pseudometric space or a dislocated metric space.[12] Removing the requirement of symmetry, we arrive at a quasimetric space. Replacing the triangle inequality with a weaker form leads to semimetric spaces.
* If the distance function takes values in the [[extended real number line]] <math>\mathbb R\cup\{+\infty\}</math>, but otherwise satisfies the conditions of a metric, then it is called an ''extended metric'' and the corresponding space is called an ''<math>\infty</math>-metric space''. If the distance function takes values in some (suitable) ordered set (and the triangle inequality is adjusted accordingly), then we arrive at the notion of ''generalized ultrametric''.<ref name="HitzlerSeda2016"/>
+
* If the distance function takes values in the extended real number line <math>\mathbb R\cup\{+\infty\}</math>, but otherwise satisfies the conditions of a metric, then it is called an ''extended metric'' and the corresponding space is called an ''<math>\infty</math>-metric space''. If the distance function takes values in some (suitable) ordered set (and the triangle inequality is adjusted accordingly), then we arrive at the notion of ''generalized ultrametric''.
* [[Approach space]]s are a generalization of metric spaces, based on point-to-set distances, instead of point-to-point distances.
+
* Approach spaces are a generalization of metric spaces, based on point-to-set distances, instead of point-to-point distances.
* A [[continuity space]] is a generalization of metric spaces and [[poset]]s, that can be used to unify the notions of metric spaces and [[Domain theory|domain]]s.
+
* A continuity space is a generalization of metric spaces and posets, that can be used to unify the notions of metric spaces and domains.
* A partial metric space is intended to be the least generalisation of the notion of a metric space, such that the distance of each point from itself is no longer necessarily zero.<ref>{{cite web|url=http://www.dcs.warwick.ac.uk/pmetric/|title=Partial metrics : welcome|website=www.dcs.warwick.ac.uk|access-date=2 May 2018|url-status=live|archive-url=https://web.archive.org/web/20170727003912/http://www.dcs.warwick.ac.uk/pmetric/|archive-date=27 July 2017}}</ref>
+
* A partial metric space is intended to be the least generalisation of the notion of a metric space, such that the distance of each point from itself is no longer necessarily zero.
  
 
=== Metric spaces as enriched categories ===
 
=== Metric spaces as enriched categories ===
The ordered set <math>(\mathbb{R},\geq)</math> can be seen as a [[Category (mathematics)|category]] by requesting exactly one [[morphism]] <math>a\to b</math> if <math>a\geq b</math> and none otherwise. By using <math>+</math> as the [[tensor product]] and <math>0</math> as the [[Identity element|identity]], it becomes a [[monoidal category]] <math>R^*</math>.
+
The ordered set <math>(\mathbb{R},\geq)</math> can be seen as a category by requesting exactly one morphism <math>a\to b</math> if <math>a\geq b</math> and none otherwise. By using <math>+</math> as the tensor product and <math>0</math> as the identity, it becomes a monoidal category <math>R^*</math>.
Every metric space <math>(M,d)</math> can now be viewed as a category <math>M^*</math> [[enriched category|enriched]] over <math>R^*</math>:
+
Every metric space <math>(M,d)</math> can now be viewed as a category <math>M^*</math> enriched over <math>R^*</math>:
 
* Set <math>\operatorname{Ob}(M^*):=M</math>
 
* Set <math>\operatorname{Ob}(M^*):=M</math>
 
* For each <math>X,Y\in M</math> set <math>\operatorname{Hom}(X,Y):=d(X,Y)\in \operatorname{Ob}(R^*)</math>
 
* For each <math>X,Y\in M</math> set <math>\operatorname{Hom}(X,Y):=d(X,Y)\in \operatorname{Ob}(R^*)</math>
 
* The composition morphism <math>\operatorname{Hom}(Y,Z)\otimes \operatorname{Hom}(X,Y)\to \operatorname{Hom}(X,Z)</math> will be the unique morphism in <math>R^*</math> given from the triangle inequality <math>d(y,z)+d(x,y)\geq d(x,z)</math>
 
* The composition morphism <math>\operatorname{Hom}(Y,Z)\otimes \operatorname{Hom}(X,Y)\to \operatorname{Hom}(X,Z)</math> will be the unique morphism in <math>R^*</math> given from the triangle inequality <math>d(y,z)+d(x,y)\geq d(x,z)</math>
 
* The identity morphism <math>0\to \operatorname{Hom}(X,X)</math> will be the unique morphism given from the fact that <math>0\geq d(X,X)</math>.
 
* The identity morphism <math>0\to \operatorname{Hom}(X,X)</math> will be the unique morphism given from the fact that <math>0\geq d(X,X)</math>.
* Since <math>R^*</math> is a poset, all [[Diagram (category theory)|diagrams]] that are required for an enriched category commute automatically.
+
* Since <math>R^*</math> is a poset, all diagrams that are required for an enriched category commute automatically.
  
 
==Licensing==
 
==Licensing==
 
Content obtained and/or adapted from:
 
Content obtained and/or adapted from:
 
* [https://en.wikipedia.org/wiki/Metric_space Metric space, Wikipedia] under a CC BY-SA license
 
* [https://en.wikipedia.org/wiki/Metric_space Metric space, Wikipedia] under a CC BY-SA license

Latest revision as of 22:13, 26 October 2021

In mathematics, a metric space is a set together with a metric on the set. The metric is a function that defines a concept of distance between any two members of the set, which are usually called points. The metric satisfies a few simple properties. Informally:

  • the distance from to is zero if and only if and are the same point,
  • the distance between two distinct points is positive,
  • the distance from to is the same as the distance from to , and
  • the distance from to is less than or equal to the distance from to via any third point .

A metric on a space induces topological properties like open and closed sets, which lead to the study of more abstract topological spaces.

The most familiar metric space is 3-dimensional Euclidean space. In fact, a "metric" is the generalization of the Euclidean metric arising from the four long-known properties of the Euclidean distance. The Euclidean metric defines the distance between two points as the length of the straight line segment connecting them. Other metric spaces occur for example in elliptic geometry and hyperbolic geometry, where distance on a sphere measured by angle is a metric, and the hyperboloid model of hyperbolic geometry is used by special relativity as a metric space of velocities. Some of non-geometric metric spaces include spaces of finite strings (finite sequences of symbols from a predefined alphabet) equipped with e.g. a Hamming's or Levenshtein distance, a space of subsets of any metric space equipped with Hausdorff distance, a space of real functions integrable on a unit interval with an integral metric or probabilistic spaces on any chosen metric space equipped with Wasserstein metric. See also the section Examples of metric spaces.

Definition

A metric space is an ordered pair where is a set and is a metric on , i.e., a function

such that for any , the following holds:

1. identity of indiscernibles
2. symmetry
3. subadditivity or triangle inequality

Given the above three axioms, we also have that for any . This is deduced as follows (from the top to the bottom):

by triangle inequality
by symmetry
by identity of indiscernibles
we have non-negativity

The function is also called distance function or simply distance. Often, is omitted and one just writes for a metric space if it is clear from the context what metric is used.

Ignoring mathematical details, for any system of roads and terrains the distance between two locations can be defined as the length of the shortest route connecting those locations. To be a metric there shouldn't be any one-way roads. The triangle inequality expresses the fact that detours aren't shortcuts. If the distance between two points is zero, the two points are indistinguishable from one-another. Many of the examples below can be seen as concrete versions of this general idea.

Examples of metric spaces

  • The real numbers with the distance function given by the absolute difference, and, more generally, Euclidean n-space with the Euclidean distance, are complete metric spaces. The rational numbers with the same distance function also form a metric space, but not a complete one.
  • The positive real numbers with distance function is a complete metric space.
  • Any normed vector space is a metric space by defining , see also metrics on vector spaces. (If such a space is complete, we call it a Banach space.) Examples:
    • The Manhattan norm gives rise to the Manhattan distance, where the distance between any two points, or vectors, is the sum of the differences between corresponding coordinates.
    • The cyclic Mannheim metric or Mannheim distance is a modulo variant of the Manhattan metric.
    • The maximum norm gives rise to the Chebyshev distance or chessboard distance, the minimal number of moves a chess king would take to travel from to .
  • The British Rail metric (also called the “post office metric” or the “SNCF metric”) on a normed vector space is given by for distinct points and , and . More generally can be replaced with a function taking an arbitrary set to non-negative reals and taking the value at most once: then the metric is defined on by for distinct points and , and . The name alludes to the tendency of railway journeys to proceed via London (or Paris) irrespective of their final destination.
  • If is a metric space and is a subset of , then becomes a metric space by restricting the domain of to .
  • The discrete metric, where if and otherwise, is a simple but important example, and can be applied to all sets. This, in particular, shows that for any set, there is always a metric space associated to it. Using this metric, the singleton of any point is an open ball, therefore every subset is open and the space has the discrete topology.
  • A finite metric space is a metric space having a finite number of points. Not every finite metric space can be isometrically embedded in a Euclidean space.
  • The hyperbolic plane is a metric space. More generally:
    • If is any connected Riemannian manifold, then we can turn into a metric space by defining the distance of two points as the infimum of the lengths of the paths (continuously differentiable curves) connecting them.
  • If is some set and is a metric space, then, the set of all bounded functions (i.e. those functions whose image is a bounded subset of ) can be turned into a metric space by defining for any two bounded functions and (where is supremum). This metric is called the uniform metric or supremum metric, and If is complete, then this function space is complete as well. If X is also a topological space, then the set of all bounded continuous functions from to (endowed with the uniform metric), will also be a complete metric if M is.
  • If is an undirected connected graph, then the set of vertices of can be turned into a metric space by defining to be the length of the shortest path connecting the vertices and . In geometric group theory this is applied to the Cayley graph of a group, yielding the word metric.
  • Graph edit distance is a measure of dissimilarity between two graphs, defined as the minimal number of graph edit operations required to transform one graph into another.
  • The Levenshtein distance is a measure of the dissimilarity between two strings and , defined as the minimal number of character deletions, insertions, or substitutions required to transform into . This can be thought of as a special case of the shortest path metric in a graph and is one example of an edit distance.
  • Given a metric space and an increasing concave function such that if and only if , then is also a metric on .
  • Given an injective function from any set to a metric space , defines a metric on .
  • Using T-theory, the tight span of a metric space is also a metric space. The tight span is useful in several types of analysis.
  • The set of all by matrices over some field is a metric space with respect to the rank distance .
  • The Helly metric is used in game theory.

Open and closed sets, topology and convergence

Every metric space is a topological space in a natural manner, and therefore all definitions and theorems about general topological spaces also apply to all metric spaces.

About any point in a metric space we define the open ball of radius (where is a real number) about as the set

These open balls form the base for a topology on M, making it a topological space.

Explicitly, a subset of is called open if for every in there exists an such that is contained in . The complement of an open set is called closed. A neighborhood of the point is any subset of that contains an open ball about as a subset.

A topological space which can arise in this way from a metric space is called a metrizable space.

A sequence () in a metric space is said to converge to the limit if and only if for every , there exists a natural number N such that for all . Equivalently, one can use the general definition of convergence available in all topological spaces.

A subset of the metric space is closed if and only if every sequence in that converges to a limit in has its limit in .

Types of metric spaces

Complete spaces

A metric space is said to be complete if every Cauchy sequence converges in . That is to say: if as both and independently go to infinity, then there is some with .

Every Euclidean space is complete, as is every closed subset of a complete space. The rational numbers, using the absolute value metric , are not complete.

Every metric space has a unique (up to isometry) completion, which is a complete space that contains the given space as a dense subset. For example, the real numbers are the completion of the rationals.

If is a complete subset of the metric space , then is closed in . Indeed, a space is complete if and only if it is closed in any containing metric space.

Every complete metric space is a Baire space.

Bounded and totally bounded spaces

Diameter of a set.

A metric space is called bounded if there exists some number , such that for all The smallest possible such is called the diameter of The space is called precompact or totally bounded if for every there exist finitely many open balls of radius whose union covers Since the set of the centres of these balls is finite, it has finite diameter, from which it follows (using the triangle inequality) that every totally bounded space is bounded. The converse does not hold, since any infinite set can be given the discrete metric (one of the examples above) under which it is bounded and yet not totally bounded.

Note that in the context of intervals in the space of real numbers and occasionally regions in a Euclidean space a bounded set is referred to as "a finite interval" or "finite region". However boundedness should not in general be confused with "finite", which refers to the number of elements, not to how far the set extends; finiteness implies boundedness, but not conversely. Also note that an unbounded subset of may have a finite volume.

Compact spaces

A metric space is compact if every sequence in has a subsequence that converges to a point in . This is known as sequential compactness and, in metric spaces (but not in general topological spaces), is equivalent to the topological notions of countable compactness and compactness defined via open covers.

Examples of compact metric spaces include the closed interval with the absolute value metric, all metric spaces with finitely many points, and the Cantor set. Every closed subset of a compact space is itself compact.

A metric space is compact if and only if it is complete and totally bounded. This is known as the Heine–Borel theorem. Note that compactness depends only on the topology, while boundedness depends on the metric.

Lebesgue's number lemma states that for every open cover of a compact metric space , there exists a "Lebesgue number" such that every subset of of diameter is contained in some member of the cover.

Every compact metric space is second countable, and is a continuous image of the Cantor set. (The latter result is due to Pavel Alexandrov and Urysohn.)

Locally compact and proper spaces

A metric space is said to be locally compact if every point has a compact neighborhood. Euclidean spaces are locally compact, but infinite-dimensional Banach spaces are not.

A space is proper if every closed ball is compact. Proper spaces are locally compact, but the converse is not true in general.

Connectedness

A metric space is connected if the only subsets that are both open and closed are the empty set and itself.

A metric space is path connected if for any two points there exists a continuous map with and . Every path connected space is connected, but the converse is not true in general.

There are also local versions of these definitions: locally connected spaces and locally path connected spaces.

Simply connected spaces are those that, in a certain sense, do not have "holes".

Separable spaces

A metric space is separable space if it has a countable dense subset. Typical examples are the real numbers or any Euclidean space. For metric spaces (but not for general topological spaces) separability is equivalent to second-countability and also to the Lindelöf property.

Pointed metric spaces

If is a metric space and then is called a pointed metric space, and is called a distinguished point. Note that a pointed metric space is just a nonempty metric space with attention drawn to its distinguished point, and that any nonempty metric space can be viewed as a pointed metric space. The distinguished point is sometimes denoted due to its similar behavior to zero in certain contexts.

Types of maps between metric spaces

Suppose and are two metric spaces.

Continuous maps

The map is continuous if it has one (and therefore all) of the following equivalent properties:

General topological continuity
for every open set in , the preimage is open in
This is the general definition of continuity in topology.
Sequential continuity
if is a sequence in that converges to , then the sequence converges to in .
This is sequential continuity, due to Eduard Heine.
ε-δ definition
for every and every there exists such that for all in we have
This uses the (ε, δ)-definition of limit, and is due to Augustin Louis Cauchy.

Moreover, is continuous if and only if it is continuous on every compact subset of .

The image of every compact set under a continuous function is compact, and the image of every connected set under a continuous function is connected.

Uniformly continuous maps

The map is uniformly continuous if for every there exists such that

Every uniformly continuous map is continuous. The converse is true if is compact (Heine–Cantor theorem).

Uniformly continuous maps turn Cauchy sequences in into Cauchy sequences in . For continuous maps this is generally wrong; for example, a continuous map from the open interval onto the real line turns some Cauchy sequences into unbounded sequences.

Lipschitz-continuous maps and contractions

Given a real number , the map is K-Lipschitz continuous if

Every Lipschitz-continuous map is uniformly continuous, but the converse is not true in general.

If , then is called a contraction. Suppose and is complete. If is a contraction, then admits a unique fixed point (Banach fixed-point theorem). If is compact, the condition can be weakened a bit: admits a unique fixed point if

.

Isometries

The map is an isometry if

Isometries are always injective; the image of a compact or complete set under an isometry is compact or complete, respectively. However, if the isometry is not surjective, then the image of a closed (or open) set need not be closed (or open).

Quasi-isometries

The map is a quasi-isometry if there exist constants and such that

and a constant such that every point in has a distance at most from some point in the image .

Note that a quasi-isometry is not required to be continuous. Quasi-isometries compare the "large-scale structure" of metric spaces; they find use in geometric group theory in relation to the word metric.

Notions of metric space equivalence

Given two metric spaces and :

  • They are called homeomorphic (topologically isomorphic) if there exists a homeomorphism between them (i.e., a bijection continuous in both directions).
  • They are called uniformic (uniformly isomorphic) if there exists a uniform isomorphism between them (i.e., a bijection uniformly continuous in both directions).
  • They are called isometric if there exists a bijective isometry between them. In this case, the two metric spaces are essentially identical.
  • They are called quasi-isometric if there exists a quasi-isometry between them.

Topological properties

Metric spaces are paracompact Hausdorff spaces and hence normal (indeed they are perfectly normal). An important consequence is that every metric space admits partitions of unity and that every continuous real-valued function defined on a closed subset of a metric space can be extended to a continuous map on the whole space (Tietze extension theorem). It is also true that every real-valued Lipschitz-continuous map defined on a subset of a metric space can be extended to a Lipschitz-continuous map on the whole space.

Metric spaces are first countable since one can use balls with rational radius as a neighborhood base.

The metric topology on a metric space is the coarsest topology on relative to which the metric is a continuous map from the product of with itself to the non-negative real numbers.

Distance between points and sets; Hausdorff distance and Gromov metric

A simple way to construct a function separating a point from a closed set (as required for a completely regular space) is to consider the distance between the point and the set. If is a metric space, is a subset of and is a point of , we define the distance from to as

where represents the infimum.

Then if and only if belongs to the closure of . Furthermore, we have the following generalization of the triangle inequality:

which in particular shows that the map is continuous.

Given two subsets and of , we define their Hausdorff distance to be

where represents the supremum.

In general, the Hausdorff distance can be infinite. Two sets are close to each other in the Hausdorff distance if every element of either set is close to some element of the other set.

The Hausdorff distance turns the set of all non-empty compact subsets of into a metric space. One can show that is complete if is complete. (A different notion of convergence of compact subsets is given by the Kuratowski convergence.)

One can then define the Gromov–Hausdorff distance between any two metric spaces by considering the minimal Hausdorff distance of isometrically embedded versions of the two spaces. Using this distance, the class of all (isometry classes of) compact metric spaces becomes a metric space in its own right.

Product metric spaces

If are metric spaces, and is the Euclidean norm on , then is a metric space, where the product metric is defined by

and the induced topology agrees with the product topology. By the equivalence of norms in finite dimensions, an equivalent metric is obtained if is the taxicab norm, a p-norm, the maximum norm, or any other norm which is non-decreasing as the coordinates of a positive -tuple increase (yielding the triangle inequality).

Similarly, a countable product of metric spaces can be obtained using the following metric

An uncountable product of metric spaces need not be metrizable. For example, is not first-countable and thus isn't metrizable.

Continuity of distance

In the case of a single space , the distance map (from the definition) is uniformly continuous with respect to any of the above product metrics , and in particular is continuous with respect to the product topology of .

Quotient metric spaces

If M is a metric space with metric , and is an equivalence relation on , then we can endow the quotient set with a pseudometric. Given two equivalence classes and , we define

where the infimum is taken over all finite sequences and with , , . In general this will only define a pseudometric, i.e. does not necessarily imply that . However, for some equivalence relations (e.g., those given by gluing together polyhedra along faces), is a metric.

The quotient metric is characterized by the following universal property. If is a metric map between metric spaces (that is, for all , ) satisfying whenever then the induced function , given by , is a metric map

A topological space is sequential if and only if it is a quotient of a metric space.

Generalizations of metric spaces

  • Every metric space is a uniform space in a natural manner, and every uniform space is naturally a topological space. Uniform and topological spaces can therefore be regarded as generalizations of metric spaces.
  • Relaxing the requirement that the distance between two distinct points be non-zero leads to the concepts of a pseudometric space or a dislocated metric space.[12] Removing the requirement of symmetry, we arrive at a quasimetric space. Replacing the triangle inequality with a weaker form leads to semimetric spaces.
  • If the distance function takes values in the extended real number line , but otherwise satisfies the conditions of a metric, then it is called an extended metric and the corresponding space is called an -metric space. If the distance function takes values in some (suitable) ordered set (and the triangle inequality is adjusted accordingly), then we arrive at the notion of generalized ultrametric.
  • Approach spaces are a generalization of metric spaces, based on point-to-set distances, instead of point-to-point distances.
  • A continuity space is a generalization of metric spaces and posets, that can be used to unify the notions of metric spaces and domains.
  • A partial metric space is intended to be the least generalisation of the notion of a metric space, such that the distance of each point from itself is no longer necessarily zero.

Metric spaces as enriched categories

The ordered set can be seen as a category by requesting exactly one morphism if and none otherwise. By using as the tensor product and as the identity, it becomes a monoidal category . Every metric space can now be viewed as a category enriched over :

  • Set
  • For each set
  • The composition morphism will be the unique morphism in given from the triangle inequality
  • The identity morphism will be the unique morphism given from the fact that .
  • Since is a poset, all diagrams that are required for an enriched category commute automatically.

Licensing

Content obtained and/or adapted from: