Equicontinuous
Equicontinuous
Equicontinuous
(Due 11/21)
(b) For a sequence of functions fn on [0, 1] write what it means for them to NOT be an
equicontinuous sequence.
Solution: There exists ε > 0 such that for each k, there exists points xk , yk and
functions fnk such that
1
|xk − yk | < but |fnk (xk ) − fnk (yk )| > ε.
k
(c) Using only part (b) (and not Ascoli-Arzela theorem) show that the sequence of functions
fn is not equicontinuous.
Solution: The family {fn } is clearly pointwise bounded by 1. So if the family was
equicontinuous, then by Ascoli-Arzela, there will exist a uniformly convergent subse-
quence. BUt the pointwise limit of the sequence (and hence also the sub-sequence)
is (
0, x 6= 1
f (x) =
1, x = 1,
1
which is not continuous. This is a contradiction since uniform limits of continuous
functions have to be continuous.
Solution: We show that the sequence {fn } is uniformly Cauchy. So let ε > 0. By equicon-
tinuity, there exists a δ > 0 such that for all n,
ε
|x − y| < δ =⇒ |fn (x) − fn (y)| < .
3
Since K is compact, there exist finitely many points {p1 , · · · , pm } such that
K ⊂ ∪m
k=1 Bδ (pk ).
By the Cauhy criteria for pointwise convergence, for each k = 1, 2, · · · , m, there exists Nk
such that whenever n, m > Nk ,
ε
|fn (pk ) − fm (pk )| < .
3
Let N = max(N1 , · · · , Nm ). Now for any x ∈ K, there exists pk such that |x − pk | < δ.
Then for n, m > N ,
ε
|fn (x) − fm (x)| ≤ |fn (x) − fn (pk )| + |fn (pk ) − fm (pk )| + |fm (pk ) − fm (x)| < 3 · = ε.
3
This completes the proof of the claim, and hence it follows that the sequence {fn } converges
uniformly.
3. Recall that C 0 [0, 1] denotes the set of continuous functions on [0, 1]. We endow it with the
usual metric
d(f, g) = sup |f (t) − g(t)|.
t∈[0,1]
2
So for any x ∈ [0, 1],
Z x
|T [f ](x) − T [g](x)| = [f (t) − g(t)] dt
0
Z x
≤ |f (t) − g(t)| dt
0
Z x
≤ d(f, g) dt
0
≤ d(f, g).
This shows that T is a continuous map. We claim that the function is injective. It is
enough to show that if T [f ](x) = 0 for all x ∈ [0, 1], then f (t) = 0 for all t ∈ [0, 1]. To
see this, note that if T [f ](x) = 0 for all x, then for any x, y ∈ [0, 1], x < y,
Z y
f (t) dt = 0.
x
Now, suppose f (t0 ) > 0 at some point t0 ∈ [0, 1]. Since f is continuous, there exists
δ > 0 such that for any t ∈ (t0 − δ, t0 + δ), f (t) > 0. But then
Z t0 +δ
f (t) dt > 0,
t0 −δ
(b) Show that the set T (K) is a compact subset of C 0 [0, 1]. Hint. Use the Version-2 of
Ascoli-Arzela.
Solution: Since K is a bounded set, there exists an M such that d(f, 0) < M for all
f ∈ K. Here 0 denotes the zero function, that is the function that vanished on all of
[0, 1]. By the definition of d, this means that
3
• Bounded. For any f ∈ K, since |f (t)| < M for all t ∈ [0, 1], we see that
Z x
|T [f ](x)| = f (t) dt
Z x0
≤ |f (t)| dt
0
< M,
and so
d(T [f ], 0) < M.
This shows that T (K) is bounded, and hence T (K) is also bounded.
Another way to see this is to directly estimate the integral. That is if x, y ∈ [0, 1]
with say x > y, then
Z x
|T [f ](x) − T [f ](y)| = f (t) dt
y
Z x
≤ |f (t)| dt
y
< M |x − y|.
This shows that T (K) is equicontinuous. To see that the closure is also equicon-
tinuous, we use the ε/3 trick. So let ε > 0, and δ = ε/3M . Then by the abvove
argument for any f ∈ K,
ε
|x − y| < δ =⇒ |T [f ](x) − T [f ](y)| < .
3
Now if g ∈ T (K), there exists an f ∈ K such that d(T [f ], g) < ε/3. That is for
any x ∈ [0, 1],
ε
|T [f ](x) − g(x)| < .
3
4
Then if |x − y| < δ,
for all n = 0, 1, 2, · · · .R Show that f (t) = 0 for all t ∈ [0, 1]. Hint. Use Stone-Weierstrass
1
theorem to show that 0 f 2 (t) dt = 0.
We then claim that f (t) = 0 for all t ∈ [0, 1]. If not, then there exists a point p ∈ [0, 1]
such that f (p) 6= 0, and so f 2 (p) > 0. By continuity, there is a δ > 0 such that f 2 (t) > 0
for all t ∈ (p − δ, p + δ). Since f 2 (t) is at least non-negative at other points, by comparison
principle for integrals,
Z p+δ Z 1
2
0< f (t) dt ≤ f 2 (t) dt = 0,
p−δ 0
a contradiction.