🧮 Brain Teaser

The Fundamental Group of RP²

Compute the fundamental group π1(RP2)\pi_1(\mathbb{RP}^2).

Recall that the real projective plane RP2\mathbb{RP}^2 can be constructed as the quotient of S2S^2 by the antipodal map: identifying each point xS2x \in S^2 with x-x. Equivalently, it can be viewed as a disk D2D^2 with antipodal boundary points identified.

Use the disk model and van Kampen's theorem to compute π1(RP2)\pi_1(\mathbb{RP}^2).

fundamental groupvan Kampenprojective planeCW complexcovering spaces

Answer: Fundamental Group of RP²

Key Idea / Intuition

Think of RP2\mathbb{RP}^2 as a disk D2D^2 with antipodal boundary points identified. The boundary circle, after identification, wraps around twice before closing up — so the single boundary loop becomes a loop of order 2. Van Kampen tells us the fundamental group is Z\mathbb{Z} (from the disk's interior, which is trivial) amalgamated with Z\mathbb{Z} (from a neighborhood of the boundary), with the relation that going around the boundary once in the original disk equals the generator squared in π1\pi_1. The result is Z/2Z\mathbb{Z}/2\mathbb{Z}.


Formal Proof / Solution

Step 1: The cell structure / disk model.

Represent RP2\mathbb{RP}^2 as a CW complex: take a disk D2D^2 and identify antipodal points on D2=S1\partial D^2 = S^1. Label the boundary circle with the identification: as you traverse D2\partial D^2 once (angle 00 to 2π2\pi), the quotient traces the boundary twice (since antipodal points get identified, the image circle is traversed twice). So the attaching map of the 2-cell is a2a^2, where aa is the generator of π1\pi_1 of the 1-skeleton (which is S1S^1 after identification).

Step 2: Decompose using van Kampen.

Let pRP2p \in \mathbb{RP}^2 be an interior point of the disk. Decompose: U=RP2{p}V=small open disk around p.U = \mathbb{RP}^2 \setminus \{p\} \qquad V = \text{small open disk around } p.

  • VR2V \cong \mathbb{R}^2, so π1(V)=1\pi_1(V) = 1 (trivial).
  • VV is contractible, so UVU \cap V deformation retracts to a small circle around pp, giving π1(UV)Z\pi_1(U \cap V) \cong \mathbb{Z}, generated by a small loop γ\gamma around pp.
  • U=RP2{p}U = \mathbb{RP}^2 \setminus \{p\} deformation retracts onto the boundary D2\partial D^2 after identification. Since antipodal points on D2\partial D^2 are identified, the boundary becomes RP1S1\mathbb{RP}^1 \cong S^1. So π1(U)Z\pi_1(U) \cong \mathbb{Z}, generated by aa (once around the identified boundary circle).

Step 3: Track the inclusion π1(UV)π1(U)\pi_1(U \cap V) \to \pi_1(U).

The small loop γ\gamma around the interior point pp is homotopic (inside UU) to the boundary of the disk. But the boundary of the disk, when traversed once, wraps twice around the identified S1S^1. Therefore the inclusion-induced map sends: i:π1(UV)π1(U),γa2.i_*: \pi_1(U \cap V) \to \pi_1(U), \qquad \gamma \mapsto a^2.

Step 4: Apply van Kampen.

Van Kampen (Corollary 70.4 in Munkres, since VV is simply connected) gives: π1(RP2)π1(U)/N,\pi_1(\mathbb{RP}^2) \cong \pi_1(U) / N, where NN is the normal subgroup generated by the image of ii_*, i.e., generated by a2a^2.

Since π1(U)=Z=a\pi_1(U) = \mathbb{Z} = \langle a \rangle, we quotient by a2\langle a^2 \rangle:

π1(RP2)Z/2Z.\boxed{\pi_1(\mathbb{RP}^2) \cong \mathbb{Z}/2\mathbb{Z}.}

Why Z/2Z\mathbb{Z}/2\mathbb{Z}? Intuitively, the non-trivial loop in RP2\mathbb{RP}^2 is a path from xx to its antipode x-x on S2S^2 (a "half great circle"), projected down. Going around twice lifts to a full loop on S2S^2, which is contractible. So the loop has order exactly 2.

Bonus: This is consistent with the fact that S2RP2S^2 \to \mathbb{RP}^2 is the universal cover (since S2S^2 is simply connected), and the deck transformation group is Z/2Z\mathbb{Z}/2\mathbb{Z} (the antipodal map).

Source: Munkres, Topology, Chapter 11 (Seifert-van Kampen Theorem)

Type: topologySource: Munkres, Topology, Chapter 11 (Seifert-van Kampen Theorem)Edit on GitHub ↗