Let $(x_n)$ be a sequence with $x_1=1 $ and $x_{n+1}=x_n+\frac{1}{x_n^2}$ for all integers n. I want to formally prove that this sequence is not limited.
I started with showing that $x_n$ is strictly monotonically increasing because:
$x_{n+1}-x_n=\frac{1}{x_n^2} > 0$
Now I want to show that for all real numbers $a$ I will find an integer $n_0$ thus $x_n>a$ for all integers $n_0$. But I am stuck at this point. Can someone give me a hint how to go on? :)