0

Show that $\mathbb{R}^2-\{(0,0)\}$ is homeomorphic to $\mathbb{R}×S^1.$

What I have done is the following: Define $\phi:\mathbb{R}^2-\{(0,0)\}$ by $\phi((x,y))=(\frac{(x,y)}{||(x,y)||},x+y)$ It's injective, surjective and continuous. But I have no idea what is the inverse.

Asaf Karagila
  • 393,674
Infinity
  • 626

1 Answers1

3

Define $$ f : \mathbb R^2 \setminus \{0\} \to \mathbb R \times S^1, f(p) = \left(\ln \lVert p \rVert,\frac{p}{\lVert p \rVert}\right) .$$ Its inverse is $$ g : \mathbb R \times S^1\mathbb \to \Bbb R^2 \setminus \{0\}, g(x,z) = e^xz .$$

Anne Bauval
  • 34,650
  • (+1) Better answer imo than those in the duplicate, because not using (cautionless!) a parametrization of $S^1$ by $[0,2\pi)$. – Anne Bauval Dec 12 '23 at 13:04