Tutorial 9
Tutorial 9
Tutorial 9
Interchange of Limits
Uniform convergence is essential when we want to interchange the order of limits. The first
proposition tells us that continuity is preserved under uniform convergence.
Theorem (c.f. Theorem 8.2.2). Let (fn ) be a sequence of functions defined on A ⊆ R and
converges uniformly to a function f defined on A. Suppose that each fn is continuous on A.
Then f is continuous on A.
Remark. This theorem tells us that for each x0 ∈ A,
lim lim fn (x) = lim f (x) = f (x0 ) = lim fn (x0 ) = lim lim fn (x).
x→x0 n→∞ x→x0 n→∞ n→∞ x→x0
Example 3. Even if the pointwise limit is Riemann integrable, the equality given in the
theorem may not hold. Consider (Draw the graphs of the functions!)
2
n x,
if 0 ≤ x < 1/n,
2
fn (x) = −n x + 2n, if 1/n ≤ x < 2/n, x ∈ [0, 1], n ≥ 2.
0, if 2/n ≤ x ≤ 1,
• If x ∈ (0, 1], then 2/N ≤ x for some N ≥ 2 and hence fn (x) = 0 for all n ≥ N .
Hence the pointwise limit of (fn ) is given by the zero function f . However, the convergence
on [0, 1] is not uniform. For, choose nk = k and xk = 1/k ∈ [0, 1]. Then
In this case, each fn is Riemann integrable over [0, 1] and so does f . However,
Z 1 Z 1
1 2
f (x)dx = 0 and fn (x)dx = · · n = 1, ∀n ≥ 2.
0 0 2 n
Therefore Z 1 Z 1
lim fn (x)dx 6= f (x)dx.
n→∞ 0 0
Theorem (c.f. Proposition 4.1 of Lecture Note). Let (fn ) be a sequence of C 1 functions
defined on (a, b) and converges to a function f defined on (a, b). Suppose (fn0 ) converges
uniformly to a function g on (a, b). Then
• f 0 = g on (a, b).
Theorem (c.f. Proposition 4.2 of Lecture Note). Let (fn ) be a sequence of differentiable
functions defined on (a, b). Suppose that there exists a point c ∈ (a, b) such that lim fn (c)
n→∞
exists and (fn0 ) converges uniformly to a function g on (a, b). Then
• f 0 = g on (a, b).
Notice that (fn ) converges uniformly to the absolute value function f (x) = |x|, which is not
differentiable at 0. To see the uniform convergence, we have:
• If |x| ≤ 1/n, then
n2 x2 + 1 (n|x| − 1)2 1
fn (x) − |x| = − |x| = ≤ .
2n 2n 2n
• If x < 0, then −x < 1/N for some N and hence fn0 (x) = −1 for all n ≥ N .
• If x > 0, then x < 1/N for some N and hence fn0 (x) = 1 for all n ≥ N .
Hence the pointwise limit of (fn0 ) is given by the sign function sgn. However, the conver-
gence on R is not uniform because each fn0 is continuous but the limit sgn is not.
Example 5 (c.f. Section 8.2, Ex.4). Suppose (fn ) is a sequence of continuous functions
defined on an interval I that converges uniformly to a function f on I. If (xn ) ⊆ I converges
to x0 ∈ I, show that
lim fn (xn ) = f (x0 ).
n→∞
Solution. We need to show that for any ε > 0, there exists N ∈ N such that
Let ε > 0. Since (fn ) converges to f uniformly, there exists N1 ∈ N such that
ε
|fn (x) − f (x)| < , ∀n ≥ N1 , ∀x ∈ I.
2
On the other hand, note that f is a continuous function because it is the uniform limit of a
sequence of continuous functions. In particular, lim f (xn ) = f (x0 ). i.e., there exists N2 ∈ N
such that
ε
|f (xn ) − f (x0 )| < , ∀n ≥ N2 .
2
Combining the above results, take N = max{N1 , N2 }. Then whenever n ≥ N ,
ε ε
|fn (xn ) − f (x0 )| ≤ |fn (xn ) − f (xn )| + |f (xn ) − f (x0 )| < + = ε.
2 2
Remark. In the very beginning, we estimate |fn (xn ) − f (x0 )| by
|fn (xn ) − f (x0 )| ≤ |fn (xn ) − fn (x0 )| + |fn (x0 ) − f (x0 )|?