A point $x \in X$ is a limit point of a subset S of X, if every ball $B(x;\varepsilon)$ contains infinitely many points of S. Show that x is a limit point of S iff there is a sequence {$x_{j}$} in S that converges to x, where $x_{j}\neq x$ for all j. Show that the set of limit points of S is closed
I have managed to prove the "iff-part" and tried to use that result for proving the closure, so here is my try;
Let $E$ be the set of limit points of $S$ and $x\in E$. Then there exists a sequence {$x_{n}$}$_{n=1}^{\infty}$ in $S$ with $x_{n}\neq x$ $\forall j\geq 1$ such that $x_{n}\rightarrow x$.
By the definition om limit, $\forall \varepsilon >0$ there $\exists N>0$ such that $d(x_{n},x)< \varepsilon$ whenever $n\geq N$
clearly $x_{n} \in B(x;\varepsilon)$ and $x_{n} \in E$ , $\forall n\geq N$, hence $x_{n} \in B(x;\varepsilon)\hat E$ , $\forall n\geq N$.
My first thougt is that i've only proved that $E \subset \bar{E}$, which is trivial. I'm i right? Please give me some feedback on this one!