Kempe Chains & Early Proof Attempts

Kempe's proof attempt, Heawood's correction, and the five color theorem

Kempe Chains & Early Proof Attempts

Kempe chains are the central technique in both the failed and successful approaches to the four color theorem. Named after Alfred Kempe, who introduced them in his celebrated 1879 proof attempt, these structures capture a simple but powerful idea: if you have a valid coloring and you swap two colors along a connected component, the coloring remains valid.

Kempe's proof was widely accepted for eleven years before Percy Heawood discovered a subtle flaw in the argument for vertices of degree five. Yet the technique itself was not at fault -- Kempe chains remain indispensable in every known proof of the four color theorem, including the 1976 computer-assisted proof by Appel and Haken.

Exploring Kempe Chains

A Kempe chain for colors c1 and c2 starting at vertex v is the maximal connected subgraph of vertices colored c1 or c2 that contains v. Select a pair of colors, click a vertex of one of those colors, and watch the chain light up. Then swap the two colors along the chain and verify that the coloring remains valid.

Color pair:
Valid coloring
01234567891011

Select a color pair above, then click a vertex of that color to highlight the Kempe chain containing it. Click "Swap Colors" to swap the two colors along the chain.

Key insight: A Kempe chain for colors c1 and c2 starting at vertex v is the maximal connected subgraph of vertices colored c1 or c2 that contains v. Swapping colors along a chain always preserves the validity of the coloring.

Kempe's Proof Attempt

In 1879, Alfred Kempe published what he believed was a complete proof of the four color theorem. His inductive argument worked beautifully for vertices of degree at most 4, but the case of degree 5 contained a subtle error. Step through the argument to see where it breaks down.

Step 1 of 9

Start with any planar graph G

We want to show that every planar graph can be properly 4-colored. We proceed by induction on the number of vertices.

abcdefgv

Key insight: Kempe's proof worked perfectly for vertices of degree 4 but failed for degree 5 because two Kempe chain swaps can interfere with each other. Heawood found this flaw in 1890 -- eleven years later.

The Five Color Theorem

While Kempe's four-color proof was flawed, Heawood salvaged enough of the argument to prove the five color theorem: every planar graph can be properly colored with at most five colors. The key difference is that with five colors, a single Kempe chain swap always suffices -- no interference is possible.

Step 1 of 6

Every planar graph has a vertex of degree at most 5

By Euler's formula, every planar graph must have at least one vertex with 5 or fewer neighbors. We pick such a vertex v and proceed by induction.

Red
Blue
Green
Yellow
Purple
abcdefgv

Key insight: With five colors instead of four, the Kempe chain argument works cleanly because a degree-5 vertex has 5 neighbors using at most 5 colors, and a single chain swap always frees up a color.

Key Takeaways

  • A Kempe chain is a maximal connected two-colored subgraph; swapping its colors preserves valid coloring
  • Kempe's 1879 proof was accepted for 11 years before Heawood found the flaw in the degree-5 case
  • The five color theorem is true and provable with a clean Kempe chain argument
  • Kempe chains remain essential -- the Appel-Haken proof and all subsequent proofs still rely on them