Let $a_{n}$ be a sequence of real numbers and let E be the set of limit points. Is it the case that $\limsup a_{n} = \sup E$.
Attempt:
My initial answer is yes, if I start with the simpler case of $a_{n}$ being a bounded sequnece of real numbers, let $b_{n}:=\sup\{a_{k}:k\geq n\}$ then since $b_{n}$ converges, every subsequence will converge to the same limit. Let $(a_{n_{k}})$ be a convergent subsequence. Then we have $a_{n_{k}} \leq b_{n_{k}}$ for all $k \in \mathbb{N}$. Taking limits the we get $\lim_{k \to \infty}a_{n_{k}} \leq \limsup_{n \to \infty}a_{n}$.
I don't think the same argument will work if the sequence is unbounded? (Corrected thanks to Steven Stadnicki)