Dini's Theorem: When Pointwise Becomes Uniform
Problem
We know that pointwise convergence of continuous functions does not in general imply uniform convergence. (Classic counterexample: on .)
But now suppose the convergence is monotone. Prove:
Let be continuous, and suppose pointwise (i.e. and for each ). If is also continuous, then uniformly.
Why It's Interesting
The counterexample shows that continuity + pointwise convergence is not enough. Dini's theorem says that one extra assumption โ monotonicity โ tips the balance. The proof is a slick application of compactness that makes you appreciate why compactness is so powerful. It is also a cautionary reminder: drop any one of the three conditions (compact domain / monotone / continuous limit) and the conclusion fails.
Answer: view
Answer: Dini's Theorem
Intuition First
Define . We need to show .
The key picture: fix any . For each point , there is some such that (by pointwise convergence). So the open set expands as grows (monotonicity means , so ), and every point eventually falls inside one of these sets.
The sets form an open cover of the compact set . By compactness, finitely many suffice โ so one single already covers everything. That means for all simultaneously. Done.
Compactness is doing exactly one thing here: turning "every point is eventually fine" into "there is a single that works for all points at once."
Why Each Hypothesis Is Necessary
Before the proof, here's why you cannot drop any condition:
| Drop this | Counterexample | |-----------|---------------| | Compact domain | on โ monotone, , but not uniformly | | Monotone | on โ pointwise , not monotone, not uniform | | Continuous limit | on โ limit is , discontinuous, not uniform |
Formal Proof
Let . Each is continuous (difference of continuous functions), , and pointwise on .
Goal: .
Fix . Define:
Each is open in (preimage of under the continuous function ).
Since pointwise, for each there exists with , so . Thus:
Since is decreasing, (if then ).
By compactness of , the open cover has a finite subcover. Since the are nested, the finite subcover is just for the largest index appearing. So:
For all and all :
Therefore for all , which is exactly uniform convergence.