Maths Olympiad Prep

Library / /1 of 3

Combinatorics Difficulty 4.9 AIME Prove it Romania

Given a positive integer mm, determine the smallest integer n2n \ge 2 satisfying the following condition: No matter how the cells of an n×nn \times n array are colored one of mm colors, there exist cells (i,j)(i, j) and (j,k)(j, k), iji \neq j and jkj \neq k, sharing the same color.

Solution

Assuming such a coloring exists, let SiS_i be the set of colors of the off-diagonal cells on row ii, and notice that the (re)stated condition shows that no SiS_i contains an SjS_j, iji \neq j, so the SiS_i form an antichain.

Conversely, given an antichain S1,,SnS_1, \dots, S_n of subsets of an mm-element set, assigning an off-diagonal cell (i,j)(i, j) an element in SiSjS_i \setminus S_j, and extending arbitrarily to on-diagonal cells yields a coloring satisfying the (re)stated condition.

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 and solution reproduced as published; topic and difficulty added by this site.