Summing Fibonacci Numbers

True or False ?

Every positive integer can be written as the sum of one or more distinct Fibonacci numbers.

Clarification

  • Two 1 1 's occur in the Fibonacci sequence, so you can use it no more than two times: 4 = 1 + 1 + 2 4=1+1+2 . All other Fibonacci numbers can be only used no more than once.
True Cannot be determined (depends on currently unsolved conjectures) False

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.

1 solution

Nick Turtle
May 17, 2018

Proof by Induction

One can easily show that the statement is true for any positive integer i F 3 = 2 i\le F_3=2 . This will be our base case.

Now, suppose that the statement is true for any j F n j\le F_n . We will show that the statement is also true for any F n < k F n + 1 F_n<k\le F_{n+1} .

Given this k k , compute k F n k-F_n . Now, this number will always be less than F n F_{n} since F n + 1 < 2 F n F_{n+1}<2\cdot F_n for all n 3 n\ge 3 . Therefore, there exists distinct Fibonacci numbers not including F n F_n that sum up to k F n k-F_n .

Thus, every positive integer can be written as the sum of one or more distinct Fibonacci numbers.

Nice problem and solution. We can go even further with Zeckendorf's Theorem, which states that every integer can be expressed uniquely as the sum of one or more distinct Fibonacci numbers such that no two of the numbers in the sum are consecutive Fibonacci numbers.

Brian Charlesworth - 3 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...