Let a sequence of rational numbers be defined recursively as $x_{n+1} = (\frac{x_n}{2} + \frac{1}{x_n})$ with $x_1$ some arbitrary positive rational number.
We know that, in the universe of real numbers, this sequence converges to $\sqrt{2}$. But suppose we don't know anything about real numbers. How do we show that that ${x_n}^2$ gets arbitrarily close to $2$?
I've already shown that $x_n > 2$ and that the sequence is decreasing. But I'm having difficulty showing that ${x_n}^2$ gets as close to $2$ as we want using nothing but inequalities. Since we're assuming no knowledge of real numbers, I don't want to use things like the monotone convergence theorem, the least upper bound property etc.
This exercise is of interest to me because it can it can help explain the development of irrational numbers to a student who knows nothing about them.
The usual proof of convergence using Newton's method also includes an error estimate.