I am working on the following problem:
Prove that if $2$ divides $U_n$ then $4$ divides $U_{n+1}^2 - U_{n-1}^2$
NOTE: $U_n$ denotes the Fibonacci sequence, such that $$Un = U_{n-1} + U_{n-2}$$ starting at $U_0=0,$ $U_1=1$, $U_2=1$, $U_3=2$, $U_4=3$, $U_5=5$,.......
I am not quite sure how to go about this problem. What I know is that $U_n = U_{n-1} + U_{n-2}.$ When we assume that $2|U_n$ then that means $U_n=2k$, but that does not seem to be helpful here. I also know that $U_n^2 =U_nU_n+1 -U_nU_{n-1}$, so we must show that $4| ((U_{n+1}U_{n+2} -U_{n+1}U_n)-(U_{n-1}U_n -U_{n-1}U_{n-2})).$ I am stuck with how to apply these concepts to form a proof. Is there a simpler way that I am not considering? Thanks in advance. Also, I apologize for the formatting; I am very new to the site.
$U_{n+1}^2-U_{n-1}^2=(U_{n+1}+U_{n-1})(U_{n+1}-U_{n-1}).$
Given $U_n$ is divisible by $2$,
can you show that $(U_{n+1}+U_{n-1})$ and $(U_{n+1}-U_{n-1})$ are each divisible by $2$
[hint: replace $U_{n+1}$ with $U_n+U_{n-1}$],
so their product is divisible by $4$?