A question about the fibonacci sequence.
I have a sequence:
$$\lambda_n = \frac{f_{n+1}}{f_n}$$
While $f_n$ is the fibonacci sequence.
I also have the equation: $$ 0 = x^2 - x -1$$ And i know that the two possible values for x are:
$$x= \frac {1\pm \sqrt{5}}{2}$$
(The famous golden ratio)
Let $\alpha$ be the positive solution for the above equation. Let $\beta$ be the negative one.
I want to show that $$\sigma_n = \frac {\lambda_n - \alpha}{\lambda_n - \beta}$$
converges (It does converge against 0 right? Because $\lambda_n$ converges against $\alpha$ But how would i go on proving it?).
I know about Cauchy's convergence criterion, and the definition for limits.. etc. I don't get how to apply them here. For me, the coherence between the fibonacci sequence and the golden ratio is really hard to understand.
P.S: This is an exercise in analysis 1 (computer science), first term. I have seen questions like: Fibonacci and the algebraic expression $x^2-x-1$
But i can't understand these because i haven't ever seen most of the stuff they do there in our lectures.