2
$\begingroup$

Let the metric space $X=(0,\infty)$ and determine whether the following are uniformly continuous on $X$:
(1) $f(x)=\sqrt{x}$
(2) $f(x)=1/x$
(3) $f(x)=\ln(x)$
(4) $f(x)=x\ln(x)$

Since this isn't $\mathbb{R}$ I don't think I can use the usual method: showing that |f'| is bounded.

Any tips on how to solve these problems?

  • 0
    OTOH, if you don't have bounded derivatives, do you know how to demonstrate a contradiction to uniform continuity? In particular, do you know how to explicitly construct a sequence $(x_n)$ such that the $\delta_n$ neighborhoods whose image are in $\epsilon$ neighborhoods necessarily have $\delta_n \to 0$ as $n\to\infty$?2012-02-08

1 Answers 1

3

You can prove it directly. For example, for (1) use that $|\sqrt{x} - \sqrt{y}| \leq |\sqrt{x} + \sqrt{y}|$:

Then you have $|\sqrt{x} - \sqrt{y}|^2 \leq |\sqrt{x} + \sqrt{y}||\sqrt{x} - \sqrt{y}| = |x - y|$

So for $\delta := \varepsilon^2$ you get $|\sqrt{x} - \sqrt{y}| < \varepsilon$.