Problem:
Let be a positive integer. A triangulation of a convex -gon is a set of of its diagonals which do not intersect in the interior of the polygon. Along with the sides, these diagonals separate the polygon into disjoint triangles. Any triangulation can be viewed as a graph: the vertices of the graph are the corners of the polygon, and the sides and diagonals are the edges.
For a fixed -gon, different triangulations correspond to different graphs. Prove that all of these graphs have the same chromatic number.
Solution
Solution:
We will show that all triangulations have chromatic number , by induction on .
As a base case, if , a triangle has chromatic number .
Now, given a triangulation of an -gon for , every edge is either a side or a diagonal of the polygon. There are sides and only diagonals in the edge-set, so the Pigeonhole Principle guarantees a triangle with two side edges. These two sides must be adjacent, so we can remove this triangle to leave a triangulation of an -gon, which has chromatic number by the inductive hypothesis. Adding the last triangle adds only one new vertex with two neighbors, so we can color this vertex with one of the three colors not used on its neighbors.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.