Question: Suppose $|x_n - x_k| \le n/k^2$ for all $n$ and $k$.Show that $\{x_n\}_{n=1}^{\infty}$ is cauchy.
Attempt : To prove this, I have to find $M \in N$ that for $\varepsilon >0$, $n/k^2 < \varepsilon$ for $n,k \ge M$.
Let $\varepsilon > 1/M$.
Then, $n/k^2 \le M/M^2$ (#) $= 1/M < \varepsilon$ for $n,k \ge M$.
I feel (#) is not necessarily true. Is there any way to show (#) is correct? or could you give me some any hint regarding this question?
No, $(\#)$ is not necessarily true. $M=1$, $n=5$, $k=2$ provides a counterexample.
Note that since $|x_n-x_k|=|x_k-x_n|$, we have $|x_n-x_k|\leq\min\{n/k^2,k/n^2\}$. Given $\varepsilon>0$, choose $M\in\mathbb N$ such that $\varepsilon>1/M$. Suppose $n,k\geq M$ and $k\geq n$. Then we have $$|x_n-x_k|\leq\frac{n}{k^2}\leq\frac{1}{k}\leq\frac{1}{M}<\varepsilon.$$