Let $\alpha = \frac{1+\sqrt{5}}{2} \hskip 20pt \beta = \frac{1-\sqrt{5}}{2}$ be the two real roots of the quadratic equation $x^2 - x - 1 = 0.$ Prove that $f_n = \frac{\alpha^n - \beta^n}{\alpha - \beta}$ for all $n \in \mathbb Z^+$.
I'm confused as to how this could be simplified after doing the induction step where you add 1 to all of the "n's" making it, $f_n = \frac{\alpha^{n+1} - \beta^{n+1}}{\alpha - \beta}$
First, note that $\alpha - \beta = \sqrt 5$
We begin by confirming the relationship by $f_1,\ f_2$, once this has been confirmed, we need just the induction step.. $$f_{n+1} = f_n + f_{n-1} = \frac 1 {\sqrt 5}\left(\alpha^n + \alpha^{n-1} - \beta^n - \beta^{n-1}\right)$$ $$=\frac 1 {\sqrt 5}\left(\alpha^{n-1}\left(\alpha + 1\right) - \beta^{n-1}\left(\beta + 1\right)\right) = \frac1{\sqrt 5}\left(\alpha^{n+1} - \beta^{n+1}\right)$$ Because $\alpha + 1 = \alpha^2$ and $\beta + 1 = \beta^2$, so we are done.