Conditions
Using the epsilon-delta definition of the limit, prove that if limx→f(x) and limx→g(x) exist, then limx→f(x)+g(x)=limx→f(x)+limx→g(x).
Solution
Definition. The limit of function f(x) is equal to F (when x→a), if:
∀ε>0 ∃δ=δ(ε) ∀x:∣x−α∣<δ ∣f(x)−F∣<ε
Let's write, what means that f(x) and g(x) have limits when x→a:
∀ε>0 ∃δ1=δ1(ε) ∀x:∣x−α∣<δ1 ∣f(x)−F∣<ε∀ε>0 ∃δ2=δ2(ε) ∀x:∣x−α∣<δ2 ∣g(x)−G∣<ε
Fix ε>0, consider δ=max(δ1;δ2)
∣f(x)−F+g(x)−G∣≤∣f(x)+g(x)−(F+G)∣≤∣f(x)−F∣+∣g(x)−G∣<2ε
As we can see:
∀ε>0 ∃δ=δ(ε)=max(δ1;δ2) ∀x:∣x−α∣<δ ∣f(x)+g(x)−(F+G)∣<2ε
This means, that f(x)+g(x) has a limit and it exactly equal to the sum of F and G.
Q.E.D.
Comments
You're welcome. We are glad to be helpful. If you really liked our service please press like-button beside answer field. Thank you!
Excellent answer, thank you very much.