bill's blog

Writeup: IMO Shortlist 2001 C2

Problem Statement

Let n be an odd integer greater than 1 and let c1,c2,,cn be integers. For each permutation a=(a1,a2,,an) of {1,2,,n}, define S(a)=i=1nciai. Prove that there exist permutations ab of {1,2,,n} such that n! is a divisor of S(a)S(b).

My Solution

Assume not for the sake of contradiction. Then note that S(a) must take on n! different remainders mod n!, one for each of the permutations of {1,2,\lodts,n}, otherwise there will be distinct permutations a and b such that S(a) and S(b) have the same remainder mod n! and therefore n!|S(a)S(b).

Then we should have the remainders be 0,1,2,,n!1, and

S(a)0+1++n!(n!1)(n!)2mod n!.

Since n is odd, S(A) should not be divisible by n! because we don't have enough powers of 2.

But we should also have

S(a)ci(1+2++n)(n1)!ci(n)(n+1)2(n1)!(n+1)!2ci.

Since n is odd, n+1 is even so (n+1)!2 must be divisible by n! since n+12 is an integer. So S(A) should be divisible by n!.

We have a contradiction. So there must exist permutations ab of {1,2,,n} such that n! is a divisor of S(a)S(b).