Uniform Convergence and Its Consequences
Learning objectives
- Define uniform convergence and contrast precisely with pointwise convergence
- Apply the sup-norm criterion
- State and use the theorems: uniform limit of continuous is continuous; under uniform convergence
- Apply the Weierstrass M-test to verify uniform convergence of series
Uniform convergence is the right notion for analysis. It fixes everything pointwise convergence broke: the limit of continuous functions is continuous, the limit of integrals is the integral of the limit, and (with one extra hypothesis) the limit of derivatives is the derivative of the limit. The price for these clean theorems is a stronger hypothesis, the same must work for ALL simultaneously. Once you internalise the geometric picture (the entire graph of trapped in an -tube around the graph of ), uniform convergence becomes intuitive, and the failure modes of pointwise convergence become easy to diagnose.
The definition
A sequence converges uniformly to on if for every there exists (depending only on , NOT on ) such that for all and ALL , . The single most useful equivalent formulation is the sup-norm criterion: uniformly on iff as .
What uniform convergence buys you
Three landmark theorems hold under uniform convergence: (i) if each is continuous and uniformly on a set, then is continuous, the proof is a clean triple inequality. (ii) If each is Riemann integrable on [a,b] and uniformly, then is integrable and , the limit slides INSIDE the integral. (iii) If each is continuous, uniformly, and converges at one point, then is differentiable and .
Example contrasting pointwise vs uniform
For on [0,1]: \sup_{[0,1]}|x/n|=1/n\to 0, so convergence is UNIFORM. For on : , so convergence is NOT uniform, only pointwise. The example illustrates the dependence on the domain: uniform convergence is a global property, and changing the domain can change the verdict.
Plot on [0,1] for . The graphs hug the -axis on most of [0,1] but jump steeply to 1 near . The sup-norm stays near for every (peak located at ), so the convergence is NOT uniform on [0,1]. But on [0,1/2]: , so convergence IS uniform there. The grapher visualises the gap shrinking on [0,1/2] and never shrinking on [0,1].
The Weierstrass M-test
The Weierstrass M-test is the standard tool for uniform convergence of series: if for all and converges, then converges uniformly (and absolutely) on . Example: on has and converges, so the series converges uniformly, immediately implying the sum is a continuous function of .
- Series approximation & Taylor / Fourier series: a Taylor series converges uniformly on compact sets inside its radius of convergence, that is why you can differentiate or integrate it term-by-term. The same idea makes Fourier series usable for solving PDEs (heat equation, wave equation) by separation of variables.
- Numerical computation & error guarantees: when a numerical method approximates a function uniformly, you can quote a SINGLE error bound valid everywhere in the domain. Pointwise convergence would force you to quote a different error at every input, useless for guarantees.
- Stone-Weierstrass theorem & modern analysis: the Stone-Weierstrass theorem says every continuous function on a compact set can be uniformly approximated by polynomials. This underlies neural-network universal-approximation theorems, polynomial regression error bounds, and the theory of orthogonal polynomials (Legendre, Chebyshev, Hermite).
Pause and think: Why does uniform convergence preserve continuity but pointwise convergence does not? Sketch a triple-inequality argument: . Which term needs uniformity?
Try it
- Predict first: does converge uniformly on [0,5]? On ? Compute \sup_{[0,5]}|x^2/n| and to decide.
- Show by the M-test that \sum_{n=1}^\infty \cos(nx)/n^3 converges uniformly on . Conclude that the sum is a continuous function.
- Construct a sequence uniformly with each existing but NOT converging to uniformly (uniform convergence does NOT in general imply uniform convergence of derivatives). Hint: try .
- True or false: if uniformly on [a,b] and each is Riemann integrable, then . Justify briefly using the bound.
The series-summer above is ideal for visualising the M-test: pick a series like and watch partial sums get within of the full sum uniformly in . The tail bound is what the M-test exploits.
A trap to watch for
Uniform convergence does NOT automatically give uniform convergence of derivatives. The example shows uniformly (since ), but has . To swap and you need the SEPARATE hypothesis that converges uniformly (and converges at one point).
What you now know
You can apply the sup-norm criterion, distinguish uniform from pointwise convergence by example, use the Weierstrass M-test, and quote the three landmark uniform-convergence theorems (continuity, integration, differentiation). This concludes Garrity ch. 2 on real analysis, the next chapter generalises everything to several variables, where pointwise vs uniform vs L^p convergence becomes even richer.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed. Cambridge University Press, ch. 2.
- Rudin, W. (1976). Principles of Mathematical Analysis (3rd ed.). McGraw-Hill, ch. 7.
- Abbott, S. (2015). Understanding Analysis (2nd ed.). Springer, ch. 6.
- Apostol, T. M. (1974). Mathematical Analysis (2nd ed.). Addison-Wesley, ch. 9.
- Bartle, R. G., Sherbert, D. R. (2011). Introduction to Real Analysis (4th ed.). Wiley, ch. 8.