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

Does $|d(x_n.a)-d(a,x)|\leq d(x_n,x)$?

Let $(M,d)$ be a metric space and $x\in M$, $x_n\to x$ So $|d(x_n,a)-d(a,x)|\leq d(x_n,x)$ is a concluse form the triangle inequallty?
newhere
  • 3,115
0
votes
1 answer

Is this a valid proof that a convergent sequence has only one limit point.

I want to prove that if there is a limit of a sequence $\{a_n\}$ in a metric space $(M,d)$, there is only one limit and that this limit is an accumulation point (i.e. a point where every $\epsilon$-ball around it contains infinite points of…
Jake B.
  • 441
0
votes
0 answers

How is it possible that there is no such $n$ that would make $A$ isolated?

I am reading this paper on Atsuji metric space. A metric space $X$ is said to be Atsuji if every real-valued continuous function on $X$ is uniformly continuous. In theorem 3.7 , it is proved that [see 3.7(e)], if $X$ is an Atsuji space then for any…
Jave
  • 1,160
0
votes
2 answers

Which of the following define a metric?

Which of the following define a metric? a. $d((x, y), (x’, y’)) = \min\{|x – x’|, |y – y’|\}$ on $\mathbb{R}^2$. b. $d((x, y), (x’, y’)) = |x| + |y| + |x’| + |y’|$ on $\mathbb{R}^2$.. c. $D((x, y), (x’, y’)) = d(x, x’) + d(y, y’)$ on $X \times X$,…
0
votes
2 answers

Closed ball is a closed set

I have seen this proved always by taking the complement. Thus I am wondering if the following argument is correct. Here $(X,d)$ is a metric space. Question: Show that the set $\{y\in X : d(x,y) \leq r\}$, called a closed ball, is a closed set. My…
geguze
  • 280
0
votes
1 answer

A metric space question

Let M be a metric space. Let G be an open subset of M and A be any subset of M. It is to be shown that G intersection cl(A) is contained in cl(G intersection A). Initially I thought that every interior point is a limit point but that was shown to…
0
votes
2 answers

how to show that f has only one fixed points?

Let (X, d) be a complete metric space. Let$ f : X → X$ be a function such that for all distinct$ x, y ∈ X$ , $ d(f^ k (x), f^ k (y)) < c · d(x, y)$, for some real number $c < 1$ and an integer $k > 1$. Show that f has a unique fixed point. my…
jasmine
  • 14,457
0
votes
2 answers

Open, closed set in metric space

I started to study about Metric space at uni and am confused with the definitions open and closed set. It seems to me that being an open set always satisfies the definition of a closed set.
0
votes
4 answers

What does it mean if a sequence is not eventually constant

From What I understand a sequence $(a_k)$ is eventually constant such that $a_k=a$ whenever $k>N$. Does that mean a sequence is not eventually constant such that $a_k=a$ whenever $k
S A
  • 1
0
votes
2 answers

Is every countably infinite subset of a metric space closed?

It seems that the answer is no, but I'm struggling to think of a proper example. Would I be best trying to think of a closed set whose complement is open?
Dazzler95
  • 117
0
votes
1 answer

Completeness in normed linear spaces

Please consider the image below. I have a couple of questions from example 10.8.6. The example mentions that the mapping $\phi: ~f \rightarrow f_U$ is bijective. It's understandable that the function is subjective. I wanted to prove it's injective…
MathMan
  • 8,974
  • 7
  • 70
  • 135
0
votes
1 answer

What is the point of the discrete metric for a metric space?

It seems like alot of the counter examples in theorems about metric spaces occur in spaces with the discrete metric. Examples: 1) A totally bounded subspace $A \subset M$ is bounded but the reverse is not true if you look at the discrete metric on…
John Cataldo
  • 2,587
0
votes
0 answers

Closure of set in set notation involving a combination of metrics

Let $A=\{(x, y)\in\mathbb R^2 :|x|\leq2\}$ $B=\{(x, y)\in\mathbb R^2 :0
jiboom
  • 147
0
votes
1 answer

Let $(M,d)$ be a metric space. Prove that $A \subset M$ is closed iff whenever every disk about $x$ meets $A$ then $x \in A.$

Let $(M,d)$ be a metric space. Prove that $A \subset M$ is closed iff whenever every disk about $x$ meets $A$ then $x \in A.$ My attempt: I am trying to create a monotone sequence of $x_n \in U(x, \epsilon) \cap A$ such that $x_n \to x.$ So, if $x_1…
0
votes
1 answer

Does every metric satisfy translation invariance property $d(x+a,y+a)=d(x,y)$

Is every metric translation invariant,if no then what are the conditions under which a metric may become translation invariant (if any) .