I'm trying to prove that if ${a_n}$ is convergent, and ${b_n}$ is divergent, then ${a_n} + {b_n}$ is a divergent series.
A proof a friend told, but I don't understand how can be correct is:
Assume ${a_n} + {b_n}$ convereges.
Therefore, $\lim_{n\to{\infty}}({a_n} + {b_n}) = \lim_{n\to{\infty}}({a_n}) + \lim_{n\to{\infty}}({b_n}) $
Contradiction, since ${b_n}$ doesn't converge to a limit.
Why can limit arithmetic rules be used in this case? since ${b_n}$ is not a convergent series, I didn't think you can use it to express a convergent sequence's limit, and show "as if" ${b_n}$ has a limit and contradict the assumption using it.
Thanks.