I want to prove that for two sequences, say $a_k$ and $b_k:$
$$ \limsup_{n \to \infty} \left(a_n + b_n \right) \leq \limsup_{n \to \infty} a_n +\limsup_{n \to \infty} b_n$$
If we let $M_n =\sup \{ a_k : k \geq n \}$ and $N_n = \sup \{ b_k : k\geq n \} $, then obviously
$$a_k +b_k \leq M_n+ N_n \Leftrightarrow \sup \{a_k+b_k: k \geq n \} \leq M_n + N_n$$
After that, the order limit theorem should suffice, right? Thanks.