Questions tagged [metric-spaces]

Metric spaces are sets on which a metric is defined. A metric is a generalization of the concept of "distance" in the Euclidean sense. Metric spaces arise as a special case of the more general notion of a topological space. For questions about Riemannian metrics use the tag (riemannian-geometry) instead.

A function $d: M\times M\to \mathbb R$ is called a metric if for all $x,y,z \in M$ we have

  1. $d(x,y)=0\iff x=y$
  2. $d(x,y)\geq 0$
  3. $d(x,y)=d(y,x)$
  4. $d(x,y)+d(y,z)\geq d(x,z)$.

It is a generalisation of "distance". A metric space is now defined as an ordered pair $(M,d)$, where $M$ is a set and $d:M\times M\to R$ is a metric.

An $\varepsilon$-neighbourhood of $x$ is defined as the set $$B_\epsilon(x):=\{y\in M\mid d(x,y)<\varepsilon\}.$$ $B_\varepsilon(x)$ is commonly also known as the open ball of radius $\varepsilon$ around $x$. All open balls form a base for a topology on $M$. Although all metric spaces are topological spaces, the converse is generally not true.

Some different types of metric space include

  1. Complete metric spaces (every Cauchy sequence converges)

  2. Bounded metric spaces (every metric is bounded by a finite value)

  3. Compact metric spaces (every sequence has a convergent subsequence)

  4. Locally compact metric spaces (every point has a compact neighbourhood)

  5. Separable metric spaces (it possesses a countable dense subset).

15788 questions
8
votes
2 answers

Is it possible for two closed sets to not have a minimum distance?

Is it possible for two closed sets to not have a minimum distance? I am trying to think of an example in which two closed sets in $\mathbb{R}$ do not have a minimum distance. I am thinking of the real line and intervals, but I believe it's…
Burgundy
  • 2,097
8
votes
1 answer

Is the minimum of two metrics is again a metric?

Let $d_1$ and $d_2$ be two metrics on non empty set $X$. Is $d$ = $\min\{d_1, d_2\}$ is again metric on $X$? I'm looking for a counter example with minimum of two metrics not being a metric.
7
votes
1 answer

Simple examples of proper metric spaces?

I've encountered the term of a "proper" metric space(a metric space is called proper if every closed, bounded subspace is compact), which struck as quite an interesting one, but I can't find any good examples other than $ \mathbb{R}^n $. I've come…
Ormi
  • 1,670
7
votes
1 answer

If two metric spaces are homeomorphic, do their completions have to be homeomorphic?

Let $ (X_1, d_1) $ and $ (X_2, d_2) $ be metric spaces and $ (X_1^*,d_1^*), (X_2^*,d_2^*) $, respectively, their completions. If $ X_1 $ and $ X_2 $ are homeomorphic, then so are $ X_1^* $ and $ X_2^*$. Is that statement true in general?
Ormi
  • 1,670
7
votes
1 answer

Distance between two sets in a metric space is equal to the distance between their closures

Let $A,B \subseteq \mathbb{R}^d$ be non-empty sets. Define their distance to be $$ d(A,B) = \inf \{ ||x-y|| : x \in A, \; \; y \in B \} $$ For any $A,B$, do we have that $d(A,B) = d( \overline{A}, \overline{B} ) $. Is the following proof correct?…
Lost1
  • 7,895
7
votes
0 answers

Completeness of a metric space with the Hausdorff metric

Let $(Y,d)$ be a metric space and let $K(Y)$ denote the set of all non-empty compact subsets of $Y$. This collection is a metric space when equipped with the Hausdorff distance $h$. I want to prove that $(Y,d)$ being complete implies that…
RV702
  • 111
7
votes
3 answers

Open set in a metric space is union of closed sets

Show that every open set $A$ is in a metric space $(X,d)$ is the union of closed sets. This is a question on my analysis homework. I understand that this can only be true if we consider the union of infinite closed sets. However, I am not sure what…
john doe
  • 287
7
votes
1 answer

Technical issue with empty metric space

I was reading through the appendix of Lee's Introduction to Topological Manifolds and came across the following exercise in the section on metric spaces: Exercise B.11 Let $M$ be a metric space and $A \subseteq M$ be any subset. Prove that the…
ummg
  • 571
7
votes
3 answers

Isometry and equivalence

Let $(X,d_1)$ and $(X,d_2)$ be two metric spaces on the same set $X$. Is there any relation between $d_1$ and $d_2$ being equivalent and $(X,d_1)$ and $(X,d_2)$ being isometric? If not, can anyone give examples where $d_1$ and $d_2$ are equivalent…
Mr. Chip
  • 5,009
7
votes
2 answers

Continuous function on a compact metric space

The question is: Suppose $f\colon X\to Y$ is continuous on a compact metric space $X$, $Y$ is a metric space and $C\subset Y$ is closed. Show that for any open neighborhood $U$ of $f^{-1}(C)$ in $X$, there exists an open neighborhood $V$ of $C$ in…
Lawrence
  • 175
7
votes
1 answer

separable iff homeomorphic to totally bounded

I'm having trouble with proving this theorem: A metric space is separable iff it is homeomorphic to a totally bounded metric space. There is a link on Wikipedia to book by S. Willard, but it is stated there as a fact leaving it to the reader as an…
7
votes
1 answer

Connected length space with disjoint open ball property

This question deals with a special case of this question, which has not yet been satisfactorily solved. If you have any ideas about that general case, feel free to answer there and I'll be happy to close/delete this question. Let $(X,d)$ be a metric…
7
votes
3 answers

Space with non-convergent Cauchy sequence

Not all sequences that are Cauchy are convergent. Here is what I think the example should be. Somehow the metric space is open but does not contain its limit points. Is this the right direction of thought?
d13
  • 585
7
votes
2 answers

Relation between Continuity and Uniform Continuity

Can we define a particular metric ( except for discrete metric ) on any given set in which continuity implies uniform continuity ? Thanks for any help .
Ester
  • 3,057
  • 2
  • 23
  • 34
7
votes
4 answers

Are there any "spaces" that violate symmetry of metric spaces?

While reading about metric spaces, the following question struck me. We know the following definition of pseudometric spaces and metric spaces: Suppose $d: X \times X \rightarrow \mathbb{R}$ and that for all $x,y,z \in X$: $1. d(x,y) \geq 0$ $2.…
deditus
  • 117