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
0
votes
1 answer

Prove that if $B(x,r)$ and $B(x',r')$ are disjoint $\Longleftrightarrow d(x,x') \ge r+r'$

Assuming that $d(x,x') \ge r+r'$, and proving that they are disjoint is easy. It's the other side that I'm having difficulty with. This seems like a really easy problem, but i'm having difficulty proving it with basically just using the triangle…
Tejus
  • 153
0
votes
1 answer

Closure of interior proper subset of interior of closure

$\newcommand{\intr}{\mathrm{int}}$ I need to give an example of a metric space $(X,d)$ and $A ⊆ X$ so that $\overline{\intr(A)} ⊂ \intr (\overline{A})$, where $\overline{B}$ refers to the closure of $B$. Also, another $X,A$ where there is no…
GregRos
  • 1,787
0
votes
1 answer

is a space with discrete metric space complet or not?

I have a question about discrete metric spaces: prove that Every discrete metric space $X$ with discrete metric, ($X$,$d_0$) is complete?
armin
  • 79
0
votes
3 answers

Limit in metric space

Suppose $x_n \to x$ and $y_n \to y$ in the metric space $\big( M,p \big)$. Prove that $lim_{n \to \infty} p(x_n, y_n) = p(x,y)$ Well, I am not sure how to get this from the properties of the metric space
kiwifruit
  • 707
0
votes
1 answer

metric space, continuity, open and close

Prove that if F,G are closed in X and f, g are continuous, then f ∧ g is continuous. I know that if I can prove (f ∧ g)^(-1)(A) = f^(-1)(A) ∪ f^(-1)(B), then I know how to prove the rest, can anyone help me prove this part please? Thank you!
0
votes
1 answer

In a metric space, if $A$ is open and $B$ is closed, is $A + B$ open or closed?

Let $A, B \in E^n$, and consider their sum $A + B = \{x+y \mid x \in A, y \in B\}$. Suppose that $A$ is open and $B$ is closed. Is it always true that $A+B$ is open? Is it always true that $A+B$ is closed?
armin
  • 79
0
votes
0 answers

Show that $A$ is closed in $X$ and $f(A)$ is not closed in $Y$.

Let $X=[0,1)$ with the metric $d(x,y)=|x-y|$, and $Y=\mathbb{R}^2$ with the Euclidean metric. Define the mapping $f:X\rightarrow{Y}$ by $f(t)=(\cos(2 \pi t + \frac{\pi}{2}), \sin(2 \pi t + \frac{\pi}{2})) \forall t\in{X}$. Let $A=[1/2,1)$. Show…
mmh0015
  • 171
0
votes
1 answer

Is a finite subset of a complete metric space again a complete metric space?

The space $(\mathbb{R}^2, d)$ where $d(x,y)=max \{|x_1-x_2|, |y_1, y_2|\}$ for $x=(x_1, y_1)$ and $y=(x_2, y_2)$ $\in X$ is a complete metric space. Let $X=\{(0,0), (-\frac{1}{8}, 0), (0, -\frac{1}{5})\}$ with the same distance function defined…
0
votes
1 answer

(i) Show that T is continuous on $(X,d)$. (ii) Show that T is continuous on $(X,d_{2})$.

Let $K(t,s)$ be a continuous function on $[0,1]\times{[0,1]}$. Let $X=C[0,1]$ be the set of continuous functions defined on the interval $[0,1]$. Define the mapping $T:X\rightarrow{X}$ by: for every $x\in{X}$, $T(x)(t)=\int^{1}_{0}K(t,s)x(s)ds$ for…
mmh0015
  • 171
0
votes
2 answers

Notation Question: What does $B(0,1)$ mean when it comes to metric spaces?

I have to draw the unit balls $B(0,1)$ in $\mathbb{R}^2$ with respect to several metrics, however I am not certain whether this means a unit ball centered at $(0,1)$ or at $(0,0)$? Thanks for your help, hopefully it is an easy question just the book…
yhu
  • 111
0
votes
1 answer

Metric definition example

Let $(X_1,d_1)$ and $(X_2,d_2)$ be two metric spaces. Define a new metric space $X=X_1 \times X_2$, such that for $x=(x_1,x_2)$, $y=(y_1,y_2)$, we have $$d(x,y)=\sqrt{d_1(x_1,x_2)^2+d_2(y_1,y_2)^2}$$ I cannot decide whether $d(x,y) \leq…
1214
  • 11
0
votes
1 answer

Are a closed and a compact disjoint sets sufficiently wide apart?

Let $X$ be a metric space and $A$ and $B$ two subsets of $X$. If $A$ is closed, $B$ is a compact, and $A\cap B=\emptyset$, is it true that there is $d>0$ such that $\operatorname d (x,y)\ge d$ for all $y\in A$ and $x\in B$? If so, is it the same as…
User
  • 1,173
0
votes
2 answers

Prove that $|x_1-y_1|+|x_2-y_2|$ is a metric

I have an exercise that states: a) Prove that for $0
rom
  • 831
0
votes
1 answer

Proving a straightforward metric space problem

Prove that $|d(a,b) - d(a_{1},b_{1})| \leq d(a,a_{1}) + d(b,b_{1})$ Granted their are two cases to this. I will save one to do independently, but I wanted to see if my proof for the other case is correct. Case: $d(a,b) \leq d(a_{1},b_{1})$. Then…
0
votes
1 answer

Metric function proof

The time to submit this optional question has passed but I'm curious as to what the answer is. We haven't learned what a metric is yet, which is why its a challenge question. Show that the function $d$ is a metric where $$d(x,y) =…