sequences of functions
Uniform Convergence
You should know: series convergence
Overview
A sequence of functions (fₙ) converges uniformly to f on a set D if the maximum gap between fₙ and f over the entire set D shrinks to zero — a single N controls the approximation everywhere in D simultaneously, unlike pointwise convergence where N may depend on the point. Uniform convergence is the stronger, more useful notion: it is exactly the condition needed to guarantee that limits of continuous functions are continuous, that limits and integrals can be interchanged, and (under mild extra hypotheses) that limits and derivatives can be interchanged. The standard tool for proving uniform convergence of series of functions is the Weierstrass M-test.
Intuition
Picture the graphs of fₙ as a band of width ε drawn around the limit function f. Uniform convergence means that eventually (past some N) the entire graph of fₙ, over the whole domain D at once, fits inside that band — not just at isolated points, but everywhere simultaneously. Pointwise convergence only guarantees that at each individual x, the values fₙ(x) eventually settle near f(x), but the 'eventually' (the required N) can get worse and worse as x varies, so the graphs can still wiggle wildly outside any fixed band. Uniform convergence forbids that: the whole graph gets trapped in the shrinking band together.
Formal Definition
A sequence of functions fₙ: D → ℝ converges uniformly to f: D → ℝ if:
N depends only on ε, not on x — contrast with pointwise convergence where N may depend on x
Worked Examples
Compute the supremum of |fₙ(x) - 0| over x ∈ [0,1]; it is attained at x=1.
This supremum, 1/n, tends to 0 independent of x, which is exactly the uniform convergence criterion.
Answer: fₙ → 0 uniformly on [0,1], since sup|fₙ(x)-0| = 1/n → 0.
Practice Problems
Use the Weierstrass M-test to show ∑ sin(nx)/n² converges uniformly on ℝ.
If fₙ → f uniformly on [a,b] and each fₙ is continuous, what can be concluded about f?
Prove that if fₙ → f uniformly on [a,b] and each fₙ is continuous, then f is continuous.
Quiz
Summary
- fₙ → f uniformly on D if ∀ε>0 ∃N such that ∀n≥N and ∀x∈D, |fₙ(x)-f(x)|<ε — N depends only on ε.
- Uniform convergence (unlike pointwise) preserves continuity: a uniform limit of continuous functions is continuous.
- The Weierstrass M-test — bounding |fₙ(x)|≤Mₙ with ∑Mₙ convergent — is the standard tool for proving uniform convergence of function series.
Mathematics