A sequence of functions has two natural notions of limit. Pointwise convergence fixes each input and takes the limit of numbers; uniform convergence demands one rate that works for every input at once.
╌╌╌╌
A sequence of real numbers
attaches one number to each n∈N. A sequence of functions
attaches one function. For each n we have fn:S→R, and we ask
what it means for the whole list f1,f2,f3,… to approach a limit
function f. Unlike the numerical case, there is more than one reasonable
answer, and the two standard answers behave differently under the operations of
calculus.1
If fn is a sequence of continuous functions and
fn→f in the weaker sense, f can fail to be continuous. Under the
stronger sense it cannot. The same split decides whether the limit of the
integrals equals the integral of the limit, and whether a power series may be
differentiated term by term. Which convergence holds decides each case.
Pointwise convergence
The first notion evaluates at a single point and reduces to a numerical limit.
Because limits of numerical sequences are unique, the pointwise limit function
f, when it exists, is unique. Spelling the numerical limit out with its
ϵ–N definition gives an equivalent form that exposes the one feature
that matters.
The index N is allowed to depend on both ϵ and x. For a fixed
ϵ, different inputs may demand different thresholds, and nothing forces
those thresholds to have a common bound.
The powers x2n on [0,1] flatten toward 0 on the interior but stay pinned at 1 when x=1; the pointwise limit is discontinuous there.
A function given by a series is a
pointwise limit of its partial sums. Writing
k=0∑∞xkmeansf(x)=n→∞limk=0∑nxk=1−x1,
and the convergence holds only on (−1,1), even though 1−x1 is
defined for every x=1. The partial sums are defined everywhere, but they
converge only inside the unit interval.
For fn(x)=sin(nx) there is no pointwise
limit on any interval. The values converge at isolated points such as x=0,
but on every interval [a,b] some x makes sin(nx) oscillate without
settling.2
Uniform convergence
The second notion removes the dependence of N on x. One threshold must work
across the entire domain.
The quantifier order is the whole difference. In pointwise convergence the
phrase reads for each x, there is an N; in uniform convergence it reads
there is an N, good for every x. Uniform convergence gives a band of
half-width ϵ around the graph of f, and past the index N every graph
fn lies inside that band.
Uniform convergence: past some index every fn lies inside a band of fixed half-width around f; the band width does not shrink or grow with x.
Uniform convergence is the stronger condition. Choosing the single N certainly
supplies a working N at each individual x, so the implication is immediate.
The powers fn(x)=x2n are the standard witness that the converse fails.
Whether uniformity survives can depend on the domain even for a sequence that
converges to 0 at every point.
On a bounded interval the lines x/n flatten uniformly to 0 as n grows; on the whole line each still reaches unbounded height, so uniformity holds only after the domain is bounded.
The uniform norm
Uniform convergence becomes a statement about a single sequence of numbers once
we measure the size of a function by its largest value.
The subscript names the set over which the supremum runs, so ∥f∥K for
K⊂S uses only the points of K. The quantity ∥fn−f∥S is the
largest vertical gap between the two graphs, and uniform convergence says that
gap collapses to 0.
The picture is a single measured segment: the tallest gap between fn and f.
Uniform convergence drives that one number to zero.
The uniform norm ∥fn−f∥S is the height of the tallest vertical gap between the graphs; uniform convergence means this height goes to 0.
The uniform Cauchy criterion
For numerical sequences, Cauchy sequences and convergent sequences
coincide because
R is complete. The uniform norm gives functions the same internal
test: a sequence can be certified without naming its limit.
The value of the criterion is that it tests the sequence against itself. The
Picard iteration produces
functions with no closed form, and the uniform Cauchy criterion certifies that
their limit exists.
Series of functions and the M-test
A series ∑k=1∞gk of functions converges uniformly if its
partial sums sn=∑k=1ngk do. The uniform Cauchy criterion supplies
a test that never mentions the limit and reduces everything to one numerical
series.
Each term is dominated by a numerical bound Mk, and the convergence of the
number series ∑Mk is transferred to uniform convergence of the function
series.
The M-test caps each term's height by a number Mk; if the numeric series of caps converges, the function series converges uniformly.
The two convergences at a glance
Pointwise
Uniform
Quantifier order
for each x, exists N(ϵ,x)
exists N(ϵ), for all x
N depends on
ϵ and x
ϵ only
Norm statement
fn(x)→f(x) each x
∥fn−f∥S→0
Continuity of limit
can fail
preserved
Cauchy test
not self-contained
uniformly Cauchy ⇔ converges
Certified by
direct limit
uniform norm bound, M-test
Pointwise convergence is the minimum a limit function must satisfy. Uniform
convergence is the hypothesis under which the operations of calculus pass to the
limit; the
interchange theorems
make this precise.
Footnotes
Lebl, §6.1. A solution of a differential equation is often built as a limit of approximate solutions, so the meaning of that limit must be made precise before the operations of calculus can be applied to it. ↩
Lebl, §6.1, Example 6.1.4. That sin(nx) has no limit for some x in every interval is left as an exercise there; the values are equidistributed enough to keep oscillating. ↩