How Does Fibonacci Sequence Behave with Addition and Multiplication?

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

Homework Statement



Proof by induction of the following: f(m+k) = f(m-1)* f(k) + f(m) * f(k+1)

Homework Equations



f(k+1) = f(k) + f(k-1)

The Attempt at a Solution



The only way I can figure to get multiplication from addition was to square both sides, but then I really get out of my league.

What is the relationship if you double a fib. #?
 
Physics news on Phys.org
Do you know how to get induction started when you have two variables?
 
No i think that is my first issue here