6

Suppose we have a non complete metric space. Can it be homeomorphic to its metric completion?

Asaf Shachar
  • 25,111

1 Answers1

8

Consider the metric space $\left(\mathbb R\setminus\{0\}\right)\times\mathbb Z\subset\mathbb R^2$

This metric space is not complete and its completion is $\mathbb R\times\mathbb Z$. The two spaces are homeomorphic. I hope that's easy to see, but here's an explicit pair of continuous inverses:

$f\;\colon\;\left(\mathbb R\setminus \{0\}\right)\times\mathbb Z\to\mathbb R\times \mathbb Z$ given by:

$$ f(x, n)=\begin{cases} (\log(x), 2n) & x>0 \\ (\log(-x), 2n+1) & x<0 \end{cases} $$

$g\;\colon\;\mathbb R\times\mathbb Z\to\left(\mathbb R\setminus\{0\}\right)\times\mathbb Z$ given by \begin{align} g(y, &2k) = (e^y, k)\\ g(y, 2k&+1) = (-e^y, k) \end{align}

You can check for yourself that these functions are continuous and that their compositions are the identity maps.

Henno Brandsma
  • 242,131
John Gowers
  • 24,959