The Fibonacci Numbers : 1,1,2,3,5,8,13,21,34... are defined byand for n >2 by
.
Show by induction thatis even.
base case: n=3 is 2, so it is even.
Assumeis even?
not sure how to do the induction step.
Thanks in advance
Printable View
The Fibonacci Numbers : 1,1,2,3,5,8,13,21,34... are defined byand for n >2 by
.
Show by induction thatis even.
base case: n=3 is 2, so it is even.
Assumeis even?
not sure how to do the induction step.
Thanks in advance
Hello,
you can use the fact thatand
. This will allow you to set up an induction step.
I believe that the inductive step would be a3n is even. You must prove that a3(n+1) which equals a3n+3 is even.
You are assuming that a3n is even as your inductive hypothesis and you want to prove that a3(n+1) is even to complete your proof, i believe. Sorry, I wish I could help you more but I am not sure where to go from here...
The Fibonacci sequence, in terms of odd and even is...
OOEOOEOOEOOEOOEOOE.....
This is because the first 2 terms are odd
odd+odd=even=3rd term
odd+even=odd=4th term
even+odd=odd=5th term
odd+odd=even=6th term
The sequence cycles in this way
Hence if
The inductive step is..... doesbeing even cause
to be even ?
Proof
Ifis even, then both
and
must of necessity both be odd.
Hence, as this is true, andis even,
is even.
The inductive proof is really just basic logic in this case!