- #1
cragar
- 2,552
- 3
Homework Statement
If i want to use induction to prove the Fibonacci sequence I first check that 0 satisfies both sides of the equation. then i assume its true for n=k then show that it for works for n=k+1
The Attempt at a Solution
But I am a little confused if i should add another term or just plug in k+1
so the Fibonacci sequence is [itex] F_{n}=F_{n-1}+F_{n-2} [/itex]
so then should k+1 be [itex] F_{k+1}= F_{k}+F_{k-1}+F_{k-2} [/itex]
or should it be[itex] F_{k+1}=F_{k}+F_{k-1} [/itex]