Maths Olympiad Prep

Library / /86 of 94

Combinatorics Difficulty 5.5 AIME, harder Prove it United States

Problem:

Let nn be a positive integer. Let VnV_{n} be the set of all sequences of 0's and 1's of length nn. Define GnG_{n} to be the graph having vertex set VnV_{n}, such that two sequences are adjacent in GnG_{n} if and only if they differ in either 1 or 2 places. For instance, if n=3n=3, the sequences (1,0,0)(1,0,0), (1,1,0)(1,1,0), and (1,1,1)(1,1,1) are mutually adjacent, but (1,0,0)(1,0,0) is not adjacent to (0,1,1)(0,1,1).
Show that, if n+1n+1 is not a power of 22, then the chromatic number of GnG_{n} is at least n+2n+2.

Solution

Solution:

We will assume that there is a coloring with n+1n+1 colors and derive a contradiction. For each string ss, let TsT_{s} be the set consisting of all strings that differ from ss in at most 1 place. Thus TsT_{s} has size n+1n+1 and all vertices in TsT_{s} are adjacent. In particular, if there is an (n+1)(n+1)-coloring, then each color is used exactly once in TsT_{s}.

Let cc be one of the colors that we used. We will determine how many vertices are colored with cc. We will do this by counting in two ways.

Let kk be the number of vertices colored with color cc. Each such vertex is part of TsT_{s} for exactly n+1n+1 values of ss. On the other hand, each TsT_{s} contains exactly one vertex with color cc. It follows that k(n+1)=2nk(n+1) = 2^{n}.

In particular, since kk is an integer, n+1n+1 divides 2n2^{n}. This is a contradiction since n+1n+1 is not a power of 22 by assumption, so actually there can be no n+1n+1-coloring, as claimed.

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.