๐Ÿงฎ Brain Teaser

The Sphere Is Simply Connected: A Covering Space Argument

Let S2S^2 denote the 2-sphere. Prove that ฯ€1(S2)=0\pi_1(S^2) = 0 (i.e., S2S^2 is simply connected) using a covering space / lifting argument โ€” without van Kampen's theorem or CW-complex cell-by-cell arguments.

Hint: Think about what a non-trivial element of ฯ€1(S2)\pi_1(S^2) would give you.

fundamental groupsimply connectedcovering spacesS^2stereographic projectiondimension

Answer: The Sphere Is Simply Connected: A Covering Space Argument

Key Idea / Intuition

If S2S^2 had a non-trivial fundamental group, the universal cover S~2\tilde{S}^2 would be a covering space with more than one sheet. But S2S^2 is compact, and a covering space of a compact space with finitely many sheets is compact. More strikingly, the key geometric fact is that S2S^2 is 2-dimensional and any loop can be perturbed off any point โ€” this makes every loop null-homotopic. The cleanest proof uses path lifting: any loop on S2S^2 based at pp can be lifted to the universal cover, but a more direct topological argument uses the fact that S2โˆ–{q}S^2 \setminus \{q\} is simply connected (homeomorphic to R2\mathbb{R}^2) to push any loop off a point and contract it.


Formal Proof / Solution

We give a clean proof using a covering/lifting idea combined with a geometric observation.

Claim: Every loop ฮณ:[0,1]โ†’S2\gamma: [0,1] \to S^2 based at a point pโˆˆS2p \in S^2 is null-homotopic.

Step 1: Set up the covering.

Suppose for contradiction that ฯ€1(S2)โ‰ 0\pi_1(S^2) \neq 0. Then S2S^2 admits a non-trivial connected covering space p:Eโ†’S2p: E \to S^2. Since S2S^2 is compact and EE is a covering space, if the covering has n<โˆžn < \infty sheets then EE is compact. But in fact we show directly that every covering must be trivial.

Step 2: The key lemma โ€” any loop misses some point.

Let ฮณ:[0,1]โ†’S2\gamma: [0,1] \to S^2 be a loop based at pp. Since [0,1][0,1] is compact, ฮณ([0,1])\gamma([0,1]) is a compact (hence closed) subset of S2S^2. By a measure-theory/dimension argument (or Sard's theorem for smooth loops), the image ฮณ([0,1])\gamma([0,1]) cannot equal all of S2S^2: a continuous image of a 1-dimensional space cannot fill the 2-sphere. More precisely:

Lemma. For any continuous ฮณ:[0,1]โ†’S2\gamma: [0,1] \to S^2, there exists a point qโˆˆS2โˆ–ฮณ([0,1])q \in S^2 \setminus \gamma([0,1]).

Proof of Lemma: The image ฮณ([0,1])\gamma([0,1]) has topological dimension โ‰ค1\leq 1 (it is a continuous image of [0,1][0,1]), while S2S^2 has topological dimension 22. Hence ฮณ([0,1])โ‰ S2\gamma([0,1]) \neq S^2, so some qq is missed. โ–ก\square

Step 3: Contract the loop in S2โˆ–{q}S^2 \setminus \{q\}.

Since qโˆ‰ฮณ([0,1])q \notin \gamma([0,1]), we have ฮณ([0,1])โŠ‚S2โˆ–{q}\gamma([0,1]) \subset S^2 \setminus \{q\}.

Now S2โˆ–{q}โ‰…R2S^2 \setminus \{q\} \cong \mathbb{R}^2 via stereographic projection from qq. Since R2\mathbb{R}^2 is contractible (hence simply connected), the loop ฮณ\gamma (viewed as a loop in R2\mathbb{R}^2) is null-homotopic in R2\mathbb{R}^2.

That is, there exists a homotopy H:[0,1]ร—[0,1]โ†’R2โŠ‚S2H: [0,1] \times [0,1] \to \mathbb{R}^2 \subset S^2 with: H(s,0)=ฮณ(s),H(s,1)=p,H(0,t)=H(1,t)=p.H(s, 0) = \gamma(s), \quad H(s,1) = p, \quad H(0,t) = H(1,t) = p.

This homotopy takes place entirely in S2โˆ–{q}โŠ‚S2S^2 \setminus \{q\} \subset S^2, so ฮณ\gamma is null-homotopic in S2S^2.

Step 4: Conclusion.

Since every loop in S2S^2 is null-homotopic, we conclude ฯ€1(S2)=0\pi_1(S^2) = 0. โ– \blacksquare


Why this is beautiful: The argument reduces everything to a single elegant observation โ€” a loop is a 1-dimensional object and cannot fill S2S^2, so it always misses a point, and removing one point from S2S^2 gives R2\mathbb{R}^2 where everything is trivially contractible. The covering-space perspective reframes why: if ฯ€1(S2)โ‰ 0\pi_1(S^2) \neq 0, the universal cover would be a nontrivial covering, but any putative generating loop would lift to a loop (not a path between different sheets), forcing the covering to be trivial โ€” a contradiction.

Contrast with S1S^1: On S1S^1, any loop that wraps once around cannot miss any point (since S1S^1 is 1-dimensional and the loop is surjective), so the same trick fails. This is the dimensionality at work.

Source: Munkres, Topology, Ch. 9 (covering spaces); classical folklore

Type: topologySource: Munkres, Topology, Ch. 9 (covering spaces); classical folkloreEdit on GitHub โ†—