Skip to content
ProvedCombinatorics·1976

Four Color Theorem

Every planar map can be colored with at most four colors so neighboring regions differ.

Formula

Theorem
G planarχ(G)4G\text{ planar}\quad\Longrightarrow\quad \chi(G)\le 4

Every planar graph is 4-colorable — equivalently, every map on the plane or sphere can be colored with four colors.

Euler's formula
VE+F=2V - E + F = 2

The structural backbone: for any connected planar graph, vertices minus edges plus faces equals 2.

Unavoidable configurations
G planar,  vV(G):  deg(v)5\forall\,G\text{ planar},\;\exists\, v\in V(G):\;\deg(v)\le 5

Every planar graph has a vertex of degree ≤ 5 (from Euler's formula). Appel–Haken's proof uses 1,482 reducible configurations.

Summary

The four color theorem is one of the clearest visual problems in mathematics: no matter how complicated a planar map becomes, four colors suffice. Appel and Haken's proof was the first major computer-assisted proof to settle a famous problem.

Sources

Videos