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.
\forall \epsilon > 0, \exists \delta >0 : |x-y|<\delta \implies |f(x)-f(y)|<\epsilon
\forall \epsilon > 0, \exists \delta >0 : |x-y|<\delta \implies |(ax+b) - (ay+b)| < \epsilon
|a(x-y)|<\epsilon \implies |a||x-y| < \epsilon \implies |x-y| < \frac{\epsilon}{|a|}
Therefore if we set \delta = \frac{\epsilon}{|a|} 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: \forall x \in \mathbb{R} : |sinx| \leq |x|. Since we have |\sin(x)-\sin(y)|=|2 \sin(\frac{x-y}{2}) \cos(\frac{x+y}{2})| and we have \forall x \in \mathbb{R} : |\cos(x)| \leq 1 we conclude that:
\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|
Now for any given \epsilon if we set \delta = \frac{\epsilon}{2} we'll have:
\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
3) y=cos(x) is uniformly continuous over R.
The proof is exactly the same, this time we use the fact that |\cos(x)-\cos(y)| \leq |x-y|.
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 x-y<\epsilon^2 we'll have x<\epsilon^2 + y. Now we'll have:
\sqrt{x} < \sqrt{\epsilon^2 + y} \leq \sqrt{\epsilon^2} + \sqrt{y} \implies \sqrt{x} - \sqrt{y} < \epsilon
But x - y \leq 0 \implies \sqrt{x} - \sqrt {y} \leq 0 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 \delta = \epsilon^2 we have:
\forall\epsilon>0,\exists \delta>0, \forall x,y\geq0: |x-y|< \delta \implies |\sqrt{x} - \sqrt{y}|< \epsilon
I've also concluded these results:
1) If f and g are uniformly continuous over [a,b], so is (f+g).
Proof:
\forall \epsilon>0, \exists \delta>0: |x-y|<\delta \implies |f(x)-f(y)|<\epsilon
\forall \epsilon>0, \exists \delta'>0: |x-y|<\delta' \implies |g(x)-g(y)|<\epsilon
Now if \delta and \delta' could be chosen independently from y, their minimum is also independently chosen. (obvious fact!). Therefore:
\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.
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.