Question: $F_0 = 0, F_1 = 1$,Prove by induction on $n$ that, for $n\ge 0$, $F_n$ is even if $n$ is a multiple of $3$
Base Case: Let $n = 1$, Substituting the value into the equation $F_{1+2} = F_{1+1} + F_{1} = F_{2} + F_{1} = F_{1} + F_{0} + F_{1} = 1 + 0 + 1 = 2$ Thus, the equation holds true for the first multiple of three.
Induction Hypothesis: Considering a value $k+2$ that is some arbitrary multiple of 3 and return even for the equation.And $n = k$
$F_{k+2} = F_{k+1} + F_{k}$,
Induction Step: To prove the equation holds true for $n = k+3$, that $k+5$ is all some odd number(Fact: Adding $2$ to any odd number gives odd number),
$F_{k+5} = F_{k+4} + F_{k+3}$,
$RHS = F_{k+4} + F_{k+2} + F_{k+1}$ (From Induction Hypothesis)
How do i get further to this proof...
Here is the question, is my argument true so far? How do i proceed further to this proof?
PS: My prof havn't agreed to my proof initiation. It will be good to give some detail explanation. So I can argue back, if needed
PSS:Please no answers, Just help me(If possible)