2013 IMO Problems/Problem 1
Problem
Prove that for any pair of positive integers and , there exist positive integers (not necessarily different) such that
.
Solution
We prove the claim by induction on .
Base case: If then , so the claim is true for all positive integers .
Inductive hypothesis: Suppose that for some the claim is true for , for all .
Inductive step: Let be arbitrary and fixed. Case on the parity of :
[Case 1: is even]
[Case 2: is odd]
In either case, for some .
By the induction hypothesis we can choose such that .
Therefore, since was arbitrary, the claim is true for , for all . Our induction is complete and the claim is true for all positive integers , .
Alternative Solution
We will prove by constructing telescoping product: where and each fraction can also be written as for some positive integer . from telescoping property.
We will show that the set of all can be taken to be a set of where . Fractions with of this form can be constructed in the following way. We will start buiding telescoping product by trying to construct the highest remaining required . If is odd use fraction , else you can use which constructs . If is even we instead can use which constructs etc. If finally is odd and then we use fraction that has . In that case the next fraction from our telescoping series has denominator which is even so we can take which has . That is we can use at most one step ( one fraction from the telescoping product) to increase by factor of . In the worst case we will reach the highest using steps ( fractions in the telescoping product). All other needed would be already constructed by that time. In the best case where and we can construct the highest needed using the very 1st fraction.
--alexander_skabelin 9:24, 11 July 2023 (EST)
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.