๐Ÿงฎ Brain Teaser

The Fundamental Group of the Klein Bottle

Compute the fundamental group of the Klein bottle KK.

Hint: Think of KK as a quotient of the square [0,1]2[0,1]^2, and apply van Kampen's theorem with a clever cover.

fundamental groupvan KampenKlein bottlesurface topologynon-abelian groups

Answer: Fundamental Group of the Klein Bottle

Key Idea / Intuition

The Klein bottle is built by gluing opposite sides of a square, with one pair glued with a twist. We can decompose it into two Mรถbius bands (or use the standard van Kampen setup: an open "middle strip" and a small open neighborhood of the boundary word). The boundary word abaโˆ’1baba^{-1}b encodes the identification, and van Kampen's theorem reads off the fundamental group as a group presentation directly from this word.

The surprising punchline: unlike the torus (where ฯ€1=Z2\pi_1 = \mathbb{Z}^2 is abelian), the Klein bottle's fundamental group is non-abelian โ€” aa and bb satisfy abaโˆ’1=bโˆ’1aba^{-1} = b^{-1}, a relation that says conjugating bb by aa inverts it.


Formal Proof / Solution

Step 1: The identification space.

The Klein bottle KK is the quotient of I2=[0,1]2I^2 = [0,1]^2 by:

  • (x,0)โˆผ(x,1)(x,0) \sim (x,1) (top/bottom identified the same way โ€” like a cylinder),
  • (0,y)โˆผ(1,1โˆ’y)(0,y) \sim (1, 1-y) (left/right identified with a flip).

The boundary word for the single polygon is: abaโˆ’1baba^{-1}b where aa is the horizontal edge and bb is the vertical edge (note: the standard torus word is abaโˆ’1bโˆ’1aba^{-1}b^{-1}; here one bb is unflipped, yielding abaโˆ’1baba^{-1}b).

Step 2: Van Kampen setup.

Let x0x_0 be the image of the center of I2I^2.

Choose the open cover K=UโˆชVK = U \cup V where:

  • UU = image of the interior of I2I^2 plus a small collar near the boundary (homotopy equivalent to a circle S1S^1, going around the boundary word),
  • VV = small open disk neighborhood of the central point, contractible.

More precisely (standard approach):

Let UU = Kโˆ–{p}K \setminus \{p\} for a point pp inside the single face, and VV = small open disk around pp.

  • VV is contractible: ฯ€1(V)=0\pi_1(V) = 0.
  • UU deformation retracts onto the 1-skeleton of KK, which is a wedge of two circles S1โˆจS1S^1 \vee S^1 (the two edge loops aa and bb after identification). So ฯ€1(U)=Zโˆ—Z=โŸจa,bโŸฉ\pi_1(U) = \mathbb{Z} * \mathbb{Z} = \langle a, b \rangle (free group on 2 generators).
  • UโˆฉVU \cap V is homotopy equivalent to S1S^1, and its generator maps (via the inclusion into UU) to the boundary word abaโˆ’1bโˆˆฯ€1(U)aba^{-1}b \in \pi_1(U).

Step 3: Applying van Kampen.

Van Kampen's theorem says: ฯ€1(K)=ฯ€1(U)โˆ—ฯ€1(UโˆฉV)ฯ€1(V)=โŸจa,bโŸฉโˆ—1(imageย ofย ฯ€1(UโˆฉV)).\pi_1(K) = \pi_1(U) *_{\pi_1(U \cap V)} \pi_1(V) = \frac{\langle a, b \rangle * 1}{\text{(image of } \pi_1(U\cap V)\text{)}}.

The single loop in UโˆฉVU \cap V (generator of ฯ€1(UโˆฉV)โ‰…Z\pi_1(U \cap V) \cong \mathbb{Z}) maps to the boundary word abaโˆ’1baba^{-1}b in ฯ€1(U)\pi_1(U), and to the trivial element in ฯ€1(V)\pi_1(V). So we add the relation abaโˆ’1b=1aba^{-1}b = 1, giving:

ฯ€1(K)=โŸจโ€‰a,โ€‰bโˆฃabaโˆ’1b=1โ€‰โŸฉ=โŸจโ€‰a,โ€‰bโˆฃabaโˆ’1=bโˆ’1โ€‰โŸฉ.\boxed{\pi_1(K) = \langle\, a,\, b \mid aba^{-1}b = 1\,\rangle = \langle\, a,\, b \mid aba^{-1} = b^{-1}\,\rangle.}

Step 4: Non-abelianness.

The relation says aa acts on bb by inversion: conjugation by aa sends bโ†ฆbโˆ’1b \mapsto b^{-1}. This is the defining relation of an infinite dihedral group โ€” except here aa has infinite order too, so it is a semidirect product:

ฯ€1(K)โ‰…Zโ‹ŠZ,\pi_1(K) \cong \mathbb{Z} \rtimes \mathbb{Z},

where the action of the second Z\mathbb{Z} (generated by aa) on the first Z\mathbb{Z} (generated by bb) is by negation nโ†ฆโˆ’nn \mapsto -n.

Contrast with the torus: ฯ€1(T2)=โŸจa,bโˆฃabaโˆ’1bโˆ’1โŸฉโ‰…Z2\pi_1(T^2) = \langle a, b \mid aba^{-1}b^{-1} \rangle \cong \mathbb{Z}^2 (abelian). The single twist in the identification โ€” bb instead of bโˆ’1b^{-1} in the boundary word โ€” breaks commutativity and makes the Klein bottle's group genuinely non-abelian.

Source: Introduction to Topological Manifolds (John M. Lee), Chapter 10; Munkres Topology Chapter 9

Type: topologySource: Introduction to Topological Manifolds (John M. Lee), Chapter 10; Munkres Topology Chapter 9Edit on GitHub โ†—