Using fixed point theorem evaluate limit of sequence of continued fractions: $$2,\quad 2+\dfrac{1}{2},\quad 2+\dfrac{1}{2 + \dfrac{1}{2}}, \cdots$$
How to prove it?
Using fixed point theorem evaluate limit of sequence of continued fractions: $$2,\quad 2+\dfrac{1}{2},\quad 2+\dfrac{1}{2 + \dfrac{1}{2}}, \cdots$$
How to prove it?
In addition to the other answer you need to prove that $f(x)=2+\frac 1 x$ is a contraction in order to use the fixed point theorem.
$$f'(x) = - \frac 1 {x^2}$$
The mean value theorem says
$$\left| \frac{f(b)-f(a)}{b-a} \right| = |f'(x_0)| \text{ for some } x_0 \in [a,b]$$
We know that $|f'(x_0)| = \frac 1 {x^2} < 1 \iff |x_0|>1$ This means $f$ is a contraction in $(-\infty,1)$ as well as in $(1,\infty)$, because we can use $|f'(x_0)| =: K$ as our constant $K$ that we need for the contration property (if $x_0$ is in one of these intervals), with this choice we have the contraction property:
$$|f(b)-f(a)| \leq K|b-a|$$ which is what we need.