sequences of functions
Pointwise vs. Uniform Convergence
You should know: uniform convergence
Overview
Pointwise convergence of a sequence of functions (fₙ) to f only requires that, at each individual x, the numerical sequence fₙ(x) converges to f(x) — different x's are allowed to converge at wildly different rates. Uniform convergence demands a single rate that works across the whole domain at once. Every uniformly convergent sequence converges pointwise, but the converse is false, and the gap between the two notions matters enormously: pointwise limits can destroy continuity, integrability, and differentiability in ways uniform limits cannot.
Intuition
In pointwise convergence, each point x is allowed its own private 'speed of convergence' — the index N needed to get within ε can differ from point to point, and can even blow up as x approaches some troublesome location (e.g. the edge of the domain). Uniform convergence removes this loophole: a single N must serve every point simultaneously. The classic example fₙ(x) = xⁿ on [0,1] converges pointwise (to 0 for x<1, to 1 at x=1) but not uniformly, precisely because points near x=1 need larger and larger N — there's no uniform bound.
Formal Definition
Contrasting the two definitions for fₙ: D → ℝ:
Worked Examples
For fixed x ≠ 0, as n→∞, the denominator dominates, so fₙ(x) → 0. At x=0, fₙ(0)=0 for all n.
Compute sup over x of |fₙ(x)|: maximize x/(1+nx²) by calculus, giving max at x=1/√n with value 1/(2√n).
Since 1/(2√n) → 0, the supremum tends to 0, so the convergence IS uniform on ℝ (this is a case where pointwise and uniform coincide).
Answer: fₙ → 0 both pointwise and uniformly on ℝ, since the maximum deviation 1/(2√n) → 0.
Practice Problems
Find the pointwise limit of fₙ(x) = nx(1-x)ⁿ on [0,1] and determine whether convergence is uniform.
Which statement correctly relates the two convergence notions?
Prove: if fₙ → f pointwise on [a,b] and each fₙ is continuous but f is discontinuous, then the convergence cannot be uniform.
Quiz
Summary
- Pointwise convergence lets the rate of convergence (N) depend on x; uniform convergence requires one N for the whole domain.
- Uniform convergence implies pointwise convergence, but the converse fails — e.g. fₙ(x)=xⁿ on [0,1].
- A discontinuous pointwise limit of continuous functions is decisive proof that the convergence is not uniform.
Mathematics