This is related to the fibonaci numbers. I understand the way a proof by induction works, and these are 2 statements that are given:
$f_1=1$
$f_2=1$
$f_n = f_{n-1} + f_{n-2}$,
as long as $f\ge3$ (greater than or equal to 3).
I have been stuck on this for a while now, i cant get past the proof with n=1.