IMO 2002

------
 
 
Problem A1

S is the set of all (h, k) with h, k non-negative integers such that h + k < n. Each element of S is colored red or blue, so that if (h, k) is red and h' ≤ h, k' ≤ k, then (h', k') is also red. A type 1 subset of S has n blue elements with different first member and a type 2 subset of S has n blue elements with different second member. Show that there are the same number of type 1 and type 2 subsets.

 

Solution

Let ai be the number of blue members (h, k) in S with h = i, and let bi be the number of blue members (h, k) with k = i. It is sufficient to show that b0, b1, ... , bn-1 is a rearrangement of a0, a1, ... , an-1 (because the number of type 1 subsets is the product of the ai and the number of type 2 subsets is the product of the bi).

Let ci be the largest k such that (i, k) is red. If (i, k) is blue for all k then we put ci = -1. Note that if i < j, then ci ≥ cj, since if (j, ci ) is red, then so is (i, ci ). Note also that (i, k) is red for k ≤ ci, so the sequence c0, c1, ... , cn-1 completely defines the coloring of S.

Let Si be the set with the sequence c0, c1, ... , ci, -1, ... , -1, so that Sn-1 = S. We also take S-1 as the set with the sequence -1, -1, ... , -1, so that all its members are blue. We show that the rearrangement result is true for S-1 and that if it is true for Si then it is true for Si+1. It is obvious for S-1, because both ai and bi are n, n-1, ... , 2, 1. So suppose it is true for Si (where i < n-1). The only difference between the aj for Si and for Si+1 is that ai+1 = n-i-1 for Si and (n-i-1)-(ci+1+1) for Si+1. In other words, the number n-i-1 is replaced by the number n-i-c-2, where c = ci+1. The difference in the bj is that 1 is deducted from each of b0, b1, ... , bc. But these numbers are just n-i-1, n-i-1, n-i-2, ... , n-i-c-1. So the effect of deducting 1 from each is to replace n-i-1 by n-i-c-2, which is the same change as was made to the aj. So the rearrangement result also holds for Si+1. Hence it holds for S.

 


 

43rd IMO 2002

© John Scholes
jscholes@kalva.demon.co.uk
27 Jul 2002
Last corrected/updated 27 Jul 2002