Problem: 1. Let $(a_n)$ and $(b_n)$ be bounded sequences of real numbers. Prove that $$\limsup _{n\to \infty}(a_n+b_n)\leq \limsup _{n\to \infty}a_n + \limsup _{n\to \infty}b_n,$$ and that equality holds when $(a_n)$ or $(b_n)$ is convergent.
Weak Proof:
Let $(a_n)$ and $(b_n)$be bounded sequences of real numbers. Then the limit superior of $(a_n)$ and $(b_n)$ are defined $$ \limsup_{n\to\infty}a_n=\lim_{n\to\infty}\sup_{k\ge n}a_k $$ $$ \limsup_{n\to\infty}b_n=\lim_{n\to\infty}\sup_{k\ge n}b_k. $$ Note that $\{(j,k): j,k \geq n, j=k\} \subset \{(j,k): j,k \geq n\}$. Then $$ \sup_{k\ge n}\,(a_k+b_k)=\sup_{\substack{j\ge n\\k\ge n\\j=k}}\,(a_j+b_k) $$ and $$ \sup_{k\ge n}a_k+\sup_{k\ge n}b_k=\sup_{\substack{j\ge n\\k\ge n}}\,(a_j+b_k). $$ Since $\sup_{\substack{j\ge n\\k\ge n\\j=k}}\,(a_j+b_k)$ is over a smaller set than $\sup_{\substack{j\ge n\\k\ge n}}\,(a_j+b_k)$, we have $$ \sup_{k\ge n}\,(a_k+b_k)\le\sup_{k\ge n}a_k+\sup_{k\ge n}b_k. $$ Taking the limit of both sides we get $$\limsup _{n\to \infty}(a_n+b_n)\leq \limsup _{n\to \infty}a_n + \limsup _{n\to \infty}b_n.$$
Thanks for help. I also need to prove equality when either sequence is convergent.