Let $(\Bbb{R},d)$ be a metric space where $d(x,y)=\left\vert\arctan x−\arctan y\right\vert$. Is the sequence $x_n=\frac{1}{n}$ a Cauchy sequence with this metric?
The definition of Cauchy sequence is that, for any given $\varepsilon>0$ there exists $n_0$ such that $|x_m-x_n|<\varepsilon$ whenever $m>n\ge n-0$.
For this sequence we get $$x_m-x_n = \arctan \frac1m - \arctan \frac1n.$$ But how can the above expression be simplified or estimated?
Since $\arctan(x)-\arctan(y) =\arctan(\frac{x-y}{1+xy}) $, $\arctan(\frac1{n})-\arctan(\frac1{m}) =\arctan(\frac{\frac1{n}-\frac1{m}}{1+\frac1{n}\frac1{m}}) =\arctan(\frac{m-n}{mn+1}) $.
Therefore, if $N < n < m$, since $\frac{m-n}{mn+1} <\frac{m}{mN} =\frac1{N} $, $\arctan(\frac1{n})-\arctan(\frac1{m}) <\arctan(\frac1{N}) <\frac1{N} $ so the sequence is Cauchy.