Prove by induction that the only solutions to $au_{n+2}+bu_{n+1}+cu_n=0, n\geq0$ are $u_n=A\alpha ^n+ B\beta ^n$ where $\alpha$ and $\beta$ are solutions to $ax^2+bx+c=0$ and $b^2\neq 4ac$ and $A=\frac{u_1 - \beta u_0}{\alpha-\beta}, B=\frac{u_1-\alpha u_0}{\beta-\alpha}$
It can easily be shown that the above is a solution, but I am having a hard time showing it is the only solution(using induction).
Suppose $f_n$ is a solution, then $g_n=u_n+f_n$ is a solution and we RTP $f_n=0$. Assume true for $n=k,k+1$
$af_{n+2}+bf_{n+1}+cf_n=0$
$\iff cf_n=0$
$\iff f_n=0$
$P(k)$ and $ P(k+1) \implies P(k+2)$
However, now I don't really have any options for the base case since I don't know anything about $g_n$