SteveL27 said:
Perhaps that helps.
(ps) Also it will make a lot more sense if you think about a particular function that's continuous but not uniformly continuous. f(x) = 1/x is a good example. Do you see why it fits the definition of continuity but not uniform continuity?
That does help. Thank you.
No, I don't see why it fits the definition of continuity but not uniform continuity. I know that 1/x is continuous everywhere except at x=0, but in Calculus they taught us to study continuity only at one point, not on a whole interval. They defined we say f is continuous on [a,b] if it's continuous at every point within the interval but they never said anything about how to show that by definition.
mathwonk said:
try this
you asked about uniform continuity. it just means that if you want the values f(x) - f(y) to be smaller than e, you only need the distance between x and y to be smaller than another certain distance d.
The pdf you gave has errors in it. For instance, It's not true that |a+h| <= |a| - |h|. a=3 and h=1 is a counterexample to this, but it helped me a lot. Thanks.well, I tried to prove that some elementary functions are uniformly continuous over R. Please check my proofs:1) y=ax+b is uniformly continuous over R.
[itex]\forall \epsilon > 0, \exists \delta >0 : |x-y|<\delta \implies |f(x)-f(y)|<\epsilon[/itex]
[itex]\forall \epsilon > 0, \exists \delta >0 : |x-y|<\delta \implies |(ax+b) - (ay+b)| < \epsilon[/itex]
[itex]|a(x-y)|<\epsilon \implies |a||x-y| < \epsilon \implies |x-y| < \frac{\epsilon}{|a|}[/itex]
Therefore if we set [itex]\delta = \frac{\epsilon}{|a|}[/itex] the definition works and it's obvious that delta is not dependent on y.
2) y=sin(x) is uniformly continuous over R.
We start with a tautology: [itex]\forall x \in \mathbb{R} : |sinx| \leq |x|[/itex]. Since we have [itex]|\sin(x)-\sin(y)|=|2 \sin(\frac{x-y}{2}) \cos(\frac{x+y}{2})|[/itex] and we have [itex]\forall x \in \mathbb{R} : |\cos(x)| \leq 1[/itex] we conclude that:
[itex]\forall x,y \in \mathbb{R} : |\sin(x)-\sin(y)| \leq 2|\frac{x-y}{2}| = |x-y| \implies |\sin(x)-\sin(x)|=|x-y|[/itex]
Now for any given [itex]\epsilon[/itex] if we set [itex]\delta = \frac{\epsilon}{2}[/itex] we'll have:
[itex]\forall \epsilon>0, \exists\delta>0, \forall x,y \in \mathbb{R}: |x-y|<\delta \implies |sin(x)-sin(y)| \leq |x-y| < \delta=\frac{\epsilon}{2} < \epsilon[/itex]
3) y=cos(x) is uniformly continuous over R.
The proof is exactly the same, this time we use the fact that [itex]|\cos(x)-\cos(y)| \leq |x-y|[/itex].
4) y=√x is uniformly continuous over R
≥0.
Suppose that x,y are two non-negative real numbers, without loss of generality we could assume that x≥y≥0.
Now if we set [itex]x-y<\epsilon^2[/itex] we'll have [itex]x<\epsilon^2 + y[/itex]. Now we'll have:
[itex]\sqrt{x} < \sqrt{\epsilon^2 + y} \leq \sqrt{\epsilon^2} + \sqrt{y} \implies \sqrt{x} - \sqrt{y} < \epsilon[/itex]
But [itex]x - y \leq 0 \implies \sqrt{x} - \sqrt {y} \leq 0[/itex] since √x is monotonically increasing. therefore we could write x-y=|x-y| (by hypothesis) and √x - √y = |√x - √y|. What we've shown so far is if we set [itex]\delta = \epsilon^2[/itex] we have:
[itex]\forall\epsilon>0,\exists \delta>0, \forall x,y\geq0: |x-y|< \delta \implies |\sqrt{x} - \sqrt{y}|< \epsilon[/itex]
I've also concluded these results:
1) If f and g are uniformly continuous over [a,b], so is (f+g).
Proof:
[itex]\forall \epsilon>0, \exists \delta>0: |x-y|<\delta \implies |f(x)-f(y)|<\epsilon[/itex]
[itex]\forall \epsilon>0, \exists \delta'>0: |x-y|<\delta' \implies |g(x)-g(y)|<\epsilon[/itex]
Now if [itex]\delta[/itex] and [itex]\delta'[/itex] could be chosen independently from y, their minimum is also independently chosen. (obvious fact!). Therefore:
[itex]\forall \epsilon>0 \exists d>0: |x-y|<d \implies |(f+g)(x)-(f+g)(y)| \leq |f(x)-f(y)|+|g(x)-g(y)| < 2\epsilon[/itex].
That ends the proof.
2) If f and g are uniformly continuous over [a,b], (f.g) could be uniformly continuous or not.
Proof:
y=x is uniformly continuous over R, but x
2 is not uniformly continuous over R.
y=√x is uniformly continuous over [0,∞), y=x is also uniformly continuous over [0,∞).
So both cases could happen.
3) If f and g are uniformly continuous over [a,b], so is (cf). (c is a constant).
The proof is very easy.Now I got the following questions, I would be very glad if someone could answer them here or give me a hint to do it on my own:
1) Is e
x uniformly continuous over R?
2) If f is uniformly continuous over [a,b], what could we say about its inverse?
3) Are sinh(x) and cosh(x) uniformly continuous over R?
4) Could we say if a function is uniformly continuous from its Taylor series?
Thanks.