Algebra · Concept hubDeep story

Graph Coloring

1852 CE19th-century Britain (Guthrie)

Through Graph Coloring: What survives when shapes change, and which rules divide one world from another?

Begin with lengths and angles, then move toward less visible properties of space: connection, holes, and dimension.

This voyage is an editorial path for understanding, not a claim of direct historical influence or sole invention.

Understand it in one breath

"How few colors do you need so adjacent regions never share a color?" A student's 1852 question led, 124 years later, to the Four Color Theorem — one of the first major theorems whose proof depended on computer checking. School timetabling, radio-frequency allocation, and compiler register allocation can all be modeled as graph coloring.

At a glance

Graph type

χ(G)

Real-world application

Planar map (Four Color Theorem)

≤ 4

Political maps, GIS

Bipartite graph (no odd cycle)

2

Student-course matching

n-clique (Kₙ)

n

Complete graph

Odd cycle

3

Timetable conflicts

Petersen graph

3

A standard textbook example

Tree

2

Hierarchical structures

χ(G) is the chromatic number of G: the minimum number of colors needed so adjacent vertices differ. Computing it in general is NP-complete.

Concept

Coloring nodes so neighbors differ — from maps to compilers to scheduling.

Key formula

χ(G)=min{k:G is k-colorable}\chi(G) = \min\{k : G \text{ is } k\text{-colorable}\}

Ports in time

This concept was not invented in one instant

Follow the scenes to see problems, notation, standards of proof, and applications changing across different times and places.

1
AD 1852Scene 1 / 3Continue through the world of this year

The four-color conjecture

Francis Guthrie conjectured that four colors would suffice for every planar map after coloring a map of English counties.

No reliable place is given, so time continues without an invented pin

Continue through the world of this year
2
AD 1976Scene 2 / 3Continue through the world of this year

The Four Color Theorem is proved by computer

Kenneth Appel and Wolfgang Haken completed the first famous computer-assisted proof of a major theorem.

No reliable place is given, so time continues without an invented pin

Continue through the world of this year
3
AD 1979Scene 3 / 3Continue through the world of this year

Graph coloring as an NP-complete problem

Complexity theory established that deciding whether a graph can be colored with three colors is NP-complete, exposing the difficulty of graph coloring in general.

No reliable place is given, so time continues without an invented pin

Continue through the world of this year

Modern applications

Compiler register allocation, timetable scheduling, frequency assignment, GIS maps, and collision avoidance in graphics workloads.

Beyond MathVoyage

Curated sources and problems. Bring one discovery back from OEIS, Project Euler, MathOverflow, or arXiv.

No concept belongs to one person

Follow people who played different roles

These are not inventor credits. They are different ports: opening a problem, sharpening a language, or carrying it into another world.

Number lenses

A concept looks different when its world of numbers changes

These numbers are editorial lenses for the voyage, not required prerequisites.

Concept genealogy

What supports it, and what does it open?

Concepts arriving from before

Current port

Graph Coloring

Concepts opened from here

Only direct editorial links are shown; this is not a complete learning order or historical influence line.