If $\displaystyle a=\frac{1+\sqrt{5}}{2}$ and $\displaystyle b=\frac{1-\sqrt{5}}{2}$, prove that $\displaystyle f_n=\frac{a^n-b^n}{\sqrt{5}}$ for all $n\in\mathbb{P}$
Would we start with a base case for proof of induction?
In that case, $n=0$ would be the base case
so how would you prove for $n$ and $n+1$?
Assume that $$ f_0 = 0\\ f_1 = 1\\ f_{n+1} = f_n + f_{n-1} $$ Check the relation for $n=0,1$ (easy).
The general solution of such an equation has the form $$ f_n = Ar_1^n + Br_2^n $$ with $r_{1,2}$ solutions of the characteristic equation: $$ r^2 = r + 1 $$ Check that $$r_{1,2} = \frac{1\pm\sqrt{5}}2$$ and then you are done: as your given candidate gives the good values for $n=0,1$ this is the only solution.
Alternative: prove that if $$ f_n = \frac{a^n + b^n}{\sqrt{5}}\\ f_{n+1} = \frac{a^{n+1} + b^{n+1}}{\sqrt{5}} $$then $$f_{n+2} = \frac{a^{n+2} + b^{n+2}}{\sqrt{5}} $$