What is the smallest positive number for which it is true that among any real numbers, some can be chosen such that the distance of their sum from the nearest integer is at most ?
Problem 739
Official solution
Solution. We will prove that the smallest such number . First, if , then the possible sums are , which means that for any smaller than , the statement does not hold. Now we will show that for , the statement does hold. Let be arbitrary real numbers. Consider the sums . If any of these sums has a fractional part of at most or at least , then we are done, since the distance of such a sum from the nearest integer is at most . If, however, none of them do, then by the pigeonhole principle, at least one of the intervals
contains two sums, say and (where ). Then the distance of the sum from the nearest integer is at most . This completes the proof of the statement.