Let $(x_n)$ be a Cauchy sequence in the metric space $(X,d)$ and $a \in X$. Show that there exist $M>0$ such that $x_n \in B(a,M)$ for all $n \in \mathbb{N}$.
If $(x_n)$ is Cauchy we have that $\forall \varepsilon >0$ there exists $k \in \mathbb{N}$ such that $d(x_n,x_m) < \varepsilon$, when $n,m \geqslant k$.
Let $\varepsilon =1$ I have $d(x_n,x_m)<1$ So $$d(a,x_n) \leqslant d(a,x_m) + d(x_n,x_m) = d(a,x_m)+1$$
I'm a bit stuck here. It seems that I want to get to $d(a,x_n)<M$, but I'm not sure how to achieve this?