logo

Topological Isomorphism in Metric Spaces 📂MetricSpace

Topological Isomorphism in Metric Spaces

Definition

Given two metric spaces (X,d1)\left( X, d_{1} \right) and (Y,d2)\left( Y, d_{2} \right), if there exists a bijective f:XYf : X \to Y such that both ff and its inverse function f1f^{-1} are continuous functions, then ff is called a homeomorphism, and the two metric spaces are said to be homeomorphic.

Explanation

The definition of homeomorphism for metric spaces might seem vacuous at first glance. Indeed, since metric spaces are sufficiently nice spaces, and demonstrating that two metric spaces are homeomorphic simply requires explicitly showing a bijective function that meets the condition. From the learner’s perspective, it feels more like getting accustomed to the terminology in anticipation of a generalization to topological spaces.

Properties

Let’s assume that d1d_{1} and d2d_{2} are distances defined on XX. If for every x,yXx, y \in X, there exists c,c>0c,c ' >0 satisfying both d1(x,y)cd2(x,y)d_{1} (x,y) \le c d_{2} (x,y) and d2(x,y)cd1(x,y)d_{2}(x,y) \le c ' d_{1} (x,y), then the identity function 1X:(X,d2)(X,d1)1_{X} : \left( X, d_{2} \right) \to \left( X, d_{1} \right) is a homeomorphism.

Proof

Since the identity function 1X1_{X} is trivially a bijective function, it suffices to show that both 1X1_{X} and 1X11_{X}^{-1} are continuous. Given ε>0\varepsilon > 0 and aXa \in X, let’s consider δ:=εc\displaystyle \delta := {{\varepsilon} \over {c}}. Then, for all xx such that d2(x,a)<δd_{2} (x,a) < \delta, the following is true:

d1(1X(x),1X(a))=d1(x,a)cd2(x,a)<cδ=ε \begin{align*} d_{1}(1_{X} (x), 1_{X} (a)) =& d_{1} (x,a) \\ \le & c d_{2} (x,a) \\ <& c \delta \\ =& \varepsilon \end{align*}

Therefore, 1X1_{X} is a continuous function and, given 1X=1X11_{X} = 1_{X}^{-1}, satisfies the conditions for a homeomorphism.

This property serves as a theorem analogous to norm equivalence, and is worth noting at least as a fact.