Problems solved in full
-
The real chromatic number of the Petersen graph 5 steps
The Petersen graph has 10 vertices, 15 edges and no triangle. The panel therefore reports χ ≥ 2. Find the real chromatic number. This is the Petersen graph state.
-
Two bounds come free from any graph: it needs at least as many colours as its largest clique, and never more than one above its maximum degree.
-
Petersen's girth is 5, so there is no triangle anywhere in it and the clique bound collapses to the trivial 2. That is the number the panel reports.
-
Two colours are possible only when the graph is bipartite, and bipartite means no odd cycle. The outer pentagon is a 5-cycle, so two colours are out.
-
Three colours can be achieved, and exhibiting one arrangement is a complete proof of the upper half. Colour the outer pentagon 1, 2, 1, 2, 3 going round, then the five inner vertices 2, 1, 3, 3, 2 in the same order, each paired to the outer vertex on its own spoke. Walk all fifteen edges and no two ends match.
-
Brooks' theorem says the same thing from above: a connected graph that is neither complete nor an odd cycle needs at most Δ colours, and Δ is 3 here.
Answer
3, which is strictly above the bound the panel can prove. The largest clique in Petersen is a single edge, so the clique bound gives only χ ≥ 2, and it is wrong by one. The gap matters more than it looks: Petersen is the standard counterexample to the intuition that colouring difficulty comes from cliques, and there are triangle-free graphs needing four colours, five, any number you like — Mycielski's construction produces them to order. So the clique number is a lower bound that can be arbitrarily far off, which is why chromatic number is NP-hard while finding a triangle is not. What settles Petersen at exactly 3 is an odd cycle for the lower end and Brooks' theorem for the upper.
-
-
Comparing bounds for χ on the complete K4 graph 5 steps
Now K₄ — four vertices, all six edges present. Work out χ and compare the bounds with what they did on Petersen. This is the Complete K4 state.
-
Count the edges rather than trust the picture: every pair of four vertices is joined, and there are six pairs.
-
Every vertex is adjacent to every other, so no two may share a colour. That is a lower bound of 4 and it needs no argument beyond the definition.
-
Four colours obviously suffice, so the bound is met. The same reasoning gives χ(Kₙ) = n for every n, which makes complete graphs the easy case.
-
Set the two graphs side by side. Same question, same two bounds, and the gap between them is the whole subject.
-
Note where Brooks' theorem stands here. Its bound of Δ = 3 would be wrong for K₄, which is why complete graphs are carved out of it by name.
Answer
4, and here every bound is tight at once. The clique number is 4 because the whole graph is a clique, Δ + 1 is 4 because every vertex meets the other three, and the true answer is squeezed between them with nowhere to go. That is the case people build their intuition on, and it is exactly the case Brooks' theorem excludes — his bound of Δ applies to every connected graph except complete graphs and odd cycles, and these two problems are the reason for both exceptions. Petersen and K₄ mark the two ends: one where the clique bound misses by one, one where it cannot miss at all.
-
References (2)
- Insight block 1 — the four colour theorem, and the computer proof it needed: K. Appel and W. Haken, "Every planar map is four colorable. Part I: Discharging." Illinois Journal of Mathematics 21(3), 429–490, 1977.
- And the descending-degree ordering the auto-colour button uses: D. J. A. Welsh and M. B. Powell, "An upper bound for the chromatic number of a graph and its application to timetabling problems." The Computer Journal 10(1), 85–86, 1967.