Let $(X, d)$ be a metric space, $E \subseteq X$ and $x \in X \setminus E$. Prove that the following are equivalent:
- $x \in \overline E$
- $x \in \operatorname{Der}(E) = \{x \text{ is an accumulation point of } E\}$
- every open neighborhood of $x$ contains an infinite number of points in $E$
- there exists a sequence $\{x_n\} \subseteq E$ such that $\lim\limits_{n \to +\infty} x_n = x$
I already proved $1) \implies 2)$ and $2) \implies 3)$. I know how to do $4) \implies 1)$. It's $3) \implies 4)$ that is giving me problems. I really don't see how a neighborhood having infinite points in $E$ would guarantee that such a sequence exists. Could you give me a hint?
I know that I could also prove $3) \implies 2)$, $2) \implies 1)$ and $1) \iff 4)$ and be done with it, but that's a lot of work and I'm really curious about how $3)$ relates to $4)$.