8

Show that $\mathbb{R}^n\setminus \{0\}$ is simply connected for $n\geq 3$.

To my knowledge I have to show two things:

  1. $\mathbb{R}^n\setminus \{0\}$ is path connected for $n\geq 3$.

  2. Every closed curve in $\mathbb{R}^n\setminus \{0\}, n\geq 3$ is null-homotop.

The problem is that I do not know exactly how to show that.

Thomas
  • 43,555
  • 1
    Path-connectedness is easy. For the second part, you can project each closed curve onto the unit sphere (it's not hard to find a homotopy if you explicitly want one). Then if the resulting curve is not surjective, it's easy because $S^{n-1} \setminus {p}$ is homeomorphic to $\mathbb{R}^{n-1}$. If the resulting curve is surjective, you can partition it into parts each leaving out one of two opposed caps, and use that partition to find a homotopy with a non-surjective closed path. – Daniel Fischer Jul 06 '13 at 17:20
  • 1
    Can you think of a way to deformation retract to a more familiar space, maybe to one with $\pi_1=0$? – Derek Allums Jul 06 '13 at 17:21
  • 1
    @DanielFischer I suggest you write it as an answer and improve it afterwards if you feel it's necessary. – Git Gud Jul 06 '13 at 17:22
  • is easy? But I do not know! My only idea is: If you have two distinct points $p$ and $q$, consider $\gamma\colon [0,1]\to\mathbb{R}^n, t\mapsto (1-t)p+tq$. This is a continious way from p to q but may go through the zero point. Because $\gamma$ is compact, it can be covered by finite balls. My idea is to chose these balls so that one gets a polygon which does not go through the zero point. $\gamma$ is homotop to this polygon.
  • –  Jul 06 '13 at 18:06
  • 1
    How about this for 1? Your point $p$ lives on a sphere of radius $r>0$ about the origin. This sphere intersects the ray starting at the origin and going through $q$. Take any path along the sphere from $p$ to the intersection point, and then continue along the straightline to $q$. – Matt Jul 06 '13 at 18:17
  • 1
    Think about it in spherically, given $x,y$ we know $|x|,|y|>0$ so project $y$ onto the sphere of radius $|x|$ and then move on this sphere to $x$. – James Jul 06 '13 at 18:19
  • @matt: Beat me to it. – James Jul 06 '13 at 18:20
  • Great: Does one have to give this way explicitly or is this argumentation enough? –  Jul 06 '13 at 18:22
  • 1
    You always have to do everything explicitly. Even when you don't you are implicitly saying «I can do all the details if anyone wants me to». The only way to be completely sure that that claim is true is to actually give the details... – Mariano Suárez-Álvarez Jul 06 '13 at 19:00