Heute
- 24
- 0
Homework Statement
Prove if sequence a_{n} converges and sequence b_{n} diverges, then the sequence a_{n}+b_{n} also diverges.
Homework Equations
The Attempt at a Solution
My professor recommended a proof by contradiction. That is, suppose a_{n}+b_{n} does converge. Then, for every ε > 0, there exists a natural number N_{1} so that n > N_{1} implies |a_{n}+b_{n} - L|< ε
We already know there exists N_{2} so that n > N_{2} implies |a_{n} - M| < ε. So let N = max{N_{1}, N_{2}}. Then n > N means we know a_{n} is "very close" to M. My purpose in this is to try and show that this implies b_{n} has a limit (that is, it converges) providing a contradiction. However, I'm not sure how to go about this.