I found in one of the books I read a lot of interesting properties of fibonacci numbers and among others this one in particular: For all $n \in \mathbb N$, $F_{n+1} F_{n-1} - F_n^2 = (-1)^n$.
I tried to use induction but at some point on induction step I just loose the point. Any ideas?