Let: $$ \begin{cases} x_{n+1} = {1\over 2}x_n^2 - 1\\ x_1 = 3\\ n\in \mathbb N \end{cases} $$ Show that the sequence $x_n$ is bounded only below and is increasing.
I've started with the following: $$ x_1 = 3 \\ x_2 = 3.5 \\ x_2 > x_1 $$
Suppose $x_{n+1} > x_n$. Consider the following equation:
$$ x_{n+2} - x_{n+1} = \frac{1}{2}x_{n+1}^2 - \frac{1}{2}x_n^2 $$
By initial assumption: $$ x_{n+1} > x_n \implies x_{n+1}^2 > x_n^2 \implies \frac{1}{2} x_{n+1}^2 > \frac{1}{2} x_n^2 \implies x_{n+2} > x_{n+1} $$
Thus $x_n$ sequence is increasing.
But now how do I show the lower bound exist and upper does not? Intuitively for the sequence to be unbounded we need the following condition to be satisfied:
$$ {1\over 2}x_n^2 > 1 \iff x_n > \sqrt2 $$
I'm kindly asking to verify whether i've correctly shown that $x_n$ is monotonically increasing and help with showing the bounds.
If we have that $x_k\geq 3$, then we have that $$x_{k+1}=\frac{x_k^2}{2}-1\geq \frac{3x_k}{2}-1=x_k+\frac{x_k}{2}-1\geq x_k+\frac{3}{2}-1=x_k+\frac{1}{2}$$ So $$x_2 \geq 3 + \frac{1}{2}$$ $$x_3 \geq 3 + \frac{1}{2} + \frac{1}{2}$$ $$...$$ $$x_n \geq 3 + \frac{n-1}{2}$$ And it's enough to see that $(x_n)_{n \geq 1}$ is increasing and unbounded from above.