TheoremComplete

Four Color Theorem

The Four Color Theorem, conjectured in 1852 and proved in 1976, states that any map can be colored with four colors such that adjacent regions have different colors. This translates to vertex coloring of planar graphs.

TheoremFour Color Theorem

Every planar graph has chromatic number at most 4: χ(G)4 for all planar G\chi(G) \leq 4 \text{ for all planar } G

Moreover, there exist planar graphs requiring exactly 4 colors (e.g., K4K_4), so the bound is tight.

The proof by Appel and Haken (1976) used computer verification of hundreds of configurations, making it the first major theorem proved with computer assistance—controversial at the time but now accepted.

ProofProof Overview

The proof strategy involves:

  1. Unavoidable set: Identify configurations that every planar graph must contain
  2. Reducible configurations: Show each configuration can be 4-colored if smaller graphs can
  3. Computer verification: Check that an explicit finite set of configurations is both unavoidable and reducible

The computerized case analysis examined 1,936 configurations, later simplified to 633 by Robertson et al. (1996).

TheoremFive Color Theorem

Every planar graph is 5-colorable: χ(G)5\chi(G) \leq 5 for planar GG.

This theorem has a short human-verifiable proof using induction and Euler's formula, contrasting with the Four Color Theorem's complexity.

ExampleMaps Requiring Four Colors

Consider four countries arranged such that each borders all others—this requires K4K_4, which needs 4 colors. While K4K_4 is the smallest example, complex planar graphs can also require 4 colors despite not containing K4K_4 directly.

Remark

Extensions to other surfaces: the torus requires 7 colors, the double torus 8 colors. The Heawood formula gives the chromatic number for surfaces of genus g1g \geq 1 as: χ(Sg)=7+1+48g2\chi(S_g) = \left\lfloor \frac{7 + \sqrt{1+48g}}{2} \right\rfloor Remarkably, this formula is exact for all g1g \geq 1 but fails for g=0g=0 (sphere/plane) where the answer is 4, not 5.