๐Ÿงฎ Brain Teaser

The Fundamental Group of the Punctured Plane

Let X=R2โˆ–{p1,p2}X = \mathbb{R}^2 \setminus \{p_1, p_2\} be the plane with two points removed.

(a) What is ฯ€1(X)\pi_1(X)?

(b) Is ฯ€1(X)\pi_1(X) abelian?

(c) Bonus: How does this generalize to R2\mathbb{R}^2 with nn points removed?

fundamental groupVan Kampenfree groupwedge sumhomotopy equivalence

Answer: Fundamental Group of Doubly Punctured Plane

Key Idea / Intuition

Removing one point from the plane gives a space homotopy equivalent to a circle โ€” so one "hole" means ฯ€1โ‰…Z\pi_1 \cong \mathbb{Z}. Removing two points gives a space homotopy equivalent to a figure-eight S1โˆจS1S^1 \vee S^1: you can imagine shrinking the plane so the two punctures become the two loops. The figure-eight's fundamental group is computed by Van Kampen's theorem โ€” and the answer is the free group on two generators, which is non-abelian. This is the first natural example showing that ฯ€1\pi_1 need not be abelian.


Formal Proof / Solution

Step 1: Homotopy Equivalence

Remove p1p_1 and p2p_2 from R2\mathbb{R}^2. We construct a deformation retraction of R2โˆ–{p1,p2}\mathbb{R}^2 \setminus \{p_1, p_2\} onto the figure-eight S1โˆจS1S^1 \vee S^1.

Concretely: place p1=(โˆ’1,0)p_1 = (-1, 0) and p2=(1,0)p_2 = (1, 0). Consider two small circles C1C_1 centered at p1p_1 and C2C_2 centered at p2p_2, joined at the origin. The region R2โˆ–{p1,p2}\mathbb{R}^2 \setminus \{p_1, p_2\} deformation retracts onto C1โˆจC2=S1โˆจS1C_1 \vee C_2 = S^1 \vee S^1 by pushing outward from each puncture (radially) and collapsing the "exterior" to the boundary circles. This is the same argument as how R2โˆ–{p}โ‰ƒS1\mathbb{R}^2 \setminus \{p\} \simeq S^1.

Therefore: ฯ€1(R2โˆ–{p1,p2})โ‰…ฯ€1(S1โˆจS1).\pi_1(\mathbb{R}^2 \setminus \{p_1, p_2\}) \cong \pi_1(S^1 \vee S^1).

Step 2: Van Kampen's Theorem on S1โˆจS1S^1 \vee S^1

Write S1โˆจS1S^1 \vee S^1 as the union of two open sets:

  • U1=U_1 = a small open neighborhood of the first circle (a circle with an open arc removed from the second, so U1โ‰ƒS1U_1 \simeq S^1),
  • U2=U_2 = a small open neighborhood of the second circle (similarly U2โ‰ƒS1U_2 \simeq S^1),
  • U1โˆฉU2=U_1 \cap U_2 = a small open arc around the wedge point, which is contractible.

By Van Kampen's theorem: ฯ€1(S1โˆจS1)โ‰…ฯ€1(U1)โˆ—ฯ€1(U1โˆฉU2)ฯ€1(U2)โ‰…Zโˆ—{e}Z=Zโˆ—Z.\pi_1(S^1 \vee S^1) \cong \pi_1(U_1) *_{\pi_1(U_1 \cap U_2)} \pi_1(U_2) \cong \mathbb{Z} *_{\{e\}} \mathbb{Z} = \mathbb{Z} * \mathbb{Z}.

Step 3: The Answer

(a) ฯ€1(R2โˆ–{p1,p2})โ‰…Zโˆ—Z\pi_1(\mathbb{R}^2 \setminus \{p_1, p_2\}) \cong \mathbb{Z} * \mathbb{Z}, the free group on two generators a,ba, b.

Concretely: aa is a loop winding once around p1p_1, bb is a loop winding once around p2p_2. Every element is a word like a2bโˆ’1ab3โ‹ฏa^2 b^{-1} a b^3 \cdots.

(b) Is it abelian? No. The free group Zโˆ—Z\mathbb{Z} * \mathbb{Z} is non-abelian: the commutator abaโˆ’1bโˆ’1โ‰ eaba^{-1}b^{-1} \neq e. Geometrically, "loop around p1p_1 then p2p_2" is genuinely different from "loop around p2p_2 then p1p_1".

(c) Generalization. For R2\mathbb{R}^2 with nn points removed: ฯ€1(R2โˆ–{p1,โ€ฆ,pn})โ‰…Zโˆ—Zโˆ—โ‹ฏโˆ—ZโŸnย copies=Fn,\pi_1(\mathbb{R}^2 \setminus \{p_1,\ldots,p_n\}) \cong \underbrace{\mathbb{Z} * \mathbb{Z} * \cdots * \mathbb{Z}}_{n \text{ copies}} = F_n, the free group on nn generators. The space deformation retracts onto the nn-fold wedge S1โˆจโ‹ฏโˆจS1S^1 \vee \cdots \vee S^1, and Van Kampen gives the free product inductively.


Summary Table

| Punctures | Homotopy type | ฯ€1\pi_1 | Abelian? | |-----------|--------------|---------|---------| | 0 | R2\mathbb{R}^2 | trivial | yes | | 1 | S1S^1 | Z\mathbb{Z} | yes | | 2 | S1โˆจS1S^1 \vee S^1 | Zโˆ—Z\mathbb{Z} * \mathbb{Z} | no | | nn | โ‹nS1\bigvee_n S^1 | FnF_n | no |

The jump from one to two punctures is the jump from commutativity to its failure.

Source: Munkres, Topology, Chapter 11; Lee, Introduction to Topological Manifolds, Chapter 10

Type: topologySource: Munkres, Topology, Chapter 11; Lee, Introduction to Topological Manifolds, Chapter 10Edit on GitHub โ†—