Let a positive integer and a sequence of positive integers be given. We assume that the following two conditions are satisfied:
- Every positive integer occurs exactly once in the sequence.
- For all indices we have .
Prove that there exist infinitely many indices for which holds.
Problem 2117
Official solution
Solution:
Suppose the claim were not satisfied. Then there exists an index such that for all either or holds. In the first case, since , by the second assumption on the sequence we also have
so must hold. By induction it follows that for all .
We have thus shown:
(A) Either holds for all , or
(B) there exists an such that holds for all .
Let us first assume that (A) is satisfied. The numbers must, by the first assumption on the sequence, each occur once in the sequence. However, we have for all , that is, there are only the sequence terms that can take one of these values. By the pigeonhole principle this yields a contradiction.
Now let us assume that (B) is satisfied. Let . Then the sequence terms are all less than , since for we have and for we have . These numbers thus all lie in the set . By the pigeonhole principle there therefore exist two indices with , which contradicts the first assumption on the sequence.
Since we have obtained a contradiction in every case, the claim holds.