May someone help me? I am trying to use induction to prove that the formula for finding the $n$-th term of the Fibonacci sequence is:
$$F_n=\frac{1}{\sqrt{5}}⋅\left(\frac{1+\sqrt{5}}{2}\right)^n-\frac{1}{\sqrt{5}}⋅\left(\frac{1-\sqrt{5}}{2}\right)^n.$$
I tried to put $n=1$ into the equation and prove that if $n=1$ works then $n=2$ works and it should work for any number, but it didn't work. I need to prove that this formula gives the $n$th Fibonacci number.
By denoting with $$\sigma = \frac{1+\sqrt{5}}{2},\qquad \bar{\sigma}=\frac{1-\sqrt{5}}{2}$$ we have that $\sigma,\bar{\sigma}$ are the roots of the polynomial $x^2-x-1$. This gives: $$\sigma^2 = \sigma+1,\qquad \sigma^{n+2}=\sigma^{n+1}+\sigma^n,$$ $$\bar{\sigma}^2 = \bar{\sigma}+1,\qquad \bar{\sigma}^{n+2}=\bar{\sigma}^{n+1}+\bar{\sigma}^n,$$ hence any sequence $\{a_n\}_{n\in\mathbb{N}}$ defined by: $$ a_n = k_0 \,\sigma^n + k_1\, \bar{\sigma}^n $$ satisfies the recurrence relation: $$ a_{n+2} = a_{n+1} + a_n.$$ You just have to check that with the choices $k_0=\frac{1}{\sqrt{5}},k_1=-\frac{1}{\sqrt{5}}$ we have: $$ a_0=F_0=0,\qquad a_1=F_1=1,$$ since this condition implies $a_n=F_n$ by induction.
The spirit is the same of the Cauchy-Lipshitz theorem: the same differential equation (the same recurrence relation) and the same boundary conditions (the same starting values) give the same function (sequence).