Browse · MathNet
PrintSAUDI ARABIAN MATHEMATICAL COMPETITIONS
Saudi Arabia algebra
Problem
Fibonacci sequences is defined as 1. Prove that every positive integer can be represented as sum of several distinct Fibonacci number. 2. A positive integer is called Fib-unique if the way to represent it as sum of several distinct Fibonacci number is unique. Example: 13 is not Fib-unique because . Find all Fib-unique.
Solution
1. We will prove by induction that every positive integer can be written as sum of several distinct Fibonacci numbers. The case is obvious, we have . Assume that every positive integer less than can be written as sum of several distinct Fibonacci numbers, consider . We can find is the greatest Fibonacci number which is less than , we have According to the induction hypothesis, is a positive integer less than , therefore it can be written as We must have because otherwise, , contradiction to the choice of . So, , which is a representation of as sum of distinct Fibonacci numbers, we are done.
2. According to the part 1., an integer can be written as We need to find all of which representation is unique. First, if , then we can replace by and get another representation of . So if is a "Fib-unique", . Second, if there is some such that , then we can replace by and get another representation of . Hence, for a "Fib-unique" integer , we have for every . Third, if we have some such that , chose that which is the largest. Then we can replace by , and get another representation of . So for a "fib-unique" we must have for every . So, every possible "Fib-unique" positive are and those in these forms: In conclusion, every Fib-unique is and with .
2. According to the part 1., an integer can be written as We need to find all of which representation is unique. First, if , then we can replace by and get another representation of . So if is a "Fib-unique", . Second, if there is some such that , then we can replace by and get another representation of . Hence, for a "Fib-unique" integer , we have for every . Third, if we have some such that , chose that which is the largest. Then we can replace by , and get another representation of . So for a "fib-unique" we must have for every . So, every possible "Fib-unique" positive are and those in these forms: In conclusion, every Fib-unique is and with .
Final answer
Fib-unique numbers are f1, f2, and f_k − 1 for k ≥ 3.
Techniques
Recurrence relationsSums and productsInduction / smoothing