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
1
vote
1 answer

What do point functions and point like functions actually mean?

What do these actually mean ? I know the mathematical definition but i don't think that i truly understand there true meaning. Point functions: Suppose $(X,d)$ is a metric space and $z \in X$. Then a non negative real function $x$->$d(x,z)$ defined…
johny
  • 1,609
1
vote
1 answer

neighborhood space metric

Let $M$ be a metric space and $a \in M$. We say that $V \subseteq M$ is a neighborhood of $a$ when $a \in \operatorname{Int}(V)$. Show that if $(x_n)$ is a sequence in $M$, then the following are equivalent: $\lim x_n = a$; For every neighborhood…
Viviane
  • 21
1
vote
0 answers

space metris disjoint

Let F be a closed subset of a metric space M and p∈M∖F . Show that there are two disjoint open sets G and H in M such that p∈G and H⊆F . I solved well but I think is not the way ... We take a point y belonging to F. We have inf {d (p, y)}> 0…
Viviane
  • 21
1
vote
1 answer

closure and interior of subsets of a metric space

Suppose $X$ is a metric space and $S$ and $A$ are subsets of $X$. If $S \subset A \subset Cl(S)$ , then $Cl(A) = Cl(S)$. Also if $Int(S) \subset A \subset S$, then $Int(A) =Int(S)$. What if, $Int(S) \subset A \subset Cl(S)$ , then would $Cl(A) =…
johny
  • 1,609
1
vote
2 answers

Why is the $\operatorname{diam}{(\mathbb Q)}$ infinite?

I was trying to find a counterexample to show that the $\operatorname{diam}{(A)}$ and the $\operatorname{diam}{(Int(A))} $ may not be the same, where $A$ is the subset of the metric space $X$. I chose the metric space $X$ = $\mathbb R$ , and chose…
johny
  • 1,609
1
vote
1 answer

Definition of accumulation points

Suppose $X$ is a metric space, $z \in X$ and $S \subset X$. Then $z$ is called an accumulation point of $S$ in $X$ if, and only if, dist(z,S\z) = 0. But such points need not be members of $S$, right? So i can understand the above given definition…
johny
  • 1,609
1
vote
2 answers

Proving non-existence of isometry

We call two metric spaces $(X,d), (Y,d')$ isometric if there are inverse functions $f: X \to Y$, $g: Y \to X$ with $d(x,x') = d'(f(x), f(x'))$ and $d'(y,y') = d(g(y), g(y'))$. An example of topologically equivalent but non-isometric metric spaces is…
blue
  • 2,884
1
vote
1 answer

Prove that $\mathbb{N}$ with the metric $d(m,n)=\lvert m^{-1} - n^{-1}\rvert$ is a discrete metric space

Prove that $\mathbb{N}$, along with the metric $d(m,n)=\lvert m^{-1}-n^{-1}\rvert$, is a discrete metric space. I am stuck with this one, I don't know how to proceed ? Any help will be appreciated.
johny
  • 1,609
1
vote
1 answer

Criteria for convergence of a sequence in a metric space

Let $X$ be a metric space, $z$ be in $X$ and let $(x_n)$ be a sequence in $X$ Using the fact that, Every open subset of $X$ that contains $z$ includes a tail of $(x_n)$, I have to prove that $\{z\}=⋂\{\textrm{cl}\{x_n∣n∈S\}∣S⊆\mathbb{N}$ and $S$ is…
johny
  • 1,609
1
vote
1 answer

boundary points of an infinite subset of a metric space

Does any infinite subset of a metric space have boundary points ? I know that the set of boundary points of a metric space is empty.But i am not very sure about whether, this is true for any infinite subset of a metric space. Suppose S is an…
johny
  • 1,609
1
vote
0 answers

Estimating/Reconstructing the distance matrix by given pairwise distance of a subset of points

Given a set of points $X$ which separated into two subsets $X_1$ and $X_2$ i.e. $X_1 \cup X_2 = X$ and $X_1 \cap X_2 = \emptyset$ We have the pairwise distance matrix $M^1$,$M^2$ of set $X_1$, $X_2$ respectively i.e. $M^1_{ij} = d(x_i,x_j)$ where…
Rein
  • 1,174
1
vote
1 answer

Was this metric induced by a norm?

Is the metric $$d(u,v)=\frac{||u-v||_v}{1+||u-v||_v}$$ induced by a norm? My attempt at an answer: Suppose that it was then, there would be a norm $||.||_m$ such that…
Gottfried
  • 855
1
vote
1 answer

Is a finite set in R² open?

How can a finite set E in R² not be open? Isn't every point of E an interior point of E (since the point will be contained in its own neighbourhood)? And if every point in E is an interior point, then every point in E is also interior in R², since E…
Parul
  • 21
1
vote
2 answers

neighbourhood of x in a metric space

Does the point $x$ belong to the $\epsilon$-neighbourhood of $x$? According to the definition, the neighbourhood of $x$ consists of all $y$ such that $d(y,x)< \epsilon$. Does $x$ belong to the neighbourhood?
Parul
  • 21
1
vote
2 answers

definition of metric space

from the actual definition of metric space ,we know that metric space - a set of points such that for every pair of points there is a nonnegative real number called their distance that is symmetric and satisfies the triangle inequality i am…