🧮 Brain Teaser

The Hairy Ball Theorem: No Smooth Combing

Let S2S^2 denote the 2-sphere in R3\mathbb{R}^3. A tangent vector field on S2S^2 is a continuous map v:S2R3v: S^2 \to \mathbb{R}^3 such that v(x)xv(x) \perp x for every xS2x \in S^2 (i.e., v(x)v(x) lies in the tangent plane at xx).

Prove that any continuous tangent vector field on S2S^2 must vanish somewhere.

In other words: you cannot comb a hairy ball flat without creating a cowlick.

(Hint: Suppose v(x)0v(x) \neq 0 for all xx. Use this to construct a homotopy between the identity map and the antipodal map on S2S^2, then derive a contradiction using the degree of these maps.)

degree of a maphomotopyvector fieldsS^2hairy ball theoremPoincaré-Hopf

Answer: Hairy Ball Theorem via Degree Theory

Key Idea / Intuition

If a nowhere-vanishing tangent vector field existed, we could use it to "rotate" every point of S2S^2 continuously toward its antipode, producing a homotopy from the identity map idS2\mathrm{id}_{S^2} to the antipodal map a:xxa: x \mapsto -x. But these two maps have different degrees — the identity has degree +1+1 and the antipodal map on S2S^2 has degree 1-1 — and homotopic maps must have the same degree. Contradiction.


Formal Proof / Solution

Step 1: Assume for contradiction that vv is nowhere zero.

Suppose v:S2R3v: S^2 \to \mathbb{R}^3 is continuous, v(x)xv(x) \perp x, and v(x)0v(x) \neq 0 for all xS2x \in S^2. By normalizing, we may assume v(x)=1|v(x)| = 1 for all xx (since xv(x)/v(x)x \mapsto v(x)/|v(x)| is still continuous and tangent).

Step 2: Construct a homotopy from id\mathrm{id} to the antipodal map.

Define H:S2×[0,1]S2H: S^2 \times [0,1] \to S^2 by

H(x,t)=cos(πt)x+sin(πt)v(x).H(x, t) = \cos(\pi t)\, x + \sin(\pi t)\, v(x).

We verify:

  • H(x,0)=xH(x, 0) = x (identity map).
  • H(x,1)=xH(x, 1) = -x (antipodal map).
  • H(x,t)2=cos2(πt)x2+sin2(πt)v(x)2=cos2(πt)+sin2(πt)=1|H(x,t)|^2 = \cos^2(\pi t)|x|^2 + \sin^2(\pi t)|v(x)|^2 = \cos^2(\pi t) + \sin^2(\pi t) = 1, since xv(x)x \perp v(x) and both have unit length.

So H(x,t)S2H(x,t) \in S^2 for all tt, and HH is continuous. This gives a homotopy between idS2\mathrm{id}_{S^2} and the antipodal map aa.

Step 3: Compute the degrees.

The degree of a continuous map f:SnSnf: S^n \to S^n is a homotopy invariant — maps in the same homotopy class have the same degree. In particular:

  • deg(idS2)=+1\deg(\mathrm{id}_{S^2}) = +1.
  • The antipodal map a:xxa: x \mapsto -x on S2R3S^2 \subset \mathbb{R}^3 is a composition of 3 reflections (one across each coordinate hyperplane). Each reflection has degree 1-1, so

deg(a)=(1)3=1.\deg(a) = (-1)^3 = -1.

Step 4: Reach a contradiction.

Since HH is a homotopy from idS2\mathrm{id}_{S^2} to aa, they must have the same degree:

+1=deg(idS2)=deg(a)=1.+1 = \deg(\mathrm{id}_{S^2}) = \deg(a) = -1.

This is a contradiction. \blacksquare

Conclusion: No continuous nowhere-vanishing tangent vector field on S2S^2 exists. Every such field must vanish at at least one point — the "cowlick" in the hairy ball.


Remark (contrast with the torus): The torus T2=S1×S1T^2 = S^1 \times S^1 does admit a nowhere-vanishing tangent vector field (e.g., the constant angular direction). This corresponds to the fact that χ(T2)=0\chi(T^2) = 0, while χ(S2)=20\chi(S^2) = 2 \neq 0. The general result is the Poincaré–Hopf theorem: a smooth vector field on a compact manifold has total index equal to χ(M)\chi(M), so a nowhere-zero field requires χ(M)=0\chi(M) = 0.

Source: Mathematical folklore / Topology (Munkres), algebraic topology standard results

Type: topologySource: Mathematical folklore / Topology (Munkres), algebraic topology standard resultsEdit on GitHub ↗