Sequences of Functions: Pointwise Convergence
Learning objectives
- Define pointwise convergence of a sequence of functions
- Compute pointwise limits of common sequences and identify discontinuous limits
- Demonstrate by example that limit and integral need not commute under pointwise convergence
- Explain why a stronger notion (uniform convergence) is needed for analysis
Pointwise convergence is the most natural way to take a limit of functions, but it is the WRONG one for analysis. The problem is that the order of "for each " and "for each " matters enormously: if you fix first and then send , the limit exists for every , but the resulting function might be discontinuous even though every is smooth. Worse, you cannot pass limits through integrals or derivatives. The standard example on [0,1] has continuous but a discontinuous pointwise limit. Pointwise convergence is the warm-up; uniform convergence (next section) is what actually fixes things.
The definition
A sequence of functions defined on a set converges pointwise to a function on if for every , the numerical sequence converges to . Formally: for every and every , there exists such that for all . Note crucially that may depend on , that is the entire weakness of the concept.
The classic example: on [0,1]
For , the geometric . At , for every . So the pointwise limit is for and , a discontinuous step function, even though every is a smooth polynomial. The convergence is "slow" near : to get , you need , which blows up as . That is precisely why no single works for all at once.
Why integrals and limits need not commute
Consider on and elsewhere on [0,1]. Each has . But pointwise, for every fixed we have for all sufficiently large , so the pointwise limit is . Therefore . The mass "escapes to a point", a phenomenon unique to limits of unbounded sequences. This is the failure mode pointwise convergence cannot detect.
Use the grapher to plot on [0,1] for . Watch how each curve hugs the -axis for small and then sharply rises to 1 near . As grows, the transition becomes a near-vertical wall just left of 1. The pointwise limit is the step function (0 for , 1 at ), but no continuous curve "looks like" the step function for any finite , that is the visual signature of failed uniform convergence.
- Numerical integration & convergence theory: the Lebesgue Dominated Convergence Theorem and the Monotone Convergence Theorem give exactly the conditions under which pointwise convergence of integrands implies convergence of integrals. Numerical analysts rely on these results when they pass to the limit in Monte Carlo, finite-element, or spectral methods.
- Approximation theory: a sequence of approximation operators (Bernstein polynomials, Fourier partial sums, splines) is typically constructed to converge pointwise to a target function; whether the convergence is uniform determines whether the approximation is acceptable for engineering applications.
- Probability & convergence of distributions: a sequence of random variables converges "in distribution" iff their CDFs converge pointwise at every continuity point. The Central Limit Theorem is fundamentally a pointwise-CDF-convergence statement.
Pause and think: Why does pointwise convergence "lose" continuity of the limit even when each is continuous? Try to articulate, in your own words, what extra control we would need on to guarantee the limit is continuous.
Try it
- Predict first: find the pointwise limit of on . Is the limit continuous? Is the convergence uniform? (Spoiler: limit is 0, yes continuous, no uniform on all of .)
- Compute the pointwise limit of on . (Hint: split into , , .) Is the limit continuous?
- Construct a sequence of continuous on [0,1] with but pointwise. (Tent functions of height and base work.)
- True or false: if pointwise on [a,b] and each is bounded, then is bounded. Justify or give a counterexample.
A trap to watch for
Pointwise convergence is so weak that most "nice" theorems about limits and analysis ARE FALSE under it. Specifically: pointwise limit of continuous can be discontinuous; pointwise limit of integrable can be non-integrable; in general; in general. Whenever you want to swap a limit with another operation, you need a stronger hypothesis, usually uniform convergence (§2.7) or a dominated/monotone hypothesis (Lebesgue integration).
What you now know
You can compute pointwise limits, construct discontinuous-limit examples, build counterexamples to interchange-of-limits, and articulate why pointwise convergence alone is insufficient. Section §2.7 introduces uniform convergence, which is exactly the upgrade needed: it preserves continuity, allows interchange with integration, and (with a derivative condition) allows interchange with differentiation.
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.
- Tao, T. (2016). Analysis I (3rd ed.). Hindustan Book Agency, ch. 14.