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

Is $\mathbb{R} \times \mathbb{R}$ the same as $\mathbb{R}^2$?

Consider the function $d : \mathbb{R} × \mathbb{R} → \mathbb{R}$ defined by $d(x_1, x_2) = |x_1 − x_2|^2$. Does $d$ define a metric on $\mathbb{R}$? If so, prove it. If not, justify why not. What I am confused with here is whether $x_1, x_2$ are…
0
votes
0 answers

Open or closed subset in the subspace metric on A.

In each subpart below you are given a metric space $(X, d)$ and a subspace $A ⊆ X$. You are also given a subset $U ⊆ A$. In each case, is $U$ an open subset of $A$ in the subspace metric on $A$? Justify your answer fully. (a) Let $(X, d)$ be…
0
votes
1 answer

Prove an inclusion of open balls given an inequality.

Let $d_1$ and $d_2$ be two metrics on a space $X$ such that $d_1(x_1,x_2) \leq d_2(x_1,x_2)$ for all points $x_1,x_2\in X$. Prove the inclusion $$B_{d_2}(x,r) \subseteq B_{d_1}(x,r)$$ of balls. So, I understand that the interval that we will get…
0
votes
1 answer

Convergence in the discrete metric proof

Suppose $d$ is the discrete metric, that is $d(x_1, x_2) = 1$ for all distinct points $x_1$, $x_2$ in X. Prove that if $(x_n)$ converges to $y$ then there exists a natural number $N$ such that $x_n = y$ for all $n > N$. I understand why this is…
0
votes
2 answers

Query about the statement of Heine Borel theorem

Why is Heine-Borel theorem in metric spaces stated without mentioning the metric that is defined on the set $\mathbb{R}^n$?
Partey5
  • 1,280
0
votes
1 answer

Absolute value of an ordered pair

On the following answer the user takes $\mathbb{R}^2$ as a metric space with the metric defined as: $$\delta(A,B)=\begin{cases} |A|+|B|, & \text{if $A\neq \lambda B$} \\ |A-B|, & \text{if $A= \lambda B$ for some $\lambda$} \end{cases}$$ I am…
0
votes
2 answers

Triangle inequality for $d(x,y)=\lvert\ln(y/x)\rvert$

Given that $X$ is a set of all positive real numbers and let $x,y\in X$. $d (x,y) = \lvert \ln (y/x)\rvert$. Prove that $(X, d)$ is a metric space. I am stuck with proving that this satisfies the triangle inequality.
Alexander
  • 107
0
votes
1 answer

Distance of set difference of closed and compact set which are not disjoint

Proof or give counterexample: Let $(M,d)$ be a metric space, $A$ a closed and $B$ a compact subset with $A\cap B\neq\emptyset$. Then $$\inf \{d(a,b): a\in A\setminus B\land\ b\in B\setminus A \}>0.$$ For disjoint sets the proof is easy, but in…
mag
  • 2,409
0
votes
1 answer

Open ball being a subset of a closed ball

Let (X, d) be a metric space and let a ∈ X. How would you read this statement ? $(B_r(a))'$ $\subset$ $\,$$B_r[a]$ What I think this statement says is "not" the open ball with center a and radius r is a subset of the closed ball with center a and…
xvon11
  • 1
0
votes
1 answer

metric tensor signature

I just wanted to clarify some notation regarding the metric tensor. In books I often read the metric has signature -+++, does this mean I can make a change of coordinates s.t. the metric g always looks like the 4x4 identity matrix with the g_11…
0
votes
1 answer

Let d be a metric on X. Is $d^{2}$ then a metric on X?

I am supposed to solve the following problem. Let d be a metric on X. Is $d^{2}$ then a metric on X? I verify the three conditions determining the metric space: $ \forall x,y,z \in X: d(x,y )\geq 0\Rightarrow \left ( d \left ( x,y \right )…
user714814
0
votes
1 answer

Proof in metric space

I'm at the beginning of learning metric spaces and I've been given a fundamental problem. Let $\left ( X,d \right )$ is metric space. Let $Y\subset X$. For $x,y\in Y$ we put $d^{*}\left ( x,y \right )=d\left ( x,y \right )$. Prove that…
Martin N.
  • 149
0
votes
4 answers

Show that the projection is, in general, not closed

I have $(X,d) \text{ and } (Y,d')$ two metric spaces. I define the metric space $(X \times Y, d_{\infty})$ and the projections $\pi_1:X \times Y \rightarrow X$, $\pi_2:X \times Y \rightarrow Y$. I've already shown that these functions are continous…
Silkking
  • 971
0
votes
1 answer

Let $(X,d)$ be a metric space. If $K \subset X$ is compact, then it is closed

I have a question about the following proof by contradiction. Let $(X,d)$ be a metric space. If $K \subset X$ is compact, then it is closed. Proof. We show if $K$ is not closed, then it is not compact. If $K$ is not closed, then there is $p \in…
Skm
  • 2,296
0
votes
1 answer

Open sets and metric spaces

First off I am new to working with balls in metric spaces so my might seem dumb to those who know better than I I don’t want to down voted cause of it Ref: https://math.stackexchange.com/a/2124668/585321 In this proof r=0.5d(x,y). My question can…
Larry
  • 1