Browse · MathNet
PrintSaudi Arabia Mathematical Competitions 2012
Saudi Arabia 2012 algebra
Problem
Let be a sequence of positive integers such that Prove that no matter what the value of is, there exists an such that for all , .
Solution
Suppose , when expressed in binary, is a number formed by appending some number of copies of at the beginning followed by a generic -digit binary number. We show that continuing the recurrence from will eventually result in an for which implies . We do so by strong induction on .
Our base cases will be . First, notice that if , then (with one extra at the beginning) and , so works. Now we manually check the other cases:
: , already checked.
: , already checked.
: , already checked.
: , already checked.
: , already checked.
Now for the inductive step. Assume has some copies of in its binary representation followed by an arbitrary -digit number, and that we have shown our inductive hypothesis for all numbers less than .
Case 1: ends with a . Then is the same number without that , so we have digits following the copies of and we can apply the inductive hypothesis.
Case 2: ends with a and the -digit number is not all s. Then is obtained by removing the at the end, adding to the number, and adding a to the beginning. Since the -digit number is not all s, adding to it will not mess up the last copy of , so the result is a -digit binary number preceded by copies of , and we can apply the inductive hypothesis.
Case 3: ends with s. Then ends with , where there are s, preceded by some copies of . It can be easily computed that will be the same number without the last s, so is a -digit binary number preceded by copies of , and our base case finishes this case.
Our base cases will be . First, notice that if , then (with one extra at the beginning) and , so works. Now we manually check the other cases:
: , already checked.
: , already checked.
: , already checked.
: , already checked.
: , already checked.
Now for the inductive step. Assume has some copies of in its binary representation followed by an arbitrary -digit number, and that we have shown our inductive hypothesis for all numbers less than .
Case 1: ends with a . Then is the same number without that , so we have digits following the copies of and we can apply the inductive hypothesis.
Case 2: ends with a and the -digit number is not all s. Then is obtained by removing the at the end, adding to the number, and adding a to the beginning. Since the -digit number is not all s, adding to it will not mess up the last copy of , so the result is a -digit binary number preceded by copies of , and we can apply the inductive hypothesis.
Case 3: ends with s. Then ends with , where there are s, preceded by some copies of . It can be easily computed that will be the same number without the last s, so is a -digit binary number preceded by copies of , and our base case finishes this case.
Techniques
Recurrence relationsInduction / smoothingIntegers