Mat127b HW 0201

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

MAT127B HW Solution 01/29 Chutong Wu

6.2.6 Assume fn → f on a set A. Theorem 6.2.6 is an example of a typical type of question which asks
whether a trait possessed by each fn is inherited by the limit function. Provide an example to show
that all of the following propositions are false if the convergence is only assumed to be pointwise on A.
Then go back and decide which are true under the stronger hypothesis of uniform convergence.
(a) If each fn is uniformly continuous, then f is uniformly continuous.

Consider fn (x) = xn on [0, 1]. We know each fn is uniformly continuous because


n−1
X
|xn − y n | ≤ |x − y| xi y (n−1)−i ≤ n|x − y|
i=0
| {z }
≤n

However, the pointwise limit of fn is f (x) = 0 for x ∈ [0, 1) and f (x) = 1 for x = 1, and f is not uniform
continuous because f is not continuous.
Now, assume fn → f uniformly on A and fn uniformly continuous for all n ∈ N. Then for any  > 0,
there exists N ∈ N such that for all x ∈ A, |fn (x) − f (x)| <  for n > N . Also, because fn is uniformly
continuous, we know for any  > 0, there exists δ > 0 such that |x−y| < δ ⇒ |fn (x)−fn (y)| < . Therefore,
for each  > 0, pick N and δ as above and we get for all n > N and |x − y| < δ that

|f (x) − f (y)| = |f (x) − fn (x) + fn (x) − fn (y) + fn (y) − f (y)|


≤ |f (x) − fn (x)| + |fn (x) − fn (y)| + |fn (y) − f (y)|
< 3

so f (x) is uniformly continuous. 

(b) If each fn is bounded, then f is bounded.

Consider fn (x) as in Exercise 6.2.1 in Abbott with A = (0, 1). We have fn is bounded because nx < n
for x ∈ (0, 1) and nx2 > 0. But its pointwise limit f = x1 is unbounded on (0, 1).
For the proof of the uniform convergent case, see Theorem 9.14 in Hunter’s notes.

(c) If each fn has finite number of discontinuities, then f has a finite number of discontinuities.

The sequence of functions gn (x) in part (b) of Exercise 6.2.2 in Abbott is a counterexample for both
cases.

(d) If each fn has fewer than M discontinuities (where M ∈ N is fixed), then f has fewer than M
discontinuities.

Consider the sequence of functions on [0, 1] with


(
1 if x = M 1
,M2
, · · · , MM−1
fn (x) = n
x otherwise

where each fn has M − 1 discontinuities. However, we have its limit function


(
1 if x = M 1 2
,M , · · · , MM−1 , 1
f (x) =
0 otherwise

has M discontinuities.
Now, assume fn → f uniformly. Fsc assume each fn has fewer than M discontinuities but f has M
discontinuities (other cases can be reduced to this one). We will show that infinite many fn must also have
M discontinuities, contradicting our assumption.
Denote the M discontinuities of f by x1 , x2 , · · · , xM . We then have for any δ > 0 that there exist

1 of 3
MAT127B HW Solution 01/29 Chutong Wu

x0i ∈ Vδ (xi ) \ {xi } and i > 0 such that |f (x0i ) − f (xi )| ≥ i , for i = 1, 2, · · · , M . For simplicity set
 := min{1 , · · · , M }. Because fn → f uniformly, for 4 > 0 there exists N 4 ∈ N such that for all n > N 4 we
have |fn (xi ) − f (xi )| < 4 and |fn (x0i ) − f (x0i )| < 4 where i = 1, · · · , M . Putting these together we obtain for
all any δ > 0, there exists 4 > 0, N 4 ∈ N and x0i in the deleted δ-nbhd of xi such that |fn (x0i ) − fn (xi )| ≥ 4
for i = 1, · · · , M . This completes the proof. 
Note: for the uniform convergent case, simply arguing with the Continuous Limit Theorem (Thm 6.2.6)
is not enough, because fn ’s might have discontinuities at different x’s.

(e) If each fn has at most a countable number of discontinuities, then f has at most a countable
number of discontinuities.

Consider the sequence of functions on [0, 1] with


(
1 if x = mi with i = 1, · · · , m and m = 1, · · · , n
fn (x) =
0 otherwise
2
Then each fn has at most n 2+n discontinuities. However, as n → ∞, we know for each irrational number
r ∈ R \ Q, there exists a sequence of rational numbers {xk } ⊆ Q with fn (xk ) = 1 for all k ∈ N and xk → r as
k → ∞. This means that as n → ∞, fn has discontinuities at every irrational number between [0, 1], which
is uncountable.
We can modify the above fn so that it converges uniformly. Consider the sequence of functions on [0, 1]
(
1
if x = pq with p, q ∈ N, gcd(p, q) = 1, and q ≤ n
fn (x) = q
0 otherwise

Then fn converge uniformly to


(
1
q if x = pq with p, q ∈ N, gcd(p, q) = 1, and q ∈ N
f (x) =
0 otherwise

with a similar argument as in Exercise 6.2.2(b) from HW 9.

6.2.7 Let f be uniformly continuous on all of R, and define a sequence of functions by fn (x) = f (x + n1 ).
Show that fn → f uniformly. Give an example to show that this proposition fails if is only assumed to
be continuous and not uniformly continuous on R.

Fix  > 0. The uniform continuity of f implies that there exists δ > 0 such that for < |x − y| < δ ⇒
|f (x) − f (y)| < . We pick N ∈ N such that N1 > δ. Then we have for all n > N and all x ∈ R that

1 1 1 1
|x + − x| = < <δ ⇒ |fn (x) − f (x)| = |f (x + ) − f (x)| < 
n n N n
Hence, fn → f uniformly.
To show this proposition fails if f is continuous but not uniformly continuous on R, consider f (x) = x2
on [0, 1]. Then we have |fn (x) − f (x)| = |(x + n1 )2 − x2 | = 2x 1 1
n + n2 . For each n ∈ N, pick x = n and  = 2
then we get |fn (n) − f (n)| ≥ 1 > , so the proposition fails. 

6.2.10 This exercise and the next explore partial converses of the Continuous Limit Theorem (Theorem
6.2.6). Assume fn → f pointwise on [a, b] and the limit function f is continuous on [a, b]. If each fn is
increasing (but not necessarily continuous), show fn → f uniformly.

First note that the set [a, b] is compact on R. This means that every open cover of [a, b] has a finite
subcover. In addition, because f is continuous on [a, b], f is uniformly continuous on [a, b]. Fix  > 0
and we can pick δ > 0 such that 0 < |x − y| < δ ⇒ |f (x) − f (y)| < 2 . Moreover, we can show that
because fn → f to f pointwise, each fn is increasing, and f is continuous that f must also be increasing.

2 of 3
MAT127B HW Solution 01/29 Chutong Wu

Consider the finite cover of [a, b] with radius δ centered around {xi }ki=1 ⊆ [a, b] for some k ∈ N. We know
for the above  > 0 there exists N1 , · · · , Nk such that |fn (x) − f (x)| < 2 for all x ∈ [a, b] and all n > Ni ,
i = 1, · · · , N , respectively. Choose N := min{N1 , · · · , Nk }. We then have for all n > N and for all x ∈ [a, b]
that x ∈ [xi , xi+1 ] for some i = 1, · · · , N − 1. Consider the two cases fn (x) > f (x) and fn (x) < f (x), we
have for the first case that
  
f (xi ) < f (x) < fn (x) < fn (xi+1 ) < f (xi+1 ) + < f (xi ) + +
2 2 2
and for the second case that
 
f (xi ) − < fn (xi ) < fn (x) < f (x) < f (xi+1 ) < f (xi ) +
2 2
This means that for all n > N and x ∈ [a, b],

|fn (xi+1 ) − fn (x)| < f (xi ) − f (xi ) < 

so fn → f uniformly. 

3 of 3

You might also like