Maths Olympiad Prep

Library / /54 of 94

Combinatorics Difficulty 4.9 AIME Prove it United States

Problem:

In terms of nn, what is the minimum number of edges a finite graph with chromatic number nn could have? Prove your answer.

Solution

Solution:

The minimum number of edges is n(n1)2\frac{n(n-1)}{2}.

We prove this claim by induction. It holds for n=1n=1.

Now assume the claim holds for nn, and consider a graph of chromatic number n+1n+1. This graph must have at least one vertex of degree nn, or else, by part a), it could be colored with only nn colors.

Now, if we remove this vertex, the remaining graph must have chromatic number nn or n+1n+1—if the chromatic number is n1n-1 or less, we can add the vertex back and give it a new color, creating a good coloring with only nn colors. By the inductive hypothesis, the new graph has at least n(n1)2\frac{n(n-1)}{2} edges, so the original graph had at least n(n1)2+n=n(n+1)2\frac{n(n-1)}{2} + n = \frac{n(n+1)}{2} edges.

The complete graph on n+1n+1 vertices has exactly n(n+1)2\frac{n(n+1)}{2} edges, so the lower bound is tight and the inductive step is complete.

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.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.