I am trying to negate the following statement:
Let $\{x_n\}$ in a metric space $M$ and let $p\in M$. if for all $\varepsilon > 0$ there is $k$ such that $x_k\neq p$ and $d(x_k,p)<\varepsilon$ then $\{x_n\}$ has a sub-sequence that converges to $p$
My attempt: let $\{x_n\}$ in a metric space $M$ and let $p\in M$. if $\{x_n\}$ has no a sub-sequence that converges to $p$ then there is $\varepsilon > 0$ and there is $k$ such that $x_k = p$ or $d(x_k,p)\geq\varepsilon$
Is it correct?