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

Cauchy sequences & topology on space of sequences

Let us consider a metric space $(X, d)$, the space $X^\mathbb{N}$ of sequences of elements in $X$ and the metric $$ D : \begin{cases} X^\mathbb{N} \times X^\mathbb{N} \to \mathbb{R}_+ \\ (x, y) \mapsto \sum\limits_{n \in \mathbb{N}}{\min\left\{a_n,…
siou0107
  • 107
0
votes
1 answer

Is the following subset of $\mathbb R^2$, endowed with the usual distance and topology, compact? $A_a = \{(x,y)\mid x^4 + y^8+e^{xy} \leq 4 \}$

Is the following subset of $\mathbb R^2$, endowed with the usual distance and topology, compact? $$A_a = \{(x,y)\mid x^4 + y^8+e^{xy} \leq 4 \}$$ $x^4 \leq x^4 + y^8+e^{xy} \leq 4$ hence, $|x|^4\leq {4}$ ...hence $x = \sqrt{2}=1.414$ $y^8 \leq x^4 +…
user741289
0
votes
1 answer

Nowhere dense sets in metric spaces

A set $A$ in a metric spaces $(E, d)$ is nowhere dense if $(\overline{A})^c$ is dense, i.e, if $\,\,\,\overline{(\overline{A})^c}=E$. Let $(a_n)$ a sequence of points of $E$ that converges to $a\in E$. Is the set $A=(a_n)$ nowhere dense??
0
votes
1 answer

Why does this not satisfy the conditions of a metric?

Suppose we would like to define a metric on New York City, let t : NYC × NYC → R+ is a function that measures the time it takes to travel between two points in New York City. Why doesn’t t satisfy the criteria of being a metric? I know that a metric…
0
votes
2 answers

Given a metric, find continuous map that maps to $\mathbb{R}^2$

I wanted to know how to approach the question of: Given a metric on $\mathbb{R}^2$ does a continuous map $f:\mathbb{R}^2 \to \mathbb{R}^2 $ with the following property: $$f([0,1]\times[0,1]) = \mathbb{R}^2 $$ exist ? I currently am a little clueless…
0
votes
0 answers

Is $(X,d)$ a discrete metric space?

Let $(X,d)$ be a metric space which has exactly $25$ open balls. Then is it necessarily a discrete space? Is $X$ necessarily a finite space? If so why? Thank you in advance.
Anil Bagchi.
  • 2,834
0
votes
1 answer

Creating new metrics by combination of other metrics

Once we have some metrics, e.g., $d_1$ and $d_2$, we can perform some operations to create new metrics $d$ based on the former ones. For example: $d=\dfrac{d_1}{1+d_1}$ $d= \text{min}(d_1, 1)$ (See equivalent metrics in wikipedia) $d= d_1 + d_2$…
0
votes
1 answer

Is a nonzero vector subspace of a nonzero NLS is compact?

This question is from topology of metric spaces by s.kumersean page-90 chapter-compactness . Is a nonzero vector subspace of a nonzero NLS is compact? Honestly I don't know how to show that because what i have read so far I don't find any link how…
0
votes
0 answers

Metric space dilemma

Can we define a metric $d$ on any set $X$ s.t. $d(x, y)=\infty$ $\forall x, y$, $x\neq y$ In this case, how will X look like? And What will be the open sets of $X$. Maybe definition allows only real value of $d$. What will be the consequences of…
0
votes
1 answer

Which subgroups of G are compact subsets of the metric space G?

Consider $G := (0,\infty$) with the metric induced from $R$. Note that $G$ is a group under multiplication. Which subgroups of $G$ are compact subsets of the metric space $G$? Actually no hint is give so I don't know how to do this. Any hint will be…
0
votes
1 answer

Prove that $\bar A = A' \cup A$

Let $A \in R^n$: I need to prove that: $$\bar A = A' \cup A$$ So I Said if $x \in \bar A$, then $x$ is in: $$A \cup \bar A\backslash A$$ in the first case I'm done, but how could I prove the second case? (if ($x \in \bar A \backslash A$)…
Daniel98
  • 411
0
votes
0 answers

Conditions for Equivalent Metrics

I am encountering the same statement as in the question: Equivalent Conditions on Equivalent Metrics: Show that two metrics $\rho$ and $\rho'$ are equivalent if there exist $\alpha,\beta,M>0$ such that $\rho(x,y)\leq M$ implies…
user735816
0
votes
2 answers

How to show that a map in a metric space is open or closed?

Show that the projection map $f_j$:$R^{n}$$\rightarrow$ R given by $f_j$(x) =$x_j$ is open. It is not closed. Honestly I don't have any work to show because i just know the defination of open map and closed map. The book i am solving they didn't…
0
votes
1 answer

How to show a circle and a elipse is homomorphic in $R^{2}$?

The question is to show that a circle and a elipse are homomorphic in $R^{2}$. I have two questions 1) should I consider only the boundary points of circles and elipse? 2) what is the suitable function for this?.
0
votes
1 answer

How to find d(A,B)?

Let A is the rectangular hyperbola xy=1 and B is the union of axes xy=0.find d(A,B). Now if A and B be two non-empty subset of a metric space X then d(A,B)=inf{d(a,b): a $\in$ A and b $\in$ B}. Honestly I didn't understand this question and have no…