Uniform continuiy

49 Views Asked by At

I still don’t get, why continuity on a set does not imply uniform continuity.

If a function $f : S \to R$ is continuous on $S$, it means it is continuous at every point in S and I know that in this case each of the deltas depends not only on the choice of epsilon, but also on the point in S, while with uniform continuity, it should only depend on the choice of epsilon.

But if there is such an delta for every point in $S$, wouldn’t the smallest element in this set of deltas fulfil the requirement for uniform continuity?

1

There are 1 best solutions below

1
On BEST ANSWER

Because if you have a set $X$ of numbers greater than $0$, there is not necessarily an element of $X$ which is smaller than all other elements of $X$. Take $X=(0,1)$, for instance.

For instance, if $f\colon\mathbb R\longrightarrow\mathbb R$ is defined by $f(x)=x^2$, then, for each $\varepsilon>0$ and each $x\in\mathbb R$, if you take$$\delta_{\varepsilon,x}=\min\left\{1,\frac\varepsilon{1+2\lvert x\rvert}\right\},$$then$$\lvert y-x\rvert<\delta_{\varepsilon,x}\implies\bigl\lvert f(y)-f(x)\bigr\rvert<\varepsilon.$$But, for each fixed $\varepsilon$,$$\{\delta_{\varepsilon,x}\mid x\in\mathbb R\}=(0,\varepsilon]$$and this set has no smallest element.