Suppose that f:[0,∞)→R is a continuous function and limx→∞f(x) exists. Prove that f is uniformly continuous on [0,∞).
Here's my solution, but because the problem has been given in a math contest preparation program I'm afraid that there's some point that I might be missing.
Since limx→∞f(x) exists, there exists L∈R such that:
∀ϵ>0,∃M>0 such that x>M⟹|f(x)−L|<ϵ/2
∀ϵ>0,∃M>0 such that y>M⟹|f(y)−L|<ϵ/2
Therefore, ∀x,y∈(M,∞) we have shown that:
|f(x)−f(y)|<ϵ.
Now, let's consider f on [0,M]. Since [0,M] is a compact interval and f is continuous, f is uniformly continuous on [0,M]:
∀ϵ>0,∃δ1>0,∀x,y∈[0,M]:|x−y|<δ1⟹|f(x)−f(y)|<ϵ.
Now let us focus our attention at x=M.
Since f:[0,∞)→R is continuous, it is continuous at x=M as well. Therefore:
ϵ>0,δ2>0,∀x:|x−M|<δ2⟹|f(x)−f(M)|<ϵ/2
So, for any x,y∈(M−2δ2,M+2δ2) we have |f(x)−f(y)|<ϵ
Now if we set δ=min{δ1,δ2} we see that all the 3 cases above become true and we conclude that ∀x,y∈[0,∞):|x−y|<δ⟹|f(x)−f(y)|<ϵ. This proves that f is uniformly continuous on [0,∞).
Is my nonsense considered a proof?
Answer
Did you make a mistake in ".. for any x,y∈(x−2δ2,x+2δ2)..."? Because M'd disappeared. But I think that you are almost there.
It worth trying this with sequence. If the result is false, then there is ϵ>0 and sequences xn and yn such that
|xn−yn|<1/n
and
|f(xn)−f(yn)|≥ϵ.
The hypothesis shows that yn and xn are bounded, and Bolzano Weierstrass gives a contradiction.
No comments:
Post a Comment