I was told that due to sequence limit arithmetic, suppose ${a_n}$ and $ {a_n + b_n}$ converges, therefore ${b_n}$ converges since:
$$ \lim_{n\to\infty}({a_n}+{b_n}) = \lim_{n\to\infty} a_n + \lim_{n\to\infty} b_n $$
from here: Is this proof correct? proving a sum of a convergent and divergent sequences is a divergent sequence
But then I came to this exercise which contradicts what I was told:
1.Prove/Contradict that suppose $a_n$ and $b_n$ are monotonic sequences, therefore ${a_n} + {b_n}$ has a limit in the broad meaning of limits (a finite limit, or $\infty$, or $-\infty$).
I started solving by:
1.Since both sequences are monotonic, each of them has a broad limit (a finite one, or $+/-\infty$).
2.By using limits arithmetic, since ${a_n}, {b_n}$ has a broad limit, ${a_n} + {b_n}$ has a broad limit also (the same way I've shown before).
But this is incorrect.
So when is it possible showing that a sequence converges (also to $+/- \infty$) due to limits arithmetic rule?
Thank you.