Part a) Prove or Disprove: There are only finitely many even Fibonacci numbers.
I think I want to disprove this, as I know that every 3rd Fibonacci number is even, and thus there will be infinitely many even Fibonacci numbers. I am having trouble deciding how to technically prove this. Perhaps induction.
Part b) Prove or Disprove: For all $n\geq1$, we have $F_n \leq 2^n$
I think I want to prove this, and I am thinking that I will have to use induction, but again, I don't know what the structure will be for the cases.
Perhaps my base case will be $F_1, F_2, F_3$ satisfy the claim, and my inductive hypothesis will be $F_{n-1} + F_{n-2} \leq 2^n$ implies $F_n+F_{n-1}\leq 2^{n+1}$. Maybe I can rewrite $2^{n+1}=4^n$
I'm unsure how to algebraically manipulate this statement.
Any help/suggestions/hints would be greatly appreciated.