🧮 Brain Teaser

The Topologist's Group: Fundamental Group of the Wedge Sum S1S2S^1 \vee S^2

Compute the fundamental group π1(S1S2,x0)\pi_1(S^1 \vee S^2, x_0), where x0x_0 is the wedge point.

Is it Z\mathbb{Z}? Is it larger? Does S2S^2 contribute anything?

fundamental groupvan Kampenwedge sumhigher homotopysimply connected

Answer: Fundamental Group of S¹ ∨ S²

Key Idea / Intuition

The wedge sum S1S2S^1 \vee S^2 glues a circle and a sphere at a single point. Intuitively, any loop based at the wedge point can either wind around the S1S^1 part or venture into the S2S^2 part — but every loop in S2S^2 is contractible (since S2S^2 is simply connected). So the S2S^2 contributes nothing to π1\pi_1, and the fundamental group is just Z\mathbb{Z}, as if the sphere weren't there at all. The surprise is that S2S^2 does contribute to higher homotopy groups (π2\pi_2), but not to π1\pi_1.


Formal Proof / Solution

Setup via van Kampen's Theorem.

Write X=S1S2X = S^1 \vee S^2 with wedge point x0x_0. We apply the Seifert–van Kampen theorem.

Choose open sets. Let:

  • UU = a small open neighborhood of S1S^1 in XX, which deformation retracts onto S1S^1 (formally, take S1S^1 union a small contractible cap into S2S^2).
  • VV = the S2S^2 component together with a small open arc of S1S^1 near x0x_0, which deformation retracts onto S2S^2.

More precisely, thicken slightly so that: US1,VS2,UV{x0} (contractible).U \simeq S^1, \quad V \simeq S^2, \quad U \cap V \simeq \{x_0\} \text{ (contractible)}.

Apply van Kampen. Since UVU \cap V is path-connected and contractible, π1(X)π1(U)π1(UV)π1(V)=π1(S1)π1(S2).\pi_1(X) \cong \pi_1(U) *_{\pi_1(U \cap V)} \pi_1(V) = \pi_1(S^1) * \pi_1(S^2).

(The amalgamation over π1(UV)={1}\pi_1(U \cap V) = \{1\} is just the free product.)

Compute the pieces: π1(S1)=Z,π1(S2)={1}.\pi_1(S^1) = \mathbb{Z}, \qquad \pi_1(S^2) = \{1\}.

The free product with a trivial group is: π1(S1S2)Z{1}Z.\pi_1(S^1 \vee S^2) \cong \mathbb{Z} * \{1\} \cong \mathbb{Z}.

Conclusion.

π1(S1S2)Z.\boxed{\pi_1(S^1 \vee S^2) \cong \mathbb{Z}.}

The conceptual punchline: Even though the sphere S2S^2 is a nontrivial topological object (indeed π2(S1S2)\pi_2(S^1 \vee S^2) is huge — it's infinitely generated as a Z[Z]\mathbb{Z}[\mathbb{Z}]-module by the universal cover construction), it is invisible to the fundamental group. The sphere's contribution to homotopy only begins at dimension 2. This illustrates a key principle: π1\pi_1 only "sees" one-dimensional holes; higher-dimensional cavities are detected only by higher homotopy groups or homology.

Contrast with S1S1S^1 \vee S^1: There, π1ZZ\pi_1 \cong \mathbb{Z} * \mathbb{Z}, a non-abelian free group, because both pieces contribute. The sphere is fundamentally different because it is simply connected.

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

Type: topologySource: Munkres, Topology, Chapter 11; Lee, Introduction to Topological ManifoldsEdit on GitHub ↗