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.

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).

14500 questions
529
votes
0 answers

Does there exist a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?

Let $(X,\tau), (Y,\sigma)$ be two topological spaces. We say that a map $f: \mathcal{P}(X)\to \mathcal{P}(Y)$ between their power sets is connected if for every $S\subset X$ connected, $f(S)\subset Y$ is connected. Question: Assume…
172
votes
1 answer

Is there a categorical definition of submetry?

(Updated to include effective epimorphism.) This question is prompted by the recent discussion of why analysts don't use category theory. It demonstrates what happens when an analyst tries to use category theory. Consider the category CpltMet in…
user31373
135
votes
7 answers

$\pi$ in arbitrary metric spaces

Whoever finds a norm for which $\pi=42$ is crowned nerd of the day! Can the principle of $\pi$ in euclidean space be generalized to 2-dimensional metric/normed spaces in a reasonable way? For Example, let $(X,||.||)$ be a 2-dimensional normed vector…
CBenni
  • 1,910
  • 3
  • 15
  • 23
107
votes
2 answers

Connected metric spaces with disjoint open balls

Let $X$ be the $S^1$ or a connected subset thereof, endowed with the standard metric. Then every open set $U\subseteq X$ is a disjoint union of open arcs, hence a disjoint union of open balls. Are there any other metric spaces with this…
Hagen von Eitzen
  • 1
  • 29
  • 331
  • 611
97
votes
3 answers

When is the closure of an open ball equal to the closed ball?

It is not necessarily true that the closure of an open ball $B_{r}(x)$ is equal to the closed ball of the same radius $r$ centered at the same point $x$. For a quick example, take $X$ to be any set and define a…
Alex Lapanowski
  • 2,648
  • 1
  • 17
  • 22
93
votes
2 answers

A and B disjoint, A compact, and B closed implies there is positive distance between both sets

Claim: Let $X$ be a metric space. If $A,B\subset X$ are disjoint, $A$ is compact, and $B$ is closed, then there is $\delta>0$ so that $ |\alpha-\beta|\geq\delta\;\;\;\forall\alpha\in A,\beta\in B$. Proof. Assume the contrary. Let $\alpha_n\in…
Benji
  • 5,176
  • 5
  • 24
  • 27
85
votes
3 answers

Continuous mapping on a compact metric space is uniformly continuous

I am struggling with this question: Prove or give a counterexample: If $f : X \to Y$ is a continuous mapping from a compact metric space $X$, then $f$ is uniformly continuous on $X$. Thanks for your help in advance.
82
votes
2 answers

Difference between metric and norm made concrete: The case of Euclid

This is a follow-up question on this one. The answers to my questions made things a lot clearer to me (Thank you for that!), yet there is some point that still bothers me. This time I am making things more concrete: I am esp. interested in the…
vonjd
  • 8,348
  • 10
  • 47
  • 74
79
votes
6 answers

Not every metric is induced from a norm

I have studied that every normed space $(V, \lVert\cdot \lVert)$ is a metric space with respect to distance function $d(u,v) = \lVert u - v \rVert$, $u,v \in V$. My question is whether every metric on a linear space can be induced by norm? I know…
74
votes
4 answers

Difference between complete and closed set

What is the difference between a complete metric space and a closed set? Can a set be closed but not complete?
ABC
  • 1,785
  • 4
  • 17
  • 20
73
votes
4 answers

Every subsequence of $x_n$ has a further subsequence which converges to $x$. Then the sequence $x_n$ converges to $x$.

Is the following true? Let $x_n$ be a sequence with the following property: Every subsequence of $x_n$ has a further subsequence which converges to $x$. Then the sequence $x_n$ converges to $x$. I guess that it is true but I am not sure how to prove…
56
votes
5 answers

Why is it that $\mathbb{Q}$ cannot be homeomorphic to _any_ complete metric space?

Why is it that $\mathbb{Q}$ cannot be homeomorphic to any complete metric space? Certainly $\mathbb{Q}$ is not a complete metric space. But completeness is not a topological invariant, so why is the above statement true?
user
  • 569
  • 5
  • 3
54
votes
2 answers

Continuous functions do not necessarily map closed sets to closed sets

I found this comment in my lecture notes, and it struck me because up until now I simply assumed that continuous functions map closed sets to closed sets. What are some insightful examples of continuous functions that map closed sets to non-closed…
Aaa
  • 682
  • 1
  • 6
  • 11
53
votes
3 answers

If every real-valued continuous function is bounded on $X$ (metric space), then $X$ is compact.

Let $X$ be a metric space. Prove that if every continuous function $f: X \rightarrow \mathbb{R}$ is bounded, then $X$ is compact. This has been asked before, but all the answers I have seen prove the contrapositive. Realistically, this may be the…
combinator
  • 1,336
  • 1
  • 11
  • 16
50
votes
1 answer

Show that the countable product of metric spaces is metrizable

Given a countable collection of metric spaces $\{(X_n,\rho_n)\}_{n=1}^{\infty}$. Form the Cartesian Product of these sets $X=\displaystyle\prod_{n=1}^{\infty}X_n$, and define $\rho:X\times X\rightarrow\mathbb{R}$…
Thoth
  • 7,077
  • 3
  • 38
  • 77
1
2 3
99 100