Define $$L = \limsup_{k \rightarrow \infty}a_k =\inf_j(\sup_{k\geq j}a_k).$$
Prove that if $(a_k)$ and $(b_k)$ are sequence of real numbers then $$\limsup(a_k + b_k) \leq \limsup a_k + \limsup b_k.$$
I tried to use the very definition of sup and inf but my idea does not converge to the result. Any hint?
Let $\epsilon > 0$. First notice that since $\{ k \ge j\} \subset \{k \ge l\}$ whenever $j \ge l$, we get that $\sup_{k \ge j} a_k \le \sup_{k \ge l} a_k$, since we're supping over a smaller set; we're at best losing terms. From the definition of infimum, choose $j_1$ and $j_2$ so that $\sup_{k \ge j_1} a_k - \epsilon < \limsup_{k \to \infty} a_k$ and $\sup_{k \ge j_2} b_k - \epsilon < \limsup_{k \to \infty} b_k $. Choosing $j = \max \{j_1, j_2\}$, we have that $\sup_{k \ge j} a_k - \epsilon < \limsup a_k$ and $\sup_{k \ge j} b_k - \epsilon < \limsup b_k$/
So, $\limsup_{k \to \infty} (a_k + b_k) \le \sup_{k \ge j} (a_k + b_k) \le \sup_{k \ge j} a_k + \sup_{k \ge j} b_k < \limsup a_k + \limsup b_k + 2\epsilon$.
Letting $\epsilon \to 0$, we're done.