Uniform Continuity: Ryan Acosta Babb
Uniform Continuity: Ryan Acosta Babb
Uniform Continuity: Ryan Acosta Babb
Summary
A brief motivation and review of uniform continuity in R. We discuss
the importance of quantifier order and variable dependence through an
example that helps motivate the need for uniform continuity. This review
is intended as a “warm up” before tackling compactness.
1
Let f : (0, 1) → R be a continuous function and 0 < an < n for all n ∈ N.
|an − am | < δ.
1
(iii) Hence, by (i) and (ii),
2
5
f (x) = |x|
x
−4 −2 2 4
Figure 1: The red marks identify intervals of width ε. No matter where we take
them on the x-axis, the range of the function f stays within a vertical interval
of height ε.
Example 3. Consider now g(x) := x1 defined on (0, 1). Take ε = 1/2. Then,
for any δ ∈ (0, 1) we can choose x = δ/4 and y = 3δ/4 so clearly
1 1 8
|x − y| < δ and = =
>ε
x y 3δ
(as 0 < δ < 1). Provided we pick x and y close to 0, where the function g blows
up, we can make their difference as small as we like, and still |g(x) − g(y)| > ε.
2
If, however, we fix x ∈ (0, 1), for any ε > 0 we can take δ = x2 ε (depending
on x!). This “pinning of x in place” gives us more control over g(y) for y close
to x. Compare this to the case above, were we needed to squish both x and y
close to 0 to get the blow up. (See Figure 2.)
This you should recognise as uniform continuity from Analysis III. (If you
don’t, go back and revise your notes!) Compare:
∀ε > 0∀x ∈ (a, b)∃δx,ε > 0∀y ∈ (a, b) (|x − y| < δx,ε =⇒ |f (x) − f (y)| < ε)
∀ε > 0∃δε > 0∀x ∈ (a, b)∀y ∈ (a, b) (|x − y| < δε =⇒ |f (x) − f (y)| < ε)
3
1
g(x) = x
20
15
10
x
0.1 0.2 0.8 0.9 1
Figure 2: The interval of width 0.1 from 0.1 to 0.2 yields a vertical jump of
5 units, while an interval of the same length measured at 0.8 yields a jump of
about 0.14.
Proof. We use the uniform continuity of f to free our δ from the restriction of
x.
(i) Let ε > 0. By uniform continuity of f , find δ > 0 such that
|x − y| < δ =⇒ |f (x) − f (y)| < ε for all x, y ∈ (a, b).
(ii) With this single δ > 0, apply the Cauchy criterion to (an )n∈N to get an
N ∈ N (depending on δ, but that’s fine!) such that
|an − am | < δ for all n, m > N.