Reducibility & Discharging

The two pillars of the proof: reducible configurations and the discharging method

Reducibility & Discharging

The proof of the four color theorem rests on two pillars -- reducibility and discharging. A configuration is reducible if any valid 4-coloring of its surrounding ring of vertices can be extended to include the interior vertices. The discharging method proves that an unavoidable set of reducible configurations must appear in every planar graph.

Together, these two ideas complete the proof: since every planar graph must contain at least one configuration from the unavoidable set, and every such configuration is reducible, any minimal counterexample to the four color theorem leads to a contradiction. There can be no smallest non-4-colorable planar graph.

Reducible Configurations

A configuration is a small subgraph together with its surrounding ring of vertices. Browse through four classic reducible configurations below and watch how any valid 4-coloring of the ring can be extended to color the inner vertices.

Configuration 1 of 4

Degree-4 Vertex

A vertex of degree 4 surrounded by its ring of 4 neighbors. Because only 4 colors are used by the ring, the inner vertex can always find a valid color -- in fact, the ring vertices use at most 4 colors, but some must repeat since they are adjacent around the ring, leaving a color free for the center.

Ring vertices pre-colored. Press play to color inner vertices.
vr1Redr2Bluer3Greenr4Blue= Ring (pre-colored)= Inner (to be colored)

Ring vertices start pre-colored. Click "Play Animation" to watch the inner vertices get colored one by one, extending the ring coloring inward. Use Previous/Next to browse different reducible configurations.

Key insight: A configuration is reducible when every possible coloring of the ring of vertices surrounding it can be extended to a valid 4-coloring of the interior. If we know every graph contains a reducible configuration, we can always make progress in a coloring proof.

The Discharging Method

Discharging assigns each vertex an initial charge of 6 - degree. By Euler's formula, the total charge across all vertices is always exactly 12. Discharging rules redistribute charge between vertices without changing the total -- and by analyzing where positive charge ends up, we can prove that certain configurations must appear.

Total charge (by Euler's formula, always 12):20
v0 (deg 3)
3
v1 (deg 4)
2
v2 (deg 4)
2
v3 (deg 3)
3
v4 (deg 4)
2
v5 (deg 3)
3
v6 (deg 4)
2
v7 (deg 6)
0
v8 (deg 5)
1
v9 (deg 6)
0
v10 (deg 6)
0
v11 (deg 4)
2
d=33d=42d=42d=33d=42d=33d=42d=60d=51d=60d=60d=42

Each vertex starts with charge 6 - degree. Blue = positive charge, red = negative, gray = zero. Apply discharging rules to redistribute charge. The total charge always equals 12 (by Euler's formula), so positive charge must exist somewhere, forcing certain low-degree configurations to appear.

Key insight: Discharging assigns charges based on vertex degree and redistributes them. By Euler's formula, the total charge is always 12. Since positive charge must exist somewhere, the discharging rules force certain structures to appear.

Unavoidable Sets

An unavoidable set is a collection of configurations such that every planar graph must contain at least one member. The discharging method is the tool used to prove unavoidability. Below, explore several planar graphs and see which configuration from our unavoidable set appears in each.

Unavoidable Set of Configurations

1. Vertex of degree 4 or less -- FOUND
2. Two adjacent degree-5 vertices
3. Degree-5 vertex adjacent to degree-6
4. Degree-5 vertex with specific neighborhood

Small planar graph with a degree-4 vertex

Graph 1 of 6

Found: Vertex of degree 4 or less

Vertex 0 has degree 3. Any planar graph must contain a vertex of degree at most 5 -- and here we found one with degree 3 or less, which is even more constrained.

0d=31d=32d=23d=34d=25d=36d=4

Every planar graph must contain at least one of these configurations. The highlighted vertices and edges show the detected configuration. Click "Try Another Graph" to see different examples -- in each one, at least one configuration from the unavoidable set is always present.

Key insight: An unavoidable set is a collection of configurations such that every planar graph contains at least one. If every configuration in an unavoidable set is also reducible, the four color theorem follows.

Key Takeaways

  • A configuration is reducible if ring colorings always extend inward -- it can be "conquered" in any coloring proof by handling the ring first and then filling in the interior
  • Discharging redistributes charges derived from vertex degrees; total charge is always 12 by Euler's formula, so positive charge must persist somewhere after any redistribution
  • An unavoidable set forces at least one configuration to appear in every planar graph -- no matter how the graph is constructed, it cannot escape containing one of these structures
  • The four color theorem follows from finding an unavoidable set where every member is reducible -- this is exactly what Appel and Haken accomplished (with 1,936 configurations checked by computer)