Sequences of Functions: Pointwise Convergence

Part 2, Chapter 2: Single-Variable Real Analysis

Learning objectives

  • Define pointwise convergence of a sequence {fn}\{f_n\} 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 xx" and "for each nn" matters enormously: if you fix xx first and then send ntoinftyn\\to\\infty, the limit f(x)=limf_n(x)f(x)=\\lim f\_n(x) exists for every xx, but the resulting function ff might be discontinuous even though every f_nf\_n is smooth. Worse, you cannot pass limits through integrals or derivatives. The standard example f_n(x)=xnf\_n(x)=x^n on \[0,1\] has continuous f_nf\_n 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 f_n\\{f\_n\\} defined on a set SS converges pointwise to a function ff on SS if for every xinSx\\in S, the numerical sequence f_1(x),f_2(x),f_3(x),ldotsf\_1(x), f\_2(x), f\_3(x), \\ldots converges to f(x)f(x). Formally: for every xinSx\\in S and every epsilon>0\\epsilon>0, there exists N(x,epsilon)N(x,\\epsilon) such that f_n(x)f(x)<epsilon|f\_n(x)-f(x)|<\\epsilon for all ngeqNn\\geq N. Note crucially that NN may depend on xx, that is the entire weakness of the concept.

The classic example: f_n(x)=xnf\_n(x)=x^n on \[0,1\]

For 0leqx<10\\leq x<1, the geometric xnto0x^n\\to 0. At x=1x=1, 1n=11^n=1 for every nn. So the pointwise limit is f(x)=0f(x)=0 for xin\[0,1)x\\in\[0,1) and f(1)=1f(1)=1, a discontinuous step function, even though every f_nf\_n is a smooth polynomial. The convergence is "slow" near x=1x=1: to get xn<epsilonx^n<\\epsilon, you need n>logepsilon/logxn>\\log\\epsilon/\\log x, which blows up as xto1x\\to 1^-. That is precisely why no single NN works for all xx at once.

Why integrals and limits need not commute

Consider f_n(x)=nf\_n(x)=n on (0,1/n)(0,1/n) and 00 elsewhere on \[0,1\]. Each f_nf\_n has int_01f_n=1\\int\_0^1 f\_n=1. But pointwise, for every fixed x>0x>0 we have f_n(x)=0f\_n(x)=0 for all sufficiently large nn, so the pointwise limit is fequiv0f\\equiv 0. Therefore lim_nintf_n=1neq0=intlim_nf_n\\lim\_n \\int f\_n=1\\neq 0=\\int\\lim\_n f\_n. 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 f_n(x)=xnf\_n(x)=x^n on \[0,1\] for n=1,2,5,10,50n=1, 2, 5, 10, 50. Watch how each curve hugs the xx-axis for small xx and then sharply rises to 1 near x=1x=1. As nn grows, the transition becomes a near-vertical wall just left of 1. The pointwise limit is the step function (0 for x<1x<1, 1 at x=1x=1), but no continuous curve "looks like" the step function for any finite nn, that is the visual signature of failed uniform convergence.

Where this shows up
  • 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 f_nf\_n is continuous? Try to articulate, in your own words, what extra control we would need on f_n\\{f\_n\\} to guarantee the limit is continuous.

Try it

  • Predict first: find the pointwise limit of f_n(x)=x/nf\_n(x)=x/n on mathbbR\\mathbb{R}. Is the limit continuous? Is the convergence uniform? (Spoiler: limit is 0, yes continuous, no uniform on all of mathbbR\\mathbb{R}.)
  • Compute the pointwise limit of f_n(x)=1/(1+x2n)f\_n(x)=1/(1+x^{2n}) on \[0,infty)\[0,\\infty). (Hint: split into x<1x<1, x=1x=1, x>1x>1.) Is the limit continuous?
  • Construct a sequence of continuous f_nf\_n on \[0,1\] with int_01f_n=1\\int\_0^1 f\_n=1 but f_nto0f\_n\\to 0 pointwise. (Tent functions of height nn and base 2/n2/n work.)
  • True or false: if f_ntoff\_n\\to f pointwise on \[a,b\] and each f_nf\_n is bounded, then ff 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; limintneqintlim\\lim\\int\\neq\\int\\lim in general; limf_nneq(limf_n)\\lim f\_n'\\neq(\\lim f\_n)' in general. Whenever you want to swap a limit with another operation, you need a stronger hypothesis, usually uniform convergence (Section 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.

This page is prerendered for SEO and accessibility. The interactive widgets above hydrate on JavaScript load.