Could someone give and explicit homeomorphism between the tetrahedron with vertices $(0,0,0)$, $(1,0,0)$, $(0,1,0)$ and $(0,0,1)$ and the $2-$sphere?
Thanks
$\endgroup$ 11 Answer
$\begingroup$As with most problems about mapping things* continuously to spheres, this involves normalizing a vector.
All we need to do first is to move the origin inside our object. The function $\alpha : (x, y, z) \mapsto (x - 1/4, y - 1/4, z - 1/4)$ should do the trick.
If we let $\beta : (x, y, z) \mapsto \frac{(x, y, z)}{\sqrt{x^2 + y^2 + z^2}}$ be the normalization map, then $\beta \circ \alpha$ is a homeomorphism to the $2$-sphere.
* convex, closed surfaces
$\endgroup$ 3