Uniform continuity on subsets of closed intervals

428 Views Asked by At

I've tried to find the answer to this question but haven't had any luck so far. I know that if a function is continuous over a closed interval, then it is uniformly continuous over the same interval.

So, if we know a function is uniformly continuous over $[a, b]\in \mathbb R$, can we assume that it is uniformly continuous over any subset of $[a,b]$ (in particular, $(a, b)$)? If not, why?

Thanks in advance for any help you may be able to give me.

2

There are 2 best solutions below

0
On BEST ANSWER

Consider the definition of uniform continuity:

$f$ is uniformly continuous on $[a,b]$ if for all $\epsilon > 0$, there exist $\delta > 0$ such that whenever $|x-y| < \delta$, we have $|f(x) - f(y)| < \epsilon$.

Now can you restrict this condition to any subset of $[a,b]$?

0
On

$\forall x,y\in[a,b], |x-y|<\delta\rightarrow|f(x)-f(y)|<\epsilon$ entails that $\forall S\subseteq[a,b]$, $\forall x,y\in S$, $|x-y|<\delta\rightarrow|f(x)-f(y)|<\epsilon$.