Let $\{x_n\}$ be a sequence defined by $x_1 = 3, x_{n+1} = \frac{1}{4-x_n}$, for n $\geq 1$. prove it converges
(a) Prove that $\{x_n\}$ is decreasing and bounded (below by $0$ and above by $4$), i.e., prove that $0 < x_{n+1} < x_n < 4$, for all $n \in \mathbb N$.
(b) Does $\{x_n\}$ converge or diverge? Justify
My attempt: (Could someone check)
Claim: $\{x_n\}$ is bounded below 0 and bounded above by 4 (1), $\{x_n\}$ is strictly decreasing (2), for all $n \in \mathbb N$
Proof of (1)
WTS: $0 < x_n < 4, \forall n \in \mathbb N$
Since the function is not continuous at x = 4 I will find its limit for a better bound
$$x_n = \frac{1}{4-x_n} \leftrightarrow \left(x_{n} - \frac{4-\sqrt{12}}{2}\right)\left(x_n - \frac{4+\sqrt{12}}{2}\right)$$
Since the function is decreasing this will be the new bound $$0 < x_n < \frac{4-\sqrt{12}}{2}$$
I will prove this by induction:
Base case (n=1)
0 < 3 < $\frac{4-\sqrt{12}}{2} < 4$ holds
Inductive hypothesis: Let $k \in \mathbb N$ be arbitrary. Assume $0 < a_k < \frac{4-\sqrt{12}}{2}$
Inductive step: $\forall k \in \mathbb N$, $0 < a_k < \frac{4-\sqrt{12}}{2} \to 0 < a_{k+1} < \frac{4-\sqrt{12}}{2}$
$$a_{k+1} = \frac{1}{4-x_n} \text{ By definition}$$
$$< \frac{1}{4-\frac{4-\sqrt{12}}{2}} \text{ By I.H.}$$
$$= \frac{2}{4-\sqrt{12}}$$
$$= \frac{2(4+\sqrt{12})}{16-12}$$
$$= \frac{4+\sqrt{12}}{2} < 4$$
Now for bounded below
$$a_{k+1} = \frac{1}{4-x_n} \text{ By def}$$
$$> \frac{1}{4-0} \text{ By I.H.}$$
$$> 0$$
Therefore by induction $0 < x_n < \frac{4-\sqrt{12}}{2} < 4, \forall n \in \mathbb N$
Proof of (2)
WTS: $x_{n} > x_{n+1}, \forall n \in \mathbb N$
$$x_n > x_{n+1}$$
$$\leftrightarrow x_n > \frac{1}{4-x_n} \text{ By definition}$$
$$\leftrightarrow 0 > \left(x_{n} - \frac{4-\sqrt{12}}{2}\right)\left(x_n - \frac{4+\sqrt{12}}{2}\right)$$
By 1 we know that the first one is > 0 and the second < 0. Then (+)(-) = - < 0
Therefore it is decreasing. For (b) by the bounded monotone convergence theorem we know that this converges since it is bounded below and strictly decreasing.
Is this right?
I think I did the choosing the limit part wrong. If its decreasing I choose the smaller one as the upperbound right?