Proving the Fibonacci Numbers Using Induction

  • Thread starter Thread starter rooski
  • Start date Start date
  • Tags Tags
    Induction Numbers
AI Thread Summary
The discussion focuses on proving the Fibonacci sum formula using mathematical induction. The initial step confirms the base case by demonstrating that f2 + f1 equals f3. The main challenge lies in establishing that the sum of Fibonacci numbers for odd indices up to n implies the same for n+1. The user is advised to assume the statement holds for n = j and then prove it for n = j+1. This approach is essential for completing the induction proof.
rooski
Messages
60
Reaction score
0

Homework Statement



use induction to prove

(my formatting is off sorry)
\overline{n} \sum \underline{k=1} f _{2k-1} = f_{2n}

The Attempt at a Solution



To start we need to show that f3 is valid. So we show that f2 + f1 = f3, which is the case.

The next part is the confusing part for me. Do i have to show a sum ending at n+1 that computes f2k-1 = f2n+1?
 
Physics news on Phys.org
It seems that what you want is:

\sum^n_{k=1} f_{2k-1} = f_{2n}

So you showed this for n = 3.

Now you need to show that this statement being true for n=j IMPLIES that it is true for n=j+1. So assume that it's true for j, and show that then it is true for j+1.
 
In other words, assume that
\sum_{k=1}^j f_{2k-1}= f_{2j}
and use that to prove that
\sum_{k= 1}^{j+1} f_{2k-1}= f_{2j+2}
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top