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

A metric space in which $3^\infty=2^\infty=0$

I want a space containing all the positive integers in which $3^nx+3^n-2^n\to0$ as $n\to\infty$ Perhaps paradoxically, numbers not factorisable by $2,3$ would be a sufficient set for me (in case that helps). My rudimentary knowledge says that a sum…
0
votes
1 answer

Equality of certain distances in a normed vector subspace

Let $E$ be a normed vector space and $F$ a vector subspace of $E$. If $y \in F$, $x \in E$ and $0 < a \in \mathbb R$, prove that $d(y + ax, F) = ad(x,F)$. I've tried to write down the definitions explicitly, but I don't see how to continue from…
hampster
  • 179
0
votes
1 answer

Is $X$ totally bounded?

I came across the following claim in this post. Let $X$ be a metric space in which every infinite subset has a limit point. Then for every $\delta>0$ there exists $N_{\delta}\in \mathbb{N}$ and $x_i\in X, \, 1\le i\le N_{\delta}$ such that $$X…
Bijesh K.S
  • 2,604
0
votes
1 answer

Contraction mapping on metric space

We know the definition of contraction mapping. But it is unkown to me the definition of weak contraction mapping. Help me
0
votes
1 answer

Open sets in $\mathbb R^2$ and $\mathbb E^2$

Can someone help me with the following problem: Prove that every open set in $\mathbb E^2$ is also open in $(\mathbb R^2, d_1)$, where $d_1((x_1,y_1),(x_2, y_2))=|x_1-x_2|+|y_1-y_2|$ , and vise versa, every open set in $(\mathbb R^2, d_1)$ is open…
Kat
  • 129
0
votes
0 answers

unbounded metric

Let $(X,d)$ be an unbounded metric space. Is it right to say: There are a $c\in X$ and $\{x_n\}_{n \in {N}}\subset X$ such that $\lim_{n \to +\infty}d(x_n,c)=+\infty$?
0
votes
1 answer

Are singletons closed or open?

"Exercise 1. Show that if $X$ is equipped with the discrete metric $d$ then every subset of $X$ is both open and closed. Deduce that any function $f : (X, d) → (Y, dY )$ is continuous." My lecturer shared the following answer: "Exercise 1. If…
kam
  • 1,255
0
votes
1 answer

How can I prove that my function d(x, y) is a proper metric?

I have points that are characterized by a timestamp and a location, so 3 dimensional points, one temporal x, and two for the location coordinates. My function $d(x, y)$ is defined as follows: $$d(x, y) = m1 * dt(x, y) + m2 * ds(x, y),$$ where $dt$…
0
votes
1 answer

Open and closed round balls in $\mathbb{R}^n$ are convex

I don't know what a round ball is. I hope this is just an unnecessary Detail but if this is important to solve this excercise please let me know. The original text is in German: Offene und abgeschlossene runde Bälle in $\mathbb{R}^n$ sind konvex. My…
RM777
  • 987
0
votes
1 answer

Prove or disprove $bd(E)$ is nowhere dense for $E \subseteq X$ complete metric space

I know this is not true but need to find an example of complete metric space $X$ with subset $E$ such that $\overline{bd(E)}$ has non-empty interior.
BMac
  • 605
  • 3
  • 12
0
votes
2 answers

Complete Metric Spaces and discrete spaces

$\textbf{Definition:}$ Let $(M,d)$ a metric space. A point $x \in M$ is a isolated point of $M$ if exists $r>0$ such that : $$ B(a,r)=\{a\} $$ A metric space $M$ is called discrete if every point of $M$ is a isolated point. With these…
user411479
0
votes
1 answer

distance between any two points in a metric space and its diameter

Could anyone tell me how to prove the following? $d(x,y)\le \text{diam }(S)^{1-\alpha}\cdot d(x,y)^{\alpha}$ where $S$ is any complete, separable metric space. Or compact metric space. $0<\alpha\le 1$? Thanks for helping. $\text{ diam…
Myshkin
  • 35,974
  • 27
  • 154
  • 332
0
votes
1 answer

A inequality from the distances of two sets.

$\textbf{Definition}$ : Let $(X,d)$ a metric space, $a\in X$ and $A,B\subseteq X$. The distance from $x$ to set $A$ is the set : $$ d(x,A)= inf\{ d(x,a);a \in A\} $$ And the distance from $A$ to $B$ is the set : $$ d(A,B)=inf\{d(a,b) \vert a\in…
user411479
0
votes
1 answer

Is the following exercise solved correctly? (Metric Spaces)

I am learning metric spaces on my own and this is a question from Metric Spaces - Mícheál O'Searcoid, Exercises 1.2. Suppose that $d$ is a metric on set $X$. Prove that the inequality $|d(x,y)-d(z,w)|\leq d(x,z)+d(y,w)$ holds for all $w,x,y,z\in…
mathnoob
  • 115
0
votes
1 answer

Difference between limit of function and continuous function in metric spaces

I don't understand the following: Let $(X,d_x)$ and $(Y,d_y)$ be metric spaces, and let $f:X\to Y$ be a function. Definition (of continuous function) A function $f$ is called continuous at $x\in X$ if for every $\varepsilon > 0$ there exists $\delta…