Let
$$x_1 = 3, x_{n+1} = \frac{1}{4-x_n}, \text{for } n \geq 1$$
Use induction to show that $0 < x_{n+1} < x_n < 4, \forall n \in \mathbb{N}$.
Let $S(n)$ be the proposition that $0 < x_{n+1} < x_n < 4$.
Base Case:
$S(1)$, and thus $x_1 = 3$, $x_2 = \frac{1}{4-3} = 1$. We have $ 0 < 1 < 3 < 4$, thus $S(1)$ holds.
Inductive Hypothesis (strong):
Assume that $S(n)$ holds for $1 \leq i \leq n$.
Assume $S(i)$ holds therefore. So, $0 < x_{i+1} < x_i < 4$
Inductive Step:
Show that $S(i + 1)$ holds.
This is where I am stuck on the IS. Any suggestions?