🧮 Brain Teaser

The Fundamental Group of the Wedge Sum S1S1S^1 \vee S^1

Let X=S1S1X = S^1 \vee S^1 be the wedge sum of two circles (two circles glued at a single point). What is the fundamental group π1(X)\pi_1(X)?

Now here is the conceptual puzzle: both S1S^1 and S1S^1 have fundamental group Z\mathbb{Z} (which is abelian). Yet π1(S1S1)\pi_1(S^1 \vee S^1) is non-abelian. How can gluing two spaces with abelian fundamental groups produce a non-abelian group?

Compute π1(S1S1)\pi_1(S^1 \vee S^1) and exhibit a concrete pair of loops that do not commute.

fundamental groupvan Kampenfree productwedge sumnon-abelian

Answer: Fundamental Group of S¹ ∨ S¹ Is Non-Abelian

Key Idea / Intuition

The wedge sum S1S1S^1 \vee S^1 looks like the letter "∞" — two loops sharing a basepoint. A loop in this space is a word made of "go around the first circle" and "go around the second circle" in any order. There is no reason these two generators should commute: going around aa then bb traces a genuinely different path than bb then aa, and there is no homotopy in the space that could swap them. Van Kampen's theorem makes this precise: when two open sets meet in a simply-connected overlap, the fundamental group is the free product (not direct product) of their fundamental groups.


Formal Proof / Solution

Setup. Let pS1S1p \in S^1 \vee S^1 be the wedge (base) point. Write the two circles as AA and BB with AB={p}A \cap B = \{p\}.

Applying the Seifert–Van Kampen Theorem.

Choose open sets: U=A(small open arc of B near p),V=B(small open arc of A near p).U = A \cup (\text{small open arc of } B \text{ near } p), \quad V = B \cup (\text{small open arc of } A \text{ near } p).

Then:

  • US1U \simeq S^1, so π1(U)Z\pi_1(U) \cong \mathbb{Z}, generated by aa (loop around AA).
  • VS1V \simeq S^1, so π1(V)Z\pi_1(V) \cong \mathbb{Z}, generated by bb (loop around BB).
  • UVU \cap V \simeq a small cross-shaped neighborhood of pp, which is contractible, so π1(UV)={e}\pi_1(U \cap V) = \{e\}.

Van Kampen's theorem states: π1(X)π1(U)π1(UV)π1(V)=Z{e}Z=ZZ.\pi_1(X) \cong \pi_1(U) *_{\pi_1(U \cap V)} \pi_1(V) = \mathbb{Z} *_{\{e\}} \mathbb{Z} = \mathbb{Z} * \mathbb{Z}.

Since the amalgamation is trivial (over the trivial group), the result is the free product, i.e., the free group on two generators.

The result: π1(S1S1)ZZ=F2,\pi_1(S^1 \vee S^1) \cong \mathbb{Z} * \mathbb{Z} = F_2, the free group on generators aa and bb.

Explicit non-commuting loops.

Let α\alpha be the loop that goes once around circle AA, and β\beta the loop that goes once around circle BB (both based at pp).

  • The loop αβ\alpha \cdot \beta: first traverse AA, then traverse BB.
  • The loop βα\beta \cdot \alpha: first traverse BB, then traverse AA.

These are not homotopic: in F2F_2, the word abbaab \neq ba. Topologically, no continuous deformation can swap the order, because any homotopy would need to "slide" one loop past the other, but they are only connected at the single point pp — there is no room to slide.

Why does abelianness fail despite each piece being abelian?

The free product GHG * H is abelian only if one of G,HG, H is trivial. Even though Z\mathbb{Z} is abelian, the free product ZZ\mathbb{Z} * \mathbb{Z} has elements like aba1b1eaba^{-1}b^{-1} \neq e. The abelianization of F2F_2 is Z×Z\mathbb{Z} \times \mathbb{Z} (the direct product), which corresponds to H1(S1S1)Z2H_1(S^1 \vee S^1) \cong \mathbb{Z}^2 — but homology loses the non-commutativity that π1\pi_1 captures.

Moral: The free product glues generators with no relations between the two groups. The direct product would impose ab=baab = ba for all aG,bHa \in G, b \in H — but Van Kampen only introduces relations coming from π1(UV)\pi_1(U \cap V), and when that is trivial, no such relations are forced.

Source: Munkres, Topology, Chapter 9 (Seifert–Van Kampen Theorem); also Lee, Introduction to Topological Manifolds

Type: topologySource: Munkres, Topology, Chapter 9 (Seifert–Van Kampen Theorem); also Lee, Introduction to Topological ManifoldsEdit on GitHub ↗