Let f:(a,b)→R and p∈(a,b).
In proving the following implication, I am unsure about one step
limx→p+f(x)=l∧limx→p−f(x)=l⟹limx→pf(x)=l
Supposing limx→p+f(x)=l and limx→p−f(x)=l we have, given ϵ>0
∃δ1>0:∀x∈(a,b) with 0<x−p<δ1,|f(x)−l|<ϵ
∃δ2>0:∀x∈(a,b) with −δ2<x−p<0,|f(x)−l|<ϵ
Set δ=min{δ1,δ2}
This step seems intuitively obvious, does it suffice to say that
∀x∈(a,b) with 0<|x−p|<δ,|f(x)−l|<ϵ
since δ≤δ1,δ2
Sorry if this is a trivial question.
Answer
This is correct, your proof is not perfect, but enough clear and understandable. To be more precise, you could finish that step as follows (I exaggerated a bit to emphasize my the intention):
We wanted to prove that there exists a particular δ given any ε>0:
∀ε>0. ∃δ>0. ∀x∈(a,b). 0<|x−p|<δ⟹|f(x)−l|<ε.
Let δ=min{δ1,δ2}, where δ1 and δ2 come from assumption for this particular ε (this dependency is important, because the deltas are not any particular constants, instead they depend on the epsilon given).
Now, |x−p|≤δ implies |x−p|≤δ1 and |x−p|≤δ2, hence |f(x)−l|<ε. Therefore, the δ as defined above satisfies the conditions of (♠), that is, we proved the existence by constructing an appropriate element.
To summarize:
- You have to note the dependency between δ and ε.
- When dealing with an existential quantifier, instead of informally setting the variable to something, prove its existence by constructing it, e.g. "it exists because that formula calculates a number which has all the necessary properties".
I hope this helps ¨⌣
No comments:
Post a Comment