I've been asked to show that $$ \limsup_{n\ge 1}x_n = \inf\{y\in\mathbb{R}\ |\ \exists N>0\ \text{s.t.}\ x_n< y\ \forall n\ge N\} $$ for bounded sequences $x_n$.
Last night I came up with a rather uninspired argument to prove this that just hinged on showing that the LHS above is the greatest lower bound of the set on the right. I don't think it's a very interesting or clever proof, and I haven't even checked it in a clear state of mind so it might not be completely correct, but I was wondering if someone could verify if I'm in the right direction.
Additionally, if the argument is correct, but overcomplicated or contrived, I would appreciate a hint pointing to a nicer solution!
Proof
Let $z_n = \sup_{k\ge n}x_n$, and $\Gamma = \{\gamma\in\mathbb{R}\ |\ \exists N>0\ \text{s.t.}\ \forall n\ge N,\ x_n<\gamma\}$. We will show that for all $\gamma\in\Gamma$, $\lim_{n\to\infty}z_n \le \gamma$, and that if $z\in\mathbb{R}$ is such that $z\le \gamma$ for all $\gamma\in\Gamma$, then $z\le\lim_{n\to\infty}z_n$.
Take $\gamma\in\Gamma$. To show that $\lim_{n\to\infty}z_n\le \gamma$, we need to show that $\exists N\ \text{s.t.}\ \forall n\ge N,\ z_n\le\gamma$. However, $\gamma\in\Gamma$ implies $\exists N = N_0\ \text{s.t.}\ \forall n\ge N,\ x_n\le \gamma$. Then for all $n\ge N_0$, $x_n\le\gamma$, implying $\sup_{k\ge n}x_n \le \gamma$, and so $z_n\le\gamma$ for all $n\ge N_0$. Thus, $\lim_{n\to\infty} z_n\le \gamma$, so $\limsup_{n\ge 1}x_n$ is a lower bound for $\Gamma$.
Now, let $z\in\mathbb{R}\backslash\Gamma$ be an arbitrary lower bound for $\Gamma$. Suppose $\limsup_{n\ge 1}x_n < z$. Then $\exists N$ such that for all $n\ge N$, $\sup_{k\ge n}x_n < z$. For this same $N$, for all $n\ge N$, $x_n \le \sup_{k\ge n}x_n < z$. This, however, implies $z\in\Gamma$, a contradiction. Thus $\limsup_{n\ge 1}x_n \ge z$ for all lower bounds $z\not\in\Gamma$.
If $\gamma = \inf(\Gamma)\in\Gamma$, then $\exists z_n\in B_{1/n}(\gamma)\backslash\Gamma$ for all $n\ge N$ which is a lower bound for $\Gamma$ not in $\Gamma$, and $\limsup_{n\ge 1}x_n\ge z_n$ for all $n$. Since this is true for arbitrary $n$, we can only conclude that $\limsup_{n\ge 1}x_n = \gamma$.