Proving the Fibonacci Numbers Using Induction

  • Thread starter Thread starter rooski
  • Start date Start date
  • Tags Tags
    Induction Numbers
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.