- #1
- 3
- 0
Homework Statement
{an} and {bn} are convergent,
if lim an (n->inf) = M and lim bn (n->inf) = L
Prove that lim an -bn (n->inf) = M - L
Using Epsilon/n proof
Homework Equations
The Attempt at a Solution
Heres my attempt at it:
Given e > 0 we want to find N s.t. for all n>N
|(an - bn) - (M-L)| < e
|(an - bn) - (M-L)| <= |an-M|-|bn-L|
there exist N1 (element of natural number) s.t. for all n>N, |an - M| < e/2
there exist N2 (element of natural number) s.t. for all n>N, |bn - L| < e/2
let N = max{N1, N2} for all n>N
|(an - bn) - (M-L)| <= |an-M|-|bn-L|<e/2 + e/2 < e