Uniform Convergence
Uniform convergence requires that a sequence of functions converges at the same rate across the entire domain. Unlike pointwise convergence, uniform convergence preserves continuity, differentiability (under additional conditions), and allows term-by-term integration. It is the correct notion for many applications in analysis.
Definition
A sequence converges uniformly to on a set if for every , there exists (depending only on , not on ) such that
The key difference from pointwise convergence: the same works for all simultaneously. The supremum norm must go to zero.
Let on . Then is the pointwise limit. For ,
Given , choose . Then for and all , . Thus uniformly.
Let on . The pointwise limit is for and . Then
(The supremum is attained near .) Thus does not converge uniformly to .
Preserves continuity
If is a sequence of continuous functions on converging uniformly to , then is continuous on .
Fix and . Choose such that for all and . Since is continuous, there exists such that for . Then for ,
Thus is continuous at .
Weierstrass M-test
If is a sequence of functions on and there exist constants such that for all and , then converges uniformly on .
Let on . Then and . By the M-test, converges uniformly on .
Summary
Uniform convergence is the correct notion for preserving properties:
- Same works for all (not point-dependent).
- Preserves continuity, allows term-by-term integration.
- Weierstrass M-test gives a practical criterion for uniform convergence of series.
See Power Series and Weierstrass Approximation for applications.