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
0 answers

Definition of the $p$-adic Metric

The $p$-adic metric on $\mathbb{Z}$ is defined as: $$d_{p}(x,y) = \begin{cases} 0, & \text{if }\;x=y \\ \frac{1}{p^{k(x,y)}}, & \text{if }\;x\neq y \end{cases} $$ where $p$ is prime and $k(x,y)=\max\{i: p^i|x-y\}$ If we have $d_{3}(17,22)$ So…
gbox
  • 12,867
1
vote
2 answers

Is there a "successor" metric in topology?

Is there a "next" or "successor" metric in topology? Following on from this question (the answer to which turned out to be a little more complicated than I expected, and seems to have created a certain amount of disagreement!), asking what is the…
1
vote
2 answers

Confusion regarding open and closed sets

Definition: Let $(X, d)$ be a metric space. A set $A \subseteq X$ is open if $\forall x \in A \exists \varepsilon >0$ such that $B_{\varepsilon}(x) \subseteq A$. A set $O$ is open if and only if $X \setminus O$ is closed. I am just confused…
user40333
  • 985
1
vote
1 answer

distance between a middle point and a set

Let $X$ be a normed space, and $d$ is the metric induced by the norm. Suppose $C$ is non-empty closed convex subset of $X$. Let $x_a$ be a point outside $C$, i.e., $x_a \in X \backslash C$. Define $$d(x_a,C) = \inf \left\{d(x_a,x_c) | x_c \in…
1
vote
2 answers

Show that exists $U$ and $V$ such that $x\in V$, $K\subset U$ and $U\cap V=\emptyset$

Let $K\subset X$ a compact set of a metric space. Given that $x\in K^c$, show that exists open sets $U$ and $V$ such that $x\in V$, $K\subset U$ and $U\cap V=\emptyset$. Well if $K$ is compact, then $K$ is closed and bounded, so $K^c$ is a…
Roland
  • 3,165
1
vote
1 answer

Proof that the intersection of an open set with a not open set is not open in a metric space

Let $(X, d)$ be a metric space. We suppose that $A\subseteq X $ is open in $X$ and $B\subseteq X $ is a not open set in $X$, where $A,B \neq \emptyset $. Is $A\cap B$ a not open set in $X$? Ι have tried to prove it by considering that $A\cap B$…
Spy93
  • 15
1
vote
0 answers

Completion of a metric

Consider the metric space $(\mathbb{R},d)$ with $d(x,y)=|x-y|$ for $x,y \in \mathbb{R}$ with $x \neq 0 \neq y$ and $d(0,x)=1+|x|$ for $x \in \mathbb{R}_{0}$ and $d(0,0)=0$. I figure this metric space is not complete, since we can take the Cauchy…
simp
  • 883
1
vote
3 answers

adherent point contained by a open ball

In any metric space $(X,d_X)$, $x$ is an adherent point of $A \subseteq X$ $\iff$ for every $r>0$, there exists $y \in A$ such that $y \in B(x;r)$. I sort of understand the main idea behind this theorem. My question is why does it have to be $y \in…
James
  • 749
  • 4
  • 12
1
vote
1 answer

Boundedness with respect to totally ordered set and arbitrary metric spaces.

Definition : A set $S$ is said to be bounded in totally ordered set $X$ if there exist $M \in X$ such that $a \lt M $ for all $ a$ $\in S $ . Definition : A set $S$ is said to be bounded in a metric space $(X,d)$ if $diam(S) < \infty$. Where…
1
vote
0 answers

Examples of metric spaces with connected balls

Fix $\epsilon>0$. I would like to understand how general are metric spaces in which open balls of radius $\epsilon$ are connected. One can give many examples assuming a vector space structure, but are there other useful examples? A related question…
Cantor
  • 1,940
1
vote
2 answers

Let be $X$ a metric space and $a \in X$. Fix $r > 0$. Show that $\{ x \in X \ ; \ d(x,a) > r \}$ is an open set.

Let be $X$ a metric space and $a \in X$. Fix $r > 0$. Show that $\{ x \in X \ ; \ d(x,a) > r \}$ is an open set. Probably, this question was asked here, but I didn't found it here and I would like to know how to proof this without using sequence,…
George
  • 3,817
  • 2
  • 15
  • 36
1
vote
1 answer

Is this the category of metric spaces and continuous functions?

Suppose the object of the category are metric spaces and for $\left(A,d_A\right)$ and $\left(B,d_B\right)$ metric spaces over sets A and B, a morphisms of two metric space is given by a function between the underlying sets, such that $f$ presere…
Hooman
  • 3,647
1
vote
2 answers

Prove that $\partial (A \cup B)= \partial(A) \cup \partial(B)$ if $\bar {A} \cap \bar {B} = \phi$.

The question is $:$ Let $(X,d)$ be a metric space.Let $A,B \subseteq X$.Then prove that $\partial (A \cup B)= \partial(A) \cup \partial(B)$ if $\bar {A} \cap \bar {B} = \phi$ , where $\partial (A)$ and $\bar A$ respectively denote the boundary of…
1
vote
3 answers

Prove: $B(p,r)\subseteq B(x_{1},r_{1})\cap B(x_{2},r_{2})$

Let $(X,d)$ be a metric space such that $x_{1},x_{2}\in X$ and $r_{1},r_{2}>0$ and let assume that $p\in B(x_{1},r_{1})\cap B(x_{2},r_{2})$. let $r=min\{r_{1}-d(p,x_{1}),r_{2}-d(p,x_{2})\}$ prove: $$B(p,r)\subseteq B(x_{1},r_{1})\cap…
gbox
  • 12,867
1
vote
1 answer

Does there exist any non discrete metric space $(X,d)$ in which every $F_{\sigma}$ (resp. $G_{\delta}$) set is clopen?

Does there exist any non discrete metric space $(X,d)$ in which every $F_{\sigma}$ (resp. $G_{\delta}$) set is clopen? I can't find any non discrete metric space $(X,d)$ having the above mentioned property.Please help me in finding this (if…