The minimum number of colours that is sufficient to vertex-colour any planar graph is ________.

GATE 2016 · Discrete Mathematics · Graph Coloring · medium

Answer: 4

  1. Apply the Four Colour Theorem: For any planar graph G, chi(G) <= 4. So 4 colours are always sufficient.
  2. Show 4 is tight (cannot reduce to 3): K_4 is a planar graph with chi(K_4) = 4 (all 4 vertices are mutually adjacent). Hence 3 colours are not always sufficient for planar graphs.