Let Fn be the nth Fibonacci number Prove by induction on n t
Let Fn be the nth Fibonacci number Prove by induction on n that, for all n >=1, k=1, F2k-1 = F2n.
Solution
What you are trying to prove is wrong.
Because for k = 1, F2k-1 = F1.
And F1 = 1 in Fibonacci sequence.
And since F2n is always greater than or equal to F2 for n >= 1, that is
F2n >= F2 = F1 + F0 = 2 for n >= 2.
Therefore, F2k-1 F2n for k =1 and n >= 1.
