True or False ?
Every positive integer can be written as the sum of one or more distinct Fibonacci numbers.
Clarification
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Proof by Induction
One can easily show that the statement is true for any positive integer i ≤ F 3 = 2 . This will be our base case.
Now, suppose that the statement is true for any j ≤ F n . We will show that the statement is also true for any F n < k ≤ F n + 1 .
Given this k , compute k − F n . Now, this number will always be less than F n since F n + 1 < 2 ⋅ F n for all n ≥ 3 . Therefore, there exists distinct Fibonacci numbers not including F n that sum up to k − F n .
Thus, every positive integer can be written as the sum of one or more distinct Fibonacci numbers.