On the definition of uniform continuity over an interval.

219 Views Asked by At

I was reading some slides and I stumbled upon this definition of uniform continuity in an interval

enter image description here

I am unsure on how to trace this back to the definition of uniform continuity that I know: A function $f(x): R \rightarrow R$ is uniformly continuous if $\forall \epsilon > 0$ there exist $\delta > 0$ s.t. $\forall x_1, x_2$ $|x_1 -x_2|< \delta \ \implies |f(x_1) - f(x_2)| < \epsilon$.

In particular what is the use of the supremum here and where is the implication in the definition?

1

There are 1 best solutions below

2
On BEST ANSWER

The supremum replaces the $\forall$ quantifier: essentially, here it expresses that "for all $x,y$ such that $\lvert x-y\rvert \leq h$, $\lvert f(x)-f(y)\rvert \leq \sup (\dots) \leq \delta$". Compare to the implication: "for all $x,y$, whenever $\lvert x-y\rvert \leq h$ then $\lvert f(x)-f(y)\rvert \leq \delta$".