IMC 1999 · Problem 5

Day 120 points6th IMC · Keszthely, Hungary

Statement

Suppose that 2n2n points of an n×nn \times n grid are marked. Show that for some k>1k > 1 one can select 2k2k distinct marked points, say a1,,a2ka_1, \dots, a_{2k}, such that a1a_1 and a2a_2 are in the same row, a2a_2 and a3a_3 are in the same column, \dots, a2k1a_{2k-1} and a2ka_{2k} are in the same row, and a2ka_{2k} and a1a_1 are in the same column.

Official solution

Hidden so you can work on the problem first.