What is the minimum number of consecutive positive integers you need such that, if you color each integer with one of two colors, three integers of the same color will necessarily form an arithmetic progression?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The answer is 9. This a consequence of van der Waerden's theorem, which states: if N = A 1 ∪ . . . ∪ A k is a partition of the sets of N, then one of the sets A 1 , . . . , A k contains finite arithmetic progressions of arbitrary length. Given positive integers m and l , there is a positive integer m such that if the set {1, 2, ..., m} is divided into k classes, at least one class contains l + 1 numbers which form an arithmetic progression. We denote the least number m possessing this property by W ( k , l ) and call it the van der Waerden number. The question is equivalent to asking for the van der Waerden number W ( 2 , 3 ) , which is 9.