williampb
- 2
- 0
I've been having a lot of trouble with this proof lately:
Prove that,
F_{1}F_{2}+F_{2}F_{3}+...+F_{2n}F_{2n+1}=F^{2}_{2n+1}-1
Where the subscript denotes which Fibonacci number it is. I'm not sure how to prove this by straight induction so what I did was first prove that,
F_{2}+F_{4}+...+F_{2n}=F_{2n+1}-1
And then used that in the other proof.
For F_{2}+F_{4}+...+F_{2n}=F_{2n+1}-1
First,
For n=1 (base case)
F_{2(1)}=F_{2}=1
Then,
F_{2(k+1)}=F_{2(k+1)+1}-1+F_{2(k+1)}
=(F_{2k+3}+F_{2k+2})-1
=F_{2k+5}-1 = F_{2(k+2)+1}-1
Proving that F_{2k}=F_{2k+1}-1 for all k+1.
Now my question is, would this be a valid method for the proof first stated:
F_{2n}F_{2n+1}=F^{2}_{2n+1}-1
F_{2(k+1)}F_{2(k+1)+1}=F^{2}_{2(k+1)+1}-1
Since,
F_{2(k+1)}=F_{2(k+1)+1}-1
Then the equation becomes:
F_{2(k+1)+1}F_{2(k+1)+1}-1=F^{2}_{2(k+1)+1}-1
Something doesn't sit right with me. I feel like this is incorrect. If it is, any and all help would be appreciated. Thank you.
Prove that,
F_{1}F_{2}+F_{2}F_{3}+...+F_{2n}F_{2n+1}=F^{2}_{2n+1}-1
Where the subscript denotes which Fibonacci number it is. I'm not sure how to prove this by straight induction so what I did was first prove that,
F_{2}+F_{4}+...+F_{2n}=F_{2n+1}-1
And then used that in the other proof.
For F_{2}+F_{4}+...+F_{2n}=F_{2n+1}-1
First,
For n=1 (base case)
F_{2(1)}=F_{2}=1
Then,
F_{2(k+1)}=F_{2(k+1)+1}-1+F_{2(k+1)}
=(F_{2k+3}+F_{2k+2})-1
=F_{2k+5}-1 = F_{2(k+2)+1}-1
Proving that F_{2k}=F_{2k+1}-1 for all k+1.
Now my question is, would this be a valid method for the proof first stated:
F_{2n}F_{2n+1}=F^{2}_{2n+1}-1
F_{2(k+1)}F_{2(k+1)+1}=F^{2}_{2(k+1)+1}-1
Since,
F_{2(k+1)}=F_{2(k+1)+1}-1
Then the equation becomes:
F_{2(k+1)+1}F_{2(k+1)+1}-1=F^{2}_{2(k+1)+1}-1
Something doesn't sit right with me. I feel like this is incorrect. If it is, any and all help would be appreciated. Thank you.