There is the following exercise in a book:
$\limsup \limits_{n \to \infty} (a_n + b_n) \leq \limsup \limits_{n \to \infty} a_n + \limsup \limits_{n \to \infty} b_n $
And the author(Kazuo Matsuzaka) writes as follows in his solution without proofs:
If $\limsup \limits_{n \to \infty} a_n = +\infty$ and $\limsup \limits_{n \to \infty} b_n = +\infty$, then $\limsup \limits_{n \to \infty} (a_n + b_n) = +\infty$.
If $\limsup \limits_{n \to \infty} a_n = +\infty$ and $\limsup \limits_{n \to \infty} b_n \in \mathbb{R}$, then $\limsup \limits_{n \to \infty} (a_n + b_n) = +\infty$.
Please tell me how to prove the above two statements if they are true.
Please tell me counter examples if the above two statements are false.
Hint:
You just have to prove that, for all $n\in\mathbf N$, one has: $$\sup_{k\ge n}(a_k+b_k)\le\sup_{k\ge n}a_k+\sup_{k\ge n}b_k $$ then use the basic results on (ordinary) limits.