Proving the Fibonacci Numbers Using Induction

  • Thread starter Thread starter rooski
  • Start date Start date
  • Tags Tags
    Induction Numbers
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
rooski
Messages
60
Reaction score
0

Homework Statement



use induction to prove

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

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:

[tex]\sum^n_{k=1} f_{2k-1} = f_{2n}[/tex]

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
[tex]\sum_{k=1}^j f_{2k-1}= f_{2j}[/tex]
and use that to prove that
[tex]\sum_{k= 1}^{j+1} f_{2k-1}= f_{2j+2}[/tex]