11

Are the unit sphere and the unit cube in the n-dimensional Euclidean space homeomorphic? If so, can anyone give an explicit formula for the homeomorphism?

1 Answers1

11

From the solid cube ($|x_i|\leq 1$) to the solid sphere ($||x|| \leq 1$), set $f(x)=max\{|x_1|,...,|x_n|\}*x/||x||$. It is clear from this formula that if $f(x)=f(y)$ then $x$ and $y$ are collinear, say $x=ty$. But then, it follows that $max(|x_1|,...,|x_n|)=max(t|x_1|,...,t|x_n|)$ so $t=1$, which proves injectivity. Surjectivity follows from the fact that on each line through the origin, the function restricted to that line gives you both points of intersection of the line with the sphere by plugging in the two points where the line intersects the cube, so by connectivity and continuity it must hit the entire segment in the sphere.

As per Julian's comment, I am technically done at this point. However, for an explicit inverse, set $g(y) = ||y||y/max(|y_1|,...,|y_n|)$, $g(0)=0$.

Cass
  • 2,987