Fibonacci Sequence Proof

Every positive integer is the sum of distinct nonconsecutive Fibonacci Numbers.

Using Mathematical Strong Induction:

  1. The statement is clearly true for n = 1, 2, and 3 since 1 = f1, 2 = f3, and 3 = f4, which we may consider as single term sums.
  2. Suppose that the statement is true for all n <= m. We will prove that the statement is true for n = m+1.

This proof was taken, and reformated from the following link: Mathforum.org

Click here to go back to the Fibonacci Index Page.


©2003 Sherry Nolan
Graduate School of Education Student
UMass Lowell

sherryn@alumni.hamilton.edu