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
3
votes
2 answers

Closed Balls in Open Sets

I am brushing up on some real analysis terminology. Suppose we have an open set $E$ and a closed ball $B(x, r)$. Suppose this $r$ is fixed, for example, $r=0.00001$. My question is, can we find this closed ball $B$ in $E$? Or can we find a closed…
breksta
  • 63
3
votes
1 answer

How to describe the family $\tau$ of all open sets of $(\mathbb R^2,\delta)$

Ex. 1.2.65. Let $d$ be the Euclidean metric on $\Bbb R^2$. Define $$\delta(p,q):=\begin{cases} d(p,0)+d(q,0), & p\ne q \\ 0, & p = q, \end{cases}$$ for $p, q \in \Bbb R^2$. Show that $\delta$ is a metric on $\Bbb R^2$. What are…
Sriti Mallick
  • 6,137
  • 3
  • 30
  • 64
3
votes
2 answers

Some examples of sequence with cluster points

Provide the following examples, assuming that $(X, d)$ is infinite. A sequence without cluster points. A sequence that has exactly 5 cluster points. A sequence $(x_n)_n$ such that every $x \in X$ is a cluster point of $(x_n)_n$. I have to do these…
3
votes
2 answers

Is $d(A, B) =|(A\Delta B)|$ a metric on all finite subsests?

Let $F(S) $ be the set of all finite subsets of a set $S$. For all $A, B ∈ F(S)$, let $∆ (A, B)=(A\setminus B) ∪ (B\setminus A) $ be the symmetric difference between A and B. Let $d(A, B ) $ be the cardinality of $∆ (A, B).$ Is $d$ a metric? I am…
Sourav Ghosh
  • 12,997
3
votes
1 answer

Prove that the complement of the range is an open set

Let $x_{n}$ be a convergent sequence in a metric space $(X,d)$ such that it has no convergent subsequence in $X$. Show that the complement of its range is an open set. What I understood was, if $a$ is a limit point then there would be a sequence,…
3
votes
1 answer

Show that the given set is a metric space

Consider the set of real numbers $\mathbb{R^2}$, and define the function $d: \mathbb{R^2} \times \mathbb{R^2} \to [0,\infty)$ as $d((u_1,u_2),(v_1,v_2):=max\{|u_1-v_1|,|u_2-v_2|\}$. M1) $\forall (x,y) \in \mathbb{R^2},…
Karam
  • 741
3
votes
1 answer

Exercise over metric spaces

Let $A$ a closed subset of a metric space $E$ and let $x\in E-A$. ¿Is posible get two disjoint open sets U, V such that $A\subseteq U$ and $x\in V$? If $A$ is a compact set I know if it is possible to demonstrate the exercise, but if $A$ If $ A $…
3
votes
1 answer

Is $D^n$ defined when $n = 0$?

Define $D^n = \{x \in \mathbb{R}^n : |x| \le 1\}$. Is $D^n$ defined when $n = 0$? I would say no, since I don't think $\mathbb{R}^0$ is defined.
3
votes
1 answer

Determine if the following is a metric.

I am trying to prove some defined function of two points if it is a metric or not. From the properties, I am having hard time showing $$\delta (p,q) \le \delta (p,r)+\delta (r,q)$$ for any $p,q,r$ in a metric space $X$. I for some examples such as…
hyg17
  • 5,117
  • 4
  • 38
  • 78
3
votes
1 answer

Is an ellipsoid surface, with shortest path length used as metric, a metric space?

Is an ellipsoid surface, with shortest-path length used as metric, a metric space?
3
votes
1 answer

How to show that $\arctan(|x-y|)\le\arctan(|x-z|)+\arctan(|y-z|)$

I have to show that $\delta$ is a metric with: $$\delta(x,y):=\arctan(|x-y|)$$ The first two axioms are really straight forward, but I kinda struggle with showing $$\arctan(|x-y|)\le\arctan(|x-z|)+\arctan(|y-z|)$$ My first try was (since the arctan…
3
votes
1 answer

Prove that $d(x,z) \leq d(x,y) + d(y,z)$ in $\textbf{R}^2$

You are potentially able to prove $d(x,z) \leq d(x,y) + d(y,z)$ in $\textbf{R}^2$ using the relation that $d(x + y, 0) \leq d(x, 0) + d(y, 0)$ where: $0 = 0$-vector $d(x, y) = \sqrt{(x_1 - y_1)^2 + (x_2 - y_2)^2}$ - the distance formula I was able…
3
votes
2 answers

Metric on Power Set

Let (S, d) be a metric space. Can one always define a metric d# on the power set P(S) of $S$ such that d# ({x} , {y}) = d(x, y) for every x, y ∈ S?
3
votes
2 answers

Isometry from Manhattan plane to Euclidean plane?

Does there exist an isometry from a Manhattan plane $A$ to a Euclidean plane $B$? I.e. a function $\varphi:A \to B$ that suffices $\|\varphi(a)\|_B = \|a\|_A$ for all $a \in A$, where $\| \cdot \|_A$ is the Manhattan norm and $\| \cdot \|_B$ the…
chtenb
  • 1,421
3
votes
3 answers

If 2 open balls define the same space, is it true that x=y and r=s?

Let $(X,d)$ be a non-empty metric sapce, $r$ and $s$ are postive radii, and $b_r^{d}(x)=b^d_s(y)$ for some $x,y \in X$. Is it true that $r=s$ ? Is it true that $x=y$? My answer would be something like: no, because for example consider the…