5 questions to test your understanding
What is the chromatic polynomial P(K₄, k) for the complete graph on 4 vertices?
While computing P(G, 3) via deletion-contraction on edge e, you find P(G − e, 3) = 24 and P(G/e, 3) = 9. What is P(G, 3)?
The chromatic number χ(G) equals the smallest positive integer k for which P(G, k) > 0.
The degree of the chromatic polynomial P(G, k) equals the number of edges in graph G.
Explain the logic behind the deletion-contraction formula P(G, k) = P(G − e, k) − P(G/e, k). Why do we subtract rather than add?