Using induction prove that: $$\sum_{i=0}^{2n} (-1)^iF_i = (F_{2n-1})-1$$
I am on the inductive step but am stuck with how to proceed.
This is what I have after the base case so far:
$$\sum_{i=0}^{2n+2} (-1)^iF_i = (F_{2n+2})-1$$ = $$(F_{2n+1})+F_{2n}-1$$ = $$(F_{2n-1})+F_{2n}+F_{2n}-1$$ I'm not sure how to simplify this out