I'm getting stuck on this proof to show that exp(x) is not uniformly continuous. My approach: find a way to make ϵ dependent on δ such that if you fix that δ, the property would not hold for all ϵ>0.
To do this I wrote out some things, but kept on getting stuck on equations;
We want to show that this does NOT hold for all ϵ>0 : |x−a|<δ⟹|exp(x)−exp(a)|<ϵ.
We can write |exp(x)−exp(a)|=|exp(x)(1−exp(a−x))| If we then take the log of this:
|log(exp(x)(1−exp(a−x))|=|x+log(1−exp(a−x))| With the x returning, it starts to look like |x−a| if we set log(1−exp(a−x))=−a. However, this equation only gets me more stuck.
In the end, I thought to be aiming for something like ϵ≥expδ, so that if 0<ϵ<expδ the property doesn't hold and thus fails to hold for all ϵ>0 which means the exponential function cannot be uniformly continuous.
How can I proceed to make this point? Is it right to find ϵ dependent on δ such that you can find ϵ>0 for which the property doesn't hold, or is that a wrong approach?
Answer
For the function ex, to disprove uniform continuity, any choice of ϵ>0 will work.
Thus, let ϵ=1, and suppose for some δ>0, we have
|a−b|<δ⟹|ea−eb|<1
Leaving b free, choose θ∈(0,δ), and let a=b+θ.
Thena=b+θ⟹|a−b|<δ⟹|ea−eb|<1⟹ea−eb<1⟹(eb)(ea−b−1)<1⟹(eb)(eθ−1)<1⟹eb<1eθ−1
Thus, we have
eb<1eθ−1
for all b∈R, contradiction, since the function ex is not bounded above.
It follows that ex is not uniformly continuous.
As regards your question
"can you make ϵ dependent on δ?"
the answer is "no, definitely not".
To disprove uniform continuity, it's you who must prove the existence of a fixed (constant) ϵ>0 for which no δ>0 works.
Think of it as a game with two players, you, and an opponent.
You claim ex is not uniformly continuous; your opponent disagrees.
Thus, your opponent is claiming that no matter what ϵ>0 you choose, he or she can find a δ>0 such that
|a−b|<δ⟹|ea−eb|<ϵ
But note the order of selections.
Your opponent doesn't need to choose δ until after you've chosen ϵ. Thus, the value of δ can depend on the declared value of ϵ, but the value of ϵ can't depend on δ, since it hasn't necessarily yet been declared.
No comments:
Post a Comment