Let $c$ be the set of all convergent sequences $x=(x_n)$, then $c$ is a metric space with metric
$$d(x,y)=\text{sup}_{1\leq n<\infty}|x_n-y_n|.$$
I have to check all the conditions of metric space.
- $0=|x_n-x_n|\geq \text{sup}_{1\leq n<\infty}|x_n-x_n|$, if $\text{sup}_{1\leq n<\infty}|x_n-x_n|<0$, then the distance function $d$ will be negative, which is not possible thus $d(x,x)=\text{sup}_{1\leq n<\infty}|x_n-x_n|=0.$
If this is correct, then I can proceed the rest of conditions.
Thanks!