Uniform Convergence
A stronger notion than ordinary convergence: not just that a sequence of functions gets close to a limit at every point eventually, but that it gets close everywhere at the same rate, with a single shared threshold.
Prerequisites: Limits and Continuity
A sequence of functions converges pointwise to a limit function if, at each individual point , the numbers eventually get close to — but how quickly "eventually" arrives is allowed to be different at every single point, with no shared speed limit across the whole domain. Uniform convergence asks for something stronger: that there's a single (a number of steps) after which is close to at every point simultaneously, not just eventually close at each point separately with a possibly different for each.
Formally, uniformly on a set means for every tolerance , there exists one such that for all and all in the domain at once, . Pointwise convergence only requires that to exist for each separately, and it's allowed to grow arbitrarily large as changes. The classic example distinguishing them is on : it converges pointwise to a function that's everywhere except at , but not uniformly, because getting close to near takes an that grows without bound as approaches — there's no single that works everywhere.
The reason uniform convergence gets its own name rather than being a footnote is that several properties that "should" pass to the limit only actually do so under uniform, not merely pointwise, convergence: a uniform limit of continuous functions is continuous, and a uniform limit lets you swap limits with integrals. Pointwise convergence alone can silently break both — the example converges to a discontinuous limit despite every being continuous, precisely because the convergence isn't uniform.
Uniform convergence requires one shared threshold that works at every point of the domain simultaneously, unlike pointwise convergence where the required can vary point to point; this stronger notion is what actually guarantees that continuity and the ability to swap limits with integration survive passing to the limit function.
Further reading
- Rudin, Principles of Mathematical Analysis, ch. 7