So i have a metric defined as: $$d_{f}(x,y)=|f(x)-f(y)|$$ Where $f: \mathbb{R}\to\mathbb{R}$ is defined as: $$f(x)=\begin{cases}x-1&\mbox{if }x< 0\\0&\mbox{if }x= 0.\\x+1&\mbox{if }x> 0.\end{cases}$$
So i have three sequences: $$a_{n}=\frac{(-1)^n}{n}, b_{n}=\frac{1}{n}, c_{n}=2+\frac{(-1)^n}{n}$$
Andi need to check if they are either convergent, either Cauchy sequences, or perhaps none. Also this will help getting an answer to the question about completeness of this metric space $(\mathbb{R},d_{f})$
So i know that the way to investigate convergence and Cauchy sequences is simmilar to, when using normal absolute value as metric, but i really need help with this special metric, because it's giving me problems how to even start. Any help would be appreciated.
I will take $\{b_n\}$ as an example. The distance between $b_m$ and $b_n$ is, by definition,
$$d_f (b_m,b_n) = |f(b_m)-f(b_n)|$$
I am assuming that $n\in \mathbb{N}$. If that is the case, then notice that for $m,n$ sufficiently large, we really have
$$|f(b_m) - f(b_n)|=|b_m+1-b_n-1|=|b_m - b_n|$$
Of course, this is just
$$|b_m - b_n| = |\frac{1}{m} - \frac{1}{n}|$$
Can you take it from here?