Monday, December 16, 2019

real analysis - Proving that the exponential function is not uniformly continuous



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 : |xa|<δ|exp(x)exp(a)|<ϵ.
We can write |exp(x)exp(a)|=|exp(x)(1exp(ax))| If we then take the log of this:
|log(exp(x)(1exp(ax))|=|x+log(1exp(ax))| With the x returning, it starts to look like |xa| if we set log(1exp(ax))=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
|ab|<δ|eaeb|<1
Leaving b free, choose θ(0,δ), and let a=b+θ.
Thena=b+θ|ab|<δ|eaeb|<1eaeb<1(eb)(eab1)<1(eb)(eθ1)<1eb<1eθ1
Thus, we have
eb<1eθ1

for all bR, 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
|ab|<δ|eaeb|<ϵ


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

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...