Uniform Convergence of Functions
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll see that a limit of continuous functions need not be continuous, learn the stronger notion - uniform convergence - that repairs this, and understand exactly which operations may be exchanged with a limit and which may not.
The Concept
Section titled “The Concept”A sequence of functions can converge in more than one way, and the difference is not a technicality - it decides whether continuity, integrals, and derivatives survive the limit.
Pointwise convergence
Section titled “Pointwise convergence”pointwise on if for every .
Spelled out with quantifiers:
The sits after the , so it may depend on it. That is the entire weakness, and it is enough to destroy nearly everything.
Uniform convergence
Section titled “Uniform convergence”uniformly on if for every there is an such that implies for all .
Same symbols, one quantifier moved. Now is chosen before is seen, so a single index works across the whole set. Uniform convergence implies pointwise convergence; the converse fails.
Equivalently, in terms of the supremum norm,
That reformulation turns a statement about functions into a statement about a single sequence of numbers, which is usually the easiest way to check it.
Geometrically: draw a band of half-width around the graph of . Uniform convergence says that from some index on, the entire graph of lies inside the band. Pointwise convergence only says each individual point eventually gets in, and points may enter at wildly different times.
The standard example
Section titled “The standard example”On let . Then
Every is continuous. The limit is not. So pointwise limits of continuous functions need not be continuous, and this single example is why the whole lesson exists.
The convergence is not uniform, because
The supremum is never attained, but it is 1 regardless of : the graph always has a stretch climbing from near 0 to near 1, and that stretch just slides right without flattening.
On , by contrast, , so the convergence is uniform there. Uniformity is a property of the sequence together with the set, and shrinking the set can create it.
What uniform convergence preserves
Section titled “What uniform convergence preserves”Continuity. If each is continuous on and , then is continuous.
Proof. Fix and . Pick with . Pick from continuity of that single at , so for . Then
∎
The three-epsilon argument. Two of the three pieces are controlled by uniformity and one by continuity of a fixed member of the sequence. Note that the middle term needs small for the same at both points, which is exactly what pointwise convergence cannot deliver.
An equivalent phrasing of the same theorem is that limits may be interchanged:
Interchanging two limits is the recurring theme of this lesson, and uniformity is the usual licence to do it.
Integrals. If each is integrable on and , then is integrable and
Reason. . One line, and the shows why a bounded interval matters.
Pointwise convergence is not enough. Let be a spike of height and width near 0, and 0 elsewhere. Then pointwise, but for every . The limit of the integrals is 1, the integral of the limit is 0.
What uniform convergence does not preserve
Section titled “What uniform convergence does not preserve”Derivatives. This is the important asymmetry.
Let . Then , so uniformly. But
which is unbounded and converges to nothing. Uniform convergence of says nothing about .
The reason is structural: integration averages and therefore smooths, while differentiation amplifies fine detail, and uniform closeness of the graphs is a statement about values, not slopes.
The correct theorem runs the other way round:
If pointwise on , each is continuous, and uniformly, then is differentiable and .
The hypothesis is uniform convergence of the derivatives, and then the conclusion about follows. It only needs to converge at a single point, in fact, with the rest supplied by the fundamental theorem.
Series of functions
Section titled “Series of functions”For , uniform convergence means the partial sums converge uniformly. The workhorse test:
Weierstrass M-test. If for all and converges, then converges uniformly on .
The bound must not depend on , which is where the uniformity comes from. For example converges uniformly on because and converges.
This is what makes power series well behaved: inside the radius of convergence they converge uniformly on every closed subinterval, so they may be differentiated and integrated term by term. That is the justification for every term-by-term manipulation of Taylor series you performed in calculus.
Uniform Cauchy criterion
Section titled “Uniform Cauchy criterion”Just as with sequences of numbers, you can detect uniform convergence without knowing the limit:
converges uniformly on if and only if for every there is with for all .
This is completeness once more, now for the space of bounded functions under the supremum norm. Uniform convergence is precisely convergence in that norm, which is why the theory looks so much like the sequence theory from earlier in the section.
Worked Examples
Section titled “Worked Examples”Example 1: Show does not converge uniformly on .
Solution. The pointwise limit is 0 on and 1 at 1.
since as . The supremum norm is 1 for every , so it does not go to 0. Not uniform. ∎
Alternatively, cite the theorem: each is continuous, the limit is not, so the convergence cannot be uniform. That argument is shorter and generalizes.
Example 2: Same functions, smaller set.
Show on for any fixed .
Solution. On the limit is 0 everywhere, and
since . Uniform. ∎
Uniformity depends on the set. The failure at is entirely local, and excluding any neighbourhood of it fixes the problem.
Example 3: Uniform convergence with a non-obvious supremum.
Let on . Is the convergence uniform?
Solution. For fixed , the numerator grows like and the denominator like , so ; and . The pointwise limit is 0.
Find the supremum by calculus: setting the derivative to zero gives , where
So for every . Not uniform, even though every and the limit are continuous.
Continuity of the limit does not imply uniformity. The theorem is one-directional: uniform plus continuous gives continuous, not the reverse.
Example 4: The spike, and why integrals need uniformity.
Let be the triangular spike of height on , peaking at , and 0 afterwards. Compare with .
Solution. For any fixed , once the spike has passed and ; also . So pointwise.
Each integral is the triangle’s area:
So while .
The two operations do not commute here, and the reason is that , the opposite of uniform.
Example 5: Uniform convergence without convergence of derivatives.
Let on .
Solution. , so .
But , and at this is . The derivatives diverge.
Uniform convergence of the functions gives nothing about the derivatives. The graphs get flat in amplitude while oscillating ever faster, so slopes blow up.
Example 6: Apply the M-test.
Show converges uniformly on .
Solution. For every real ,
and converges as a -series with . By the M-test the series converges uniformly on all of . ∎
Consequently the sum is a continuous function of , and it may be integrated term by term over any bounded interval. Note that term-by-term differentiation is not licensed here: the differentiated series has terms , and diverges.
Example 7: Term-by-term integration.
Use to obtain a series for on .
Solution. On with , the M-test with gives uniform convergence. So integration from 0 to may be done term by term:
∎
Every term-by-term manipulation of a power series is an appeal to uniform convergence on a closed subinterval, which is why the operation is safe strictly inside the radius and needs separate care at the endpoints.
Real-World Applications
Section titled “Real-World Applications”Fourier series. Whether a Fourier series converges to the function, and in what sense, is the founding question of this whole circle of ideas. The Gibbs phenomenon near a jump is non-uniform convergence made visible: the overshoot shrinks in width but not in height.
Numerical analysis. A method that converges pointwise but not uniformly can be badly wrong on part of the domain at every step. Error bounds are quoted in the supremum norm precisely because that is the uniform notion.
Machine learning. Uniform convergence of empirical averages to true expectations over a class of functions is the central object of statistical learning theory; it is what turns “low training error” into “low true error”.
Signal processing. Reconstructing a signal from finitely many terms is a question about uniform approximation, and the ringing artefacts near sharp edges in images and audio are the same non-uniformity as Gibbs.
PDE solutions. Solutions are frequently built as series or as limits of approximations, and uniform convergence is what allows the limit to be differentiated and to satisfy the equation. Without it the limit may exist and solve nothing.
Numerical integration and simulation. Interchanging a limit with an integral is the routine step in Monte Carlo estimates and in convergence proofs for numerical schemes. The spike example is the standing warning about doing it unjustified.
Retrying will remove your ✅ checkmark until you pass again.