I've got two definitions of $\limsup_{n \to \infty} a_n$ and I'm looking for proof of equivalence:
- Let $A$ be the set of a limit points of sequence $a_n$. Then $\limsup_{n \to \infty} a_n = \sup A$.
- $\limsup_{n \to \infty} a_n = \inf_{n \in \mathbb{N}} \left( \sup_{m \ge n} a_n \right)$.
My attempt was as follows: if $g = \sup A$, then for all $g' \in A$ we have $g' \le g$ and for all $\varepsilon > 0$ there exist $g''$ such that $g'' > g - \varepsilon$. Of course $\inf_{n \in \mathbb{N}} \left( \sup_{m \ge n} a_n \right)$ exists because $\sup_{m \ge n} a_n$ is decreasing, but I can't say that it is a subsequence of $a_n$ and I got stuck. Also I was attempting proof by contradiction, but I have no idea how can I start.