I am considering the metric space ($X, d$) , in which $X = \mathbb{R}$ and $d(x, y) = \big | \frac{x|x|}{1 + x^2} - \frac{y |y|}{1+ y^2} \big |$.
To prove this is not complete, I came up with a sequence $x_n = n$, $n \in \mathbb{N}$ whose limit is $+\infty$ and therefore, not in $X$. I want to show this is a Cauchy sequence with respect to the given metric. Without loss of generality, we can suppose $n \geq m$ so that:
$d(x_n, x_m) = \frac{n^2}{1 + n^2} - \frac{m^2}{1 + m^2} = \frac{n^2 - m^2}{(1 + n^2) (1 + m^2)} < \frac{n^2 - m^2}{n^2 m^2}$.
I want to show that $\frac{n^2 - m^2}{n^2 m^2} < \epsilon$ for some $N$ such that $n \geq m > N$.
Can anyone help me proceed?
Thanks.
If the aforementioned sequence is not Cauchy, then please give an example of one which is Cauchy.
I think I figured this out.
Let $n \geq m > N$ so that
$\frac{n^2 - m^2}{n^2 m^2} < \frac{n^2 - m^2}{n^2 N^2} = \frac{1}{N^2} \left (1 - \frac{m^2}{n^2} \right ) < \frac{1}{N^2}$.
Therefore, if $N > \frac{1}{\sqrt{\epsilon}}$, we have $d(x_n, d_m) < \epsilon$ for all $n \geq m > N$.
The case for $m \geq n > N$ is the same.