Would someone be able to verify that my proof that the following sequence converges is sound?
We have a sequence $\left ( x_{n} \right )_{n\geq i}$ where $x_{1} = 3$ and $x_{n+1}= \frac{1}{4 - x_{n}}$. We wish to show that this sequence converges (and then determine its limit). So, I applied the monotone convergence theorem, showing it is bounded and monotone decreasing by induction and hence converges.
So, the base case is fine, showing that $\frac{1}{4} \leq x_{2} = 1 < x_{1} = 3 \leq 3$. Then I made the assumption that $\frac{1}{4} \leq x_{k+1} < x_{k} \leq 3$. Now, we want to show:
$\frac{1}{4} \leq x_{k+2} < x_{k+1} \leq 3$ (I think this is correct?)
So, it is probably possible to do this as one big inequality if you are good at that, however, for simplicity, I split it and showed $x_{k+2} < x_{k+1}$ first and then that $\frac{1}{4} \leq x_{k+2}$ and $x_{k+1} \leq 3$.
So:
$x_{k+1} < x_{k}$ (by our assumption)
$ \Rightarrow 4 - x_{k} < 4 - x_{k+1} $
$ \Rightarrow \frac{1}{4 - x_{k+1}} < \frac{1}{4 - x_{k}} $ (both terms less than 3 by our assumption, so, we can divide without changing inequality sign)
$ \Rightarrow x_{k+2} < x_{k+1} $
$ \Rightarrow$ monotone decreasing
So, now that we have shown that the sequence is decreasing, we just need to show both bounds, like so:
$\frac{1}{4} \leq x_{k+1}$ and $x_{k} \leq 3$ (by our assumption)
$ \Rightarrow 4 - x_{k+1} \leq 4 - \frac{1}{4}$ and $ 4 - 3 \leq 4 - x_{k}$
$ \Rightarrow \frac{1}{\frac{15}{4}} \leq \frac{1}{4-x_{k+1}} $ and $ \frac{1}{4 - x_{k}} \leq 1$
$ \Rightarrow \frac{1}{4} < \frac{4}{15} \leq x_{k+2}$ and $ x_{k+1} \leq 1 < 3$
Thus, combining both parts of the proof together once again we form the inequality:
$ \frac{1}{4} < x_{k+2} < x_{k+1} < 3$
Hence, by induction, we have shown that the sequence is bounded below by $\frac{1}{4}$, is strictly decreasing and is bounded above by 3, thus, the sequence converges by the monotone convergence theorem. Does anyone spot any errors in my proof?
Thanks!