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 these metrics define the same open sets

If $d_1$ and $d_2$ are metrics on the same set $X$ which satisfy the hypothesis that for any point $x \in X$ and $\epsilon >0$ there is a $\delta >0$ such that $d_1(x,y)<\delta \implies d_2(x,y) < \epsilon$ and $d_2(x,y)<\delta \implies d_1(x,y) <…
matchz
  • 103
1
vote
2 answers

Prove that the sequence $\{ z_n\}_{n\in \mathbb{N}}$ is cauchy?

I am given the following problem Let (X; d) be a metric space, and let $\{ y_n\}_{n\in \mathbb{N}}$ and $\{ x_n\}_{n\in \mathbb{N}}$ be two sequences in $(X, d)$, both converging towards $a\in X$. Let $\{ z_n\}_{n\in \mathbb{N}}$ be the …
1
vote
1 answer

How to find if a metric space is complete?

Specifically, I need to find if the metric space $(\mathbb{R}, d)$ with the metric $$d(x,y)=\dfrac{|x-y|}{\sqrt{1+x^2}\sqrt{1+y^2}}$$ is complete or not, but I didn't get how to show if a space is complete and, in case it isn't, how to find a…
Gwi
  • 25
1
vote
0 answers

Metric spaces proof, open and closed sets.

In my book, I have proof of open and closed sets theorem. I think author made a mistake, I highlighted it red. ($\langle X,\rho \rangle$ is a metric space, $X \setminus A$ is complement of $A$ and $B_r(x)$ is open ball of radius $r$ and center…
xorandiff
  • 393
1
vote
1 answer

Understanding closed and open balls

Let $E$ be a metric space where $p_ 0 \in E $ is the centre of an open ball with radius $r>0$. Then the open ball is the set $\{ p\in E : d(p_ 0,p)
1
vote
1 answer

Metric Space Triangle Inequality

Let $(X, d)$ be a metric space. Define $d_0(x, y) := d(x, y)/(1 + d(x, y))$ for all x, y ∈ X. i) Prove that $d_0$ is also a metric on $X$. I assume it suffices to verify that the axioms of Non-negativity, definiteness, symmetry and the triangle…
1
vote
1 answer

Prove that $\tilde{X}$ is dense in $\hat{X}$

Let $(X,d)$ be a metric space. Let $C(X)$ be the set of all Cauchy seq. on $X$ and define for $(x_n)_{n \in \mathbb{N}}$ , $(y_n)_{n \in \mathbb{N}}$ the following relation $$ (x_n)_{n \in \mathbb{N}} \sim (y_n)_{n \in \mathbb{N}} \Leftrightarrow…
Olba12
  • 2,579
1
vote
1 answer

Complete metric space homeomorphic to a non complete metric space

At first I want to say that I'm aware of that there is alot of threads regarding this topic. But I would like to Believe that my question differs from them. So I'm given the claim that there is a complete metric space $(X, d_X)$ and a non complete…
Olba12
  • 2,579
1
vote
1 answer

Does $d(x,y)$ satisfy the triangle inequality?

Let $d(x,y)=\sup_{j\in N}|\xi_j-\eta_j|$ where $x=(\xi_1,\xi_2,...)$ and $y=(\eta_1,\eta_2,...)$. Does $d(x,y)$ satisfy the triangle inequality?
gbd
  • 1,963
1
vote
2 answers

Existence of disjoint open sets in a metric space.

Let $X$ be a metric space, let $C$ be a closed subset of $X$, and let $x \in X\setminus C$. Prove the existence of disjoint open sets $A$ and $B$ such that $x \in A$ and $C \subset B$.
1
vote
2 answers

Prove that $(X,d)$ is complete iff every $(X_n,d_n) \ n \in \mathbb{N}$ is complete.

Prove that $(X,d)$ is complete iff every $(X_n,d_n) \ n \in \mathbb{N}$ is complete. Let $(X_n, d_n) \ n \in \mathbb{N}$ be a family of metric spaces. Define $$ X = \prod_{n=1}^{\infty} X_n = \{(x_n)_{n \in \mathbb{N}} : x_j \in…
Olba12
  • 2,579
1
vote
1 answer

$d(x,y)=\sqrt {|x_1−x_2|+|y_1−y_2|}$ is a metric on $X\times X$. Is the metric space $(X,d_2)$ complete?

Let $X=\Bbb R^2$ and $x = (x_1, x_2), y = (y_1, y_2)$ and $d(x,y)=\sqrt {|x_1−x_2|+|y_1−y_2|}$ be a metric on $X\times X$. Is the metric space $(X,d)$ complete?
user383978
1
vote
1 answer

If a metric space is of bounded real valued functions on a finite domain, then it is separable.

Let $S$ be a set and let $B(S)$ be the set of all bounded real-valued functions on $S$. Define a metric on $B(S)$ by $$d(f,g) = \sup_{s\in S}|f(s)-g(s)|.$$ The problem I am trying to solve is to show that $B(S)$ is separable if and only if $S$ is…
goedelite
  • 113
1
vote
4 answers

How is it look like an open ball in metric space$ d(a,b)= \left|a^{-1}-b^{-1}\right|$ on $\mathbb R^{+}$

I try to draw a picture for a ball center at (0,0) with radius 2 but i can get nowhere.
1
vote
2 answers

A closed set in vector space of limited sequences $l^{\infty}$

Consider $l^{\infty}$ the vector space of limited sequences $(x_n)$ of real numbers with norm $||(x_n)|| = \sup |x_n|$. For $n \in \mathbb{N}$, let $e_n = (0,...,0,1,0,...)$ the sequence whose n-th coordinate is $1$. Let $F=\{(1+\frac{1}{n})e_n | n…
user286485