Proving the Induction Step for a Fibonacci Property

  • Thread starter Thread starter dlemke
  • Start date Start date
  • Tags Tags
    Property
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
dlemke
Messages
3
Reaction score
0
For all k [tex]\in[/tex] N, f(2k + 1)= f[tex]^{2}[/tex](k) + f[tex]^{2}[/tex](k + 1)

I couldn't find this one in the forum... I am stuck on the induction step, really I have no idea how to get it going. Oh, and the k statements should be in subscript, I was having real problems with LaTex, misreading subs and sups. Thanks for any help, it is greatly, greatly appreciated.
 
Last edited:
Physics news on Phys.org
Start from the definition of the sequence

[tex]f_{2k+3} = f_{2k+2} + f_{2k-1}.[/tex]

For odd indices, use the formula to be proven. For the even index, find a way to rewrite the term as a sum of odd index objects.
 
[tex] f_{2k+3} = f_{2k+2} + f_{2k-1}.[/tex]

Oh, nice, so you are taking the LHS and rewriting it, and hopefully eventually transforming it into the original RHS of the assumption. Thank you so much! That first step just kills me. Ok, I will work more on this in the morning and repost. Thank you for taking the time to help.