tylerc1991
- 158
- 0
Homework Statement
Show that the sequence of real numbers defined by x_{n + 1} = x_n + \frac{1}{x_n^2}, \, x_1 = 1 is not a Cauchy sequence.
Homework Equations
A sequence \{ p_n \} is Cauchy if and only if, for all \varepsilon > 0, there exists an N > 0 such that d(p_n, p_m) < \varepsilon for all m, n > N.
The Attempt at a Solution
We can assume that d is the usual metric on \mathbb{R}. I don't even see where to begin. I see that the sequence is monotonically increasing, so that
1 = \frac{1}{x_1} > \frac{1}{x_2} > \frac{1}{x_3} > \dotsb.
So
1 = \frac{1}{x_1^2} > \frac{1}{x_2^2} > \frac{1}{x_3^2} > \dotsb.
To me it looks like the sequence is in fact Cauchy. Please help!