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
1
vote
2 answers

Prove: $x_{n}\rightarrow a\iff d(x_{n},a)\rightarrow 0$

Prove: $$x_{n}\rightarrow a\iff d(x_{n},a)\rightarrow 0$$ Intuitively and in euclidian metric it seems to be trivial, but I am stuck. $(\Rightarrow):$ There for for all $\epsilon>0$ there is $n>N$ such that $d(x_{n},a)<\epsilon$ And I need to get…
gbox
  • 12,867
1
vote
1 answer

Distance Functions

I am still unsure as to how to go about proving if something is a metric space or if a specified distance function defines a metric space. I am attempting to tackle the following and would like any tips\corrections if possible. I know that a…
1
vote
2 answers

Proving or disproving two statements for metric spaces

So let $(X,d)$ be a metric space. I have to either prove or disprove the following statements. Each of them separately. 1) For any bounded subset $A\subseteq X$ this is true: $\mathrm{diam}(A)=\mathrm{diam}( \overline{\rm A})$ 2) For any bounded…
1
vote
2 answers

Interior and Closure of set

Question: If we start $C[0,1]$ which we let be the space of continuous functions on $[0,1]$ equipped with the metric $$ d(f,g)=\sup_{x\in [0,1]} |f(x)-g(x)| $$ and I have some set $$ H=\{h:[0,1]\rightarrow \mathbb{R}\}$$ Now I want to to try and…
Sam
  • 387
1
vote
2 answers

Metric space bounded property

According to classical definition In $R $ we know that a set $S$is bounded if there exist $k$$\in $$R $ such that $|a|$$<$$k $ for all $a$$\in $$S$. But according to what I have read in metric space so far now a set is bounded if $diam (S) $ is…
1
vote
1 answer

How to check is something a metric

I'm to check if: $$p(x,y) = d(x, y) \cdot r(x,y)$$ is a metric, where $d(x, y)$, $r(x, y)$ are metrics and $x, y \in X$. It is easy to prove for all $x, y \in X$ that: 1) $p(x,y) \ge 0$ 2) $p(x,y) = 0 \iff x = y$ 3) $p(x, y) = p(y, x)$ However…
Hendrra
  • 2,868
  • 1
  • 18
  • 35
1
vote
1 answer

How can I prove that $\tilde{X}$ is dense in $\hat{X}$

Let $G(X)$ be the set of all Cauchy seq. on $(X,d)$ and define for $(x_n), \ (y_n)$ the following relation $(x_n) \sim (y_n) \Leftrightarrow d(x_n,y_n) \to 0 \ (n \to \infty)$ $(n \in \mathbb{N})$ a) Prove that this is an eq. relation (done) b) Let…
Olba12
  • 2,579
1
vote
2 answers

Why does $f$ strictly increasing implies the triangular inequality for this metric?

Assume $(X,d)$ is a metric space, and define a new metric $\tilde{d}$ on $X$. Set $\tilde{d} = \frac{d(x,y)}{1+d(x,y)}$. Now with manipulation and since $d$ is a metric, I manage to show that $\tilde{d}$ satiesfies the triangular ineqality. But I…
Olba12
  • 2,579
1
vote
1 answer

The diameter in the metric space

The diameter of the nonempty set $A$ in a metric space $(X,d)$ is given by : $$ \delta(A)=\sup_{x,y\in A}d(x,y). $$ $1)$ Show that if : $A\subset B$ Then: $\delta(A)\leq\delta(B)$ $2)$ Then show that the sufficient and necessary condition…
1
vote
1 answer

Completeness proof of metric spaces

Let (X, d) be a metric space and let Y be a dense subset of X. If every Cauchy sequence from Y conerges in (X, d), then (X, d) is a complete metric space. Thank you in advance!
1
vote
1 answer

Explain why $|x - y|^2 $ is not a metric.

Define $d(x,y) = |x - y|^2$ . Explain why d is not a metric. I have seen that the first two properties of a metric hold, so naturally it's left to prove that the triangle inequality does not hold. But after some algebra, I get stuck at the…
Hoodtingz
  • 123
  • 8
1
vote
1 answer

Sketch a unit ball $B(0, 1)$ in $\mathbb{R}^2$ equipped with the following norm: $||(x, y)|| =$ max{|$x$|,|$y$|}

My Question is: Sketch the unit ball $B(0, 1)$ in $\mathbb{R}^2$ equipped with the following norm: $||(x, y)|| =$ max{|$x$|,|$y$|} I'm semi confident in this topic but cant seem to find the right graph to sketch so any help will be appreciated.
AFraggers
  • 117
1
vote
2 answers

Using the triangle inequality to show that disjoint balls can be formed around distinct points

I want to start by saying that I'm familiar with the canonical proof of this result. I would like to prove it using a specific lemma: Let $x, y, z \in \mathbb{R}$. Let $k \in \mathbb{R}$ such that $d(x, z) < k < d(x, y)$. Then $d(x, y) - k < d(y,…
1
vote
1 answer

The axioms of metric space

Let $X\neq\emptyset$ and let $\rho:X\times X\longrightarrow \mathbb{R}$ with the following properties : a) for $\forall x,y\in X$, $\rho(x,y)\geq 0$ b) for $\forall x,y\in X$, $\rho(x,y) = 0\iff x=y$. c) for $\forall x,y,z\in X$,…
1
vote
1 answer

A fundamental system of neighbourhoods of $N $ (natural numbers)

If we consider $N $ as a subset of the usual metric space of real numbers $R $, we can think in a fundamental system of neighbourhoods (FSN) of $N $. I need to prove that does not exist a countable FSN, and as a suggestion Dieudonne (The autor of…
DIEGO R.
  • 1,144