2023spring CAL I WK4 THR v3
2023spring CAL I WK4 THR v3
x , y ∈ D, |x − y | < δ =⇒ |f (x ) − f (y )| < ε.
Note
If f is uniformly continuous, then f is continuous.
Example
The function
1
(0, 1] → R, x 7→
x
is continuous, but not uniformly continuous. The function
1
[1, 2] → R, x 7→
x
is uniformly continuous, hence continuous.
1 / 19
Theorem
If f : [a, b] → R is continuous, then it is uniformly continuous.
Proof
Suppose that f is not uniformly continuous; then there exist ε > 0 and
sequences {xn } and {yn } in [a, b] such that
1
|xn − yn | < and |f (xn ) − f (yn )| ≥ ε (∗)
n
for all n. {xn } has a monotonic subsequence {xnk }, which converges since
it is bounded; say xnk → c. By the triangle inequality,
1
|ynk − c| ≤ |ynk − xnk | + |xnk − c| < + |xnk − c|,
nk
so ynk → c. By the continuity of f , f (xnk ) → f (c) and f (ynk ) → f (c), so
|f (xnk ) − f (ynk )| ≤ |f (xnk ) − f (c)| + |f (c) − f (ynk )| < ε
for sufficiently large k, contradicting the second inequality in (∗).
2 / 19
Definition
A sequence {fn } of functions D → R is said to converge pointwise to a
function f : D → R if
lim fn (x ) = f (x )
n→∞
Example
Let {fn } be a sequence of functions defined by
fn : [0, 1] → R, x 7→ x n .
0.8
0.6 x
3
0.4 x
0.2 9
x
0
0 0.2 0.4 0.6 0.8 1
3 / 19
Example (cont’d.)
Note that (
n 0 if 0 ≤ x < 1,
lim fn (x ) = lim x =
n→∞ n→∞ 1 if x = 1.
Hence, fn → f pointwise, where
(
0 if 0 ≤ x < 1,
f : [0, 1] → R, x 7→
1 if x = 1.
y=f(x)
1
4 / 19
Definition
A sequence {fn } of functions D → R is said to converge uniformly to a
function f : D → R if for every positive real number ε, there exists an
integer N such that
Note
The definition of the pointwise convergence is that given any x ∈ D and
any positive real number ε, there exists an integer Nx such that
5 / 19
1
0.8
f
0.6 f3
f1
0.4 f2
f2
f3 f1
0.2
0
0 0.2 0.4 0.6 0.8 1
6 / 19
Uniform Limit Theorem
Let {fn } be a sequence of continuous functions D → R. If fn → f
uniformly, then f is continuous.
Proof
We will show that f is continuous at an arbitrary point c ∈ D. Let ε > 0.
By the uniform convergence, there exists N ∈ Z such that
ε
n≥N =⇒ |fn (x ) − f (x )| < for all x ∈ D.
3
On the other hand, since fN is continuous at c, there exists δ > 0 such that
ε
x ∈ D, |x − c| < δ =⇒ |fN (x ) − fN (c)| < .
3
Hence, if x ∈ D and |x − c| < δ, then
|fn (x ) − 0| < ε
[0, 1/2] → R, x 7→ 0
8 / 19
Exercise
Let {fn } and {gn } be sequences of functions D → R such that fn → f and
gn → g uniformly. Show that fn + gn → f + g uniformly.
Theorem
Let {fn } and {gn } be sequences of continuous functions [a, b] → R such
that fn → f and gn → g uniformly. Then fn gn → fg uniformly.
Proof
Note that
1 1
fn gn − fg = (fn − f )(gn + g) + (fn + f )(gn − g). (∗)
2 2
Let ε > 0. By the uniform convergence,
1 1
|fn gn − fg| ≤ |fn − f |(|gn | + |g|) + (|fn | + |f |)|gn − g|
2 2
1 1
≤ ε(2B + 1) + (2B + 1)ε = (2B + 1)ε
2 2
for sufficiently large n.
10 / 19
Theorem
Let {fn } be a sequence of continuous functions [a, b] → R such that
fn → f uniformly, where fn , f 6= 0 on [a, b]. Then f1n → f1 uniformly.
Proof
Let ε > 0. f is continuous and f 6= 0 on [a, b], so |f | ≥ B for some
positive real number B. By the uniform convergence,
B
|f − fn | < min ε,
2
for sufficiently large n. Then
B B
f − < fn < f +
2 2
for sufficiently large n. If f ≥ B, then
B B
≤ f − < fn
2 2
for sufficiently large n.
11 / 19
Sketch of proof (cont’d.)
If f ≤ −B, then
B B
fn < f + ≤−
2 2
for sufficiently large n. Hence,
B 1 2
|fn | ≥ ≤
2 |fn | B
1 1
for sufficiently large n. Since |f | ≤ B,
1 2
≤ 2
|fn f | B
for sufficiently large n. Then
− 1 = f − fn ≤ 2 ε
1
f
n f fn f B 2
for sufficiently large n.
12 / 19
Theorem
Let f : A → B and gn : B → R.
A
f /B
gn
gn ◦f
R
Proof
Let ε > 0.
|gn − g| < ε
for sufficiently large n, so
|gn ◦ f − g ◦ f | < ε
fn /B
A ⊆ R
g
g◦fn
R
Then g ◦ fn → g ◦ f uniformly.
Proof
Let ε > 0. Since g is uniformly continuous, there exists δ > 0 such that
Proof
Let
n
X 1 − x n+1
sn (x ) := xk = 1 + x + x2 + · · · + xn = .
k=0
1−x
Then n+1
|x |n+1 c n+1
sn (x ) − 1 x
= = ≤ ,
1 − x 1 − x 1−x 1−c
1
so sn (x ) → 1−x uniformly.
15 / 19
Remark
The convergence is not uniform on (−1, 1).
2 3 4 5
8 1+x+x +x +x +x
1/(1-x)
2 3
1+x+x +x
1+x
-1 0 1 2
1/(1-x)
-4
16 / 19
Weierstrass M-test
Let {fn }∞
n=0 be a sequencePof functions D → R. If |fn | ≤ Mn for all n, and
P∞ ∞
M
n=0 n converges, then n=0 fn converges uniformly.
Proof
By the comparison test, ∞
P P∞
n=0 fn converges pointwise, say n=0 fn = g.
For each positive integer n, define
n
X
sn := Mi .
i=0
17 / 19
Proof (cont’d.)
Let
n
X
gn := fi .
i=0
|x n | = |x |n ≤ c n ,
P∞ n
and n=0 c converges.
19 / 19