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

Closed set contains only limit points and interior points?

If $X$ is a metric space and $A\subseteq X$ is a closed subset, are the elements of $A$ only limit and interior points? That is $A = int(A)\cup E(A)$, where $E$ is the set of limit points of A? $x\in X$ is said to be a limit point of $A$ if for all…
0
votes
0 answers

Showing two metrics are equivalent iff bases are equivalent.

Let d1 and d2 be metrics for a set X, and let B1 and B2 denote, respectively, the families of all open balls generated by d1 and d2. Show that d1 and d2 are equivalent metrics iff B1 and B2 are equivalent bases.
0
votes
0 answers

If two metric spaces are embedded into each other, then whether they two are isometrically isomorphic?

If we say that a metric space $(\mathscr{X}_1, \rho_1)$ is a subset of another metric space $(\mathscr{X}_2, \rho_2)$ if $\exists \tilde{\mathscr{X}_2} \subset \mathscr{X}_2$ s.t. $(\mathscr{X}_1, \rho_1)$ and $(\tilde{\mathscr{X}_2}, \rho_2)$ are…
xdyy
  • 141
0
votes
1 answer

Homeomorphic Functions and continuity

Why is it important for a Homeomorphic Function (by the definition below) to be continuous ? What purpose does continuity serve ? Let M and N be metric spaces. A function f : M $\to$ N is a homeomorphism if it is a bijection, and both f: M $\to$ N…
0
votes
0 answers

Consider $F$ to be a subring of $C(X, \mathbb{R}) $. Then every element of $C(X, \mathbb{R}) $ that belongs to $F$ is constant.

My question is as follows: I have to choose true or false. This is a question from a Graduate school admission test. Let $X$ be a connected metric space. Consider $F$ to be a subring of $C(X, \mathbb{R}) $ which is a field. Then prove that every…
user886636
0
votes
1 answer

Show that $|e^{-|x-y|}-1|$ is a metric

Show that $d(x,y)=|e^{-|x-y|}-1|$ is a metric, I already went throught the first 3 steps, but I'm having trouble with the triangular inequality, as far as i know is not possible to get $|e^{-|x-y|}-1|\leq |e^{-|x-z|}-1|+|e^{-|z-y|}-1|$ thanks for…
0
votes
1 answer

Identity of the image of a open set under projection map

Let $E_1, E_2$ metric spaces and $p_1:E_1\times E_2\rightarrow E_1$, $p_2:E_1\times E_2\rightarrow E_2$ the projection map. How to prove that if $A$ is a open set in $E_1\times E_2$ then $$p_1(A)=\bigcup_{x_x\in E_2}p_1(A\cap(E_1\times \{x_2\}))$$
0
votes
0 answers

How coordinates in semimetric spaces work?

How coordinates are defined in semimetric spaces? Imagine this example: We have points A, B and C. We know the distances between this points: d(A,B) = 10,381 d(A,C) = 3,896 d(B,C) = 3,896 This is a semimetric space because d(A,B) > d(A,C) +…
0
votes
0 answers

Proving or disproving two metric spaces are uniformly homeomorphic

Let $X=\mathbb R\backslash\{0\}$, $d$ be the usual distance on $\mathbb R$ and $d':(x,y)\in X^2\mapsto|x-y|+\left|\frac{1}{x}-\frac1y\right|$. Are the metric spaces $(X,d')$ and $(X,d)$ uniformly homeomorphic ? It's quite obvious that both spaces…
user992535
0
votes
1 answer

A neighborhood of a set of *radius $r$*?

Let $K$ be a compact subset of an open set $\Omega$ in $\mathbb C$. Then is there a positive number $r$ depending only on $K$ such that each closed ball of radius $r$ centered at a point in $K$ is contained in $\Omega$? How to prove this? My…
0
votes
0 answers

Countable product of finite spaces has no isolated point

Let each $X_i$ be a finite metric space. Define $X = \prod_{i\geq 1} X_i$ to be the product space equipped with the uniform metric, ie. $$\rho_{\infty}(\mathbf{x}, \mathbf{y}) = \sup_{i\geq 1} d(x_i,y_i)$$ Show that $X$ contains no isolated…
Lt. Commander. Data
  • 1,176
  • 8
  • 27
0
votes
1 answer

Distance of a point in an open metric ball to the complement of the ball is smaller or equal to the radius

Let $(X,d)$ be a metric space, $x \in X, r \in \mathbb{R}, r>0$. Let $B_{r}(x)$ be the open ball with center $x$ and radius $r$, and let $A^{c}$ denote the complement of any subset $A\subseteq X$. Let $y\in B_{r}(x)$. Question Is it true that…
Mizi
  • 75
0
votes
0 answers

Contraction with exactly two fixed points

Q. Provide an example of contraction with exactly two fixed points. My approach: Let T: R->R such that $T(x)=x^2$. Suppose $x$ is a fixed point of $T$ then $x^2 = x$. This implies $x=0$ or $x=1$. Thus, contraction T has two fixed points. However, it…
0
votes
1 answer

Covering of completion of metric space

Let $(X, d)$ be a metric space and $(\overline{X}, \overline{d})$ its completion. If I have a finite covering of $X = \bigcup_i B(x_i, \delta)$, would this also be a covering of the completion of the metric space? I would say yes. I tried something…
oac
  • 440
0
votes
0 answers

show that the p-metric is equivalent 1-metric on R^2

im studying for an upcoming test and doing some exercises from my book (linear operator theory in engineering and science) and came around this exercise that i can't solve:\ with $d_p$ given in exercise 1 show that $d_1$ is equivalent to $d_p$ on…