Does bounded derivative always imply uniform continuity?

lonewolf5999
Messages
33
Reaction score
0
I'm working on a problem for my analysis class. Here it is:

Let f be differentiable on an open subset S of R. Suppose there exists M > 0 such that for all x in S, |f'(x)| ≤ M, i.e. the derivative is bounded. Show that f is uniformly continuous on S.

I'm not too sure that this question is correct though, as I think I have a counterexample. Let S be the union of (-1,0) and (0, 1), then clearly S is open. Define f(x) = |x| / x for x in S.
Then if x < 0, f(x) = -1, and if x > 0, f(x) = 1.
f'(x) = 0 at every x in S, since 0 is not in S, so f is differentiable on S and the derivative is bounded.

And now f is not uniformly continuous on S, since if we set ε= 1, let δ be arbitrary, and pick x,y close to 0 such that x<0, y>0, and |x - y| < δ, it does not follow that |f(x) - f(y)| < ε. So no δ will work for this ε.

I'd really appreciate any feedback on my reasoning. Thanks for your time!
 
Physics news on Phys.org
This indeed looks like a valid counterexample!
 
indeed, the problem should read:

Let f be differentiable on an open interval S of R. Suppose there exists M > 0 such that for all x in S, |f'(x)| ≤ M, i.e. the derivative is bounded. Show that f is uniformly continuous on S.

so there's something special about intervals and continuity. intervals are connected.
 
Thanks for the replies!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top