Let's prove that no matter how we divide the natural numbers into two subsets, there will always be at least one subset containing two numbers whose arithmetic mean is an integer, and both numbers are in the same subset.
Problem 1034
Official solution
Let the two subsets be denoted by and , and that is an element of is denoted (as usual) by . We assume that the statement of the problem is not true, and is such a partition where there is no three-term arithmetic progression. We will show that if , then and cannot belong to the same set. If indeed , then only could be possible, but then could not be in either or . Clearly, we can assume that 7 is in . Then, according to our previous finding, only can be true, and because of these, . Since the arithmetic mean of 3 and 11 must be in according to our assumption, we have reached a contradiction, so our statement is true.
Remark. It can also be shown that the first 9 natural numbers cannot be partitioned into two sets such that neither contains a three-term arithmetic progression. This is not true for the first 8 numbers, as the partition demonstrates. As can be inferred from the theorem recently proved by mathematician Endre Szemerédi, if we partition a sufficiently large set of numbers into two sets, the existence of arithmetic progressions of arbitrary length can also be proven.