54. Given two odd natural numbers and . Prove that there exists a natural number such that at least one of the numbers and is divisible by .
Problem 1046
Official solution
54. We will solve the generalized problem. Given a natural number and two odd natural numbers and . Prove that there exists a natural number such that at least one of the numbers and is divisible by .
We will use the following known statement: if the number gives a remainder of when divided by , where , then gives a remainder of when divided by .
Let be divisible by and not divisible by , and let be divisible by and not divisible by . Clearly, in this case, . Then gives a remainder of when divided by , and gives a remainder of when divided by . Let , and for brevity, let . By the lemma, the number
gives a remainder of when divided by .
We will solve the problem by induction on . If , then will work, since and give the same remainder when divided by . We will make the transition from to . By the induction hypothesis, for some the number is divisible by . If it is also divisible by , then the transition is made. Otherwise, it gives a remainder of when divided by . Let . Then by the lemma, gives a remainder of when divided by . Therefore, gives a remainder of when divided by . We will use the difference of powers formula:
The first parenthesis gives a remainder of when divided by , and the second consists of odd terms and, therefore, is odd. Thus, the difference gives a remainder of when divided by . But then is divisible by , since the expressions in parentheses give the same remainder when divided by .