kingwinner
- 1,266
- 0
Homework Statement
Definition: Let an be a sequence of real numbers. Then an->a iff
for all ε>0, there exists an integer N such that n≥N => |an - a|<ε.
[for all of the following, "lim" means the limit as n->∞]
Theorem: Suppose lim an =a and lim bn =b. Then lim (an + bn) = a + b.
Proof:
Given ε>0, find N1 s.t. |an -a|< ε/2 for all n≥N1 and find N2 s.t. |bn -b|< ε/2 for all n≥N2.
Let N=max{N1,N2}. Then if n≥N,
|(an +bn) - (a+b)| = |(an -a) + (bn -b)| ≤ |an -a| + |bn -b| ≤ ε/2 + ε/2 = ε.
=========================
I am very confused about this proof and I'm never able to completely understand it since first year calculus.
In the definition, we have ε, but in this proof, WHY is it valid to take ε/2 instead of ε? What is the core of the reason that allows us to do this? I don't follow the logical flow of the argument. To me, taking it to be ε/2 instead of ε is like cheating...
Homework Equations
N/A
The Attempt at a Solution
N/A
I hope someone can explain this in more detail.
Thank you! :)
Last edited: