How can I prove that $\left\{\frac{1}{n^{2}}\right\}$ is a Cauchy sequence?
A sequence of real numbers $\left\{x_{n}\right\}$ is said to be Cauchy, if for every $\varepsilon>0$, there exists a positive integer $N(\varepsilon)$ such that $\mid x_{n+p}-x_{n}\mid <\varepsilon$ for all $n\geq N$ and $p= 1, 2, 3,...$
So I approached like this...
$\mid \frac{1}{(n+p)^{2}}-\frac{1}{n^{2}}\mid = \frac{p(2n+p)}{n^{2}(n+p)^{2}}<\frac{p(2n+p)}{n^{2}} <\varepsilon$
From here, I have to show that $n>$ some expression involving $\varepsilon$, because that expression will be the value of $N$. But I am getting stuck here.
Please anyone help me solve it. Thanks in advance.
Since you already know what the limit is, this is not hard.
Let $\epsilon > 0$ be given. Choose $N$ such that $\frac{1}{N^2} < \frac{\epsilon}{2}$. Now assume $n \ge N$ and $p \ge 1$. Then $$ |\frac{1}{n^2} - \frac{1}{(n+p)^2}| \le \frac{1}{n^2} + \frac{1}{(n+p)^2} \le \frac{2}{n^2} \le \frac{2}{N^2} < \epsilon \, .$$