Prove this fibonacci sequence w/o binet formula

  • Context:
  • Thread starter Thread starter skate_nerd
  • Start date Start date
  • Tags Tags
    Formula Sequence
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
1 reply · 2K views
skate_nerd
Messages
174
Reaction score
0
I have a problem and honestly have no idea even where to start. I've been staring at it and thinking about it for over 24 hours...
Let \(u_n\) denote the \(n^{th}\) Fibonacci number. Without using the Binet formula for \(u_n\), prove the following for all natural numbers \(m\) and \(n\) with \(m\geq{2}\):
$$u_{m+n}=u_{m-1}u_n+u_mu_{n+1}$$

I have gone through a couple proofs regarding the Fibonacci numbers in this class before, but never one with two unknowns, and also never one where we weren't able to use the Binet formula. Without the Binet formula, what do I have to work off of? Do I need to write the derivation for the Binet formula within this whole proof?
 
Last edited:
Physics news on Phys.org
Try induction on $n$.