Suppose $(X,d)$ is a metric space. I am trying to show that:
If for every $\epsilon>0$ there exist infinitely many $n$ such that $d(x_n,c)<\epsilon$ then $(x_n)$ has a subsequence converging to $c$ where $c\in X$.
Is this proof fine?
For each $k\in \mathbb{N}$ we can find $x_{n_k}$ such that $d(x_{n_k},c)<1/k$. Letting $k \rightarrow \infty$ we get that $d(x_{n_k},c)\rightarrow 0$ meaning that $(x_{n_k})$ is a sub-sequence of $(x_n)$ that converges to $c$.