Uniform Convergence and Its Consequences

Part 2, Chapter 2: Single-Variable Real Analysis

Learning objectives

  • Define uniform convergence and contrast precisely with pointwise convergence
  • Apply the sup-norm criterion sup⁑x∣fn(x)βˆ’f(x)βˆ£β†’0\sup_x|f_n(x)-f(x)|\to 0
  • State and use the theorems: uniform limit of continuous is continuous; lim⁑∫=∫lim⁑\lim\int=\int\lim under uniform convergence
  • Apply the Weierstrass M-test to verify uniform convergence of series

Uniform convergence is the right notion for analysis. It fixes everything pointwise convergence broke: the limit of continuous functions is continuous, the limit of integrals is the integral of the limit, and (with one extra hypothesis) the limit of derivatives is the derivative of the limit. The price for these clean theorems is a stronger hypothesis, the same NN must work for ALL xx simultaneously. Once you internalise the geometric picture (the entire graph of f_nf\_n trapped in an epsilon\\epsilon-tube around the graph of ff), uniform convergence becomes intuitive, and the failure modes of pointwise convergence become easy to diagnose.

The definition

A sequence f_n\\{f\_n\\} converges uniformly to ff on SS if for every epsilon>0\\epsilon>0 there exists NN (depending only on epsilon\\epsilon, NOT on xx) such that for all n>Nn>N and ALL xinSx\\in S, ∣f_n(x)βˆ’f(x)∣<epsilon|f\_n(x)-f(x)|<\\epsilon. The single most useful equivalent formulation is the sup-norm criterion: f_ntoff\_n\\to f uniformly on SS iff sup_xinS∣f_n(x)βˆ’f(x)∣to0\\sup\_{x\\in S}|f\_n(x)-f(x)|\\to 0 as ntoinftyn\\to\\infty.

What uniform convergence buys you

Three landmark theorems hold under uniform convergence: (i) if each f_nf\_n is continuous and f_ntoff\_n\\to f uniformly on a set, then ff is continuous, the epsilontextβˆ’delta\\epsilon\\text{-}\\delta proof is a clean triple inequality. (ii) If each f_nf\_n is Riemann integrable on \[a,b\] and f_ntoff\_n\\to f uniformly, then ff is integrable and int_abf_ntoint_abf\\int\_a^b f\_n\\to\\int\_a^b f, the limit slides INSIDE the integral. (iii) If each f_nβ€²f\_n' is continuous, f_nβ€²togf\_n'\\to g uniformly, and f_nf\_n converges at one point, then f=limf_nf=\\lim f\_n is differentiable and fβ€²=gf'=g.

Example contrasting pointwise vs uniform

For f_n(x)=x/nf\_n(x)=x/n on \[0,1\]: \\sup\_{\[0,1\]}|x/n|=1/n\\to 0, so convergence is UNIFORM. For f_n(x)=x/nf\_n(x)=x/n on mathbbR\\mathbb{R}: sup_mathbbR∣x/n∣=+infty\\sup\_{\\mathbb{R}}|x/n|=+\\infty, so convergence is NOT uniform, only pointwise. The example illustrates the dependence on the domain: uniform convergence is a global property, and changing the domain can change the verdict.

Plot f_n(x)=xnf\_n(x)=x^n on \[0,1\] for n=2,5,10,50n=2, 5, 10, 50. The graphs hug the xx-axis on most of \[0,1\] but jump steeply to 1 near x=1x=1. The sup-norm sup∣f_n(x)βˆ’f(x)∣\\sup|f\_n(x)-f(x)| stays near 1/21/2 for every nn (peak located at x_n=2βˆ’1/nx\_n=2^{-1/n}), so the convergence is NOT uniform on \[0,1\]. But on \[0,1/2\]: supxn=(1/2)nto0\\sup x^n=(1/2)^n\\to 0, so convergence IS uniform there. The grapher visualises the gap shrinking on \[0,1/2\] and never shrinking on \[0,1\].

The Weierstrass M-test

The Weierstrass M-test is the standard tool for uniform convergence of series: if ∣f_n(x)∣leqM_n|f\_n(x)|\\leq M\_n for all xinSx\\in S and sumM_n\\sum M\_n converges, then sumf_n\\sum f\_n converges uniformly (and absolutely) on SS. Example: sum_nsin(nx)/n2\\sum\_n \\sin(nx)/n^2 on mathbbR\\mathbb{R} has ∣sin(nx)/n2∣leq1/n2|\\sin(nx)/n^2|\\leq 1/n^2 and sum1/n2=pi2/6\\sum 1/n^2=\\pi^2/6 converges, so the series converges uniformly, immediately implying the sum is a continuous function of xx.

Where this shows up
  • Series approximation & Taylor / Fourier series: a Taylor series converges uniformly on compact sets inside its radius of convergence, that is why you can differentiate or integrate it term-by-term. The same idea makes Fourier series usable for solving PDEs (heat equation, wave equation) by separation of variables.
  • Numerical computation & error guarantees: when a numerical method approximates a function uniformly, you can quote a SINGLE error bound valid everywhere in the domain. Pointwise convergence would force you to quote a different error at every input, useless for guarantees.
  • Stone-Weierstrass theorem & modern analysis: the Stone-Weierstrass theorem says every continuous function on a compact set can be uniformly approximated by polynomials. This underlies neural-network universal-approximation theorems, polynomial regression error bounds, and the theory of orthogonal polynomials (Legendre, Chebyshev, Hermite).

Pause and think: Why does uniform convergence preserve continuity but pointwise convergence does not? Sketch a triple-inequality argument: ∣f(x)βˆ’f(x_0)∣leq∣f(x)βˆ’f_N(x)∣+∣f_N(x)βˆ’f_N(x_0)∣+∣f_N(x_0)βˆ’f(x_0)∣|f(x)-f(x\_0)|\\leq|f(x)-f\_N(x)|+|f\_N(x)-f\_N(x\_0)|+|f\_N(x\_0)-f(x\_0)|. Which term needs uniformity?

Try it

  • Predict first: does f_n(x)=x2/nf\_n(x)=x^2/n converge uniformly on \[0,5\]? On mathbbR\\mathbb{R}? Compute \\sup\_{\[0,5\]}|x^2/n| and sup_mathbbR∣x2/n∣\\sup\_{\\mathbb{R}}|x^2/n| to decide.
  • Show by the M-test that \\sum\_{n=1}^\\infty \\cos(nx)/n^3 converges uniformly on mathbbR\\mathbb{R}. Conclude that the sum is a continuous function.
  • Construct a sequence f_ntoff\_n\\to f uniformly with each f_nβ€²f\_n' existing but f_nβ€²f\_n' NOT converging to fβ€²f' uniformly (uniform convergence does NOT in general imply uniform convergence of derivatives). Hint: try f_n(x)=sin(nx)/sqrtnf\_n(x)=\\sin(nx)/\\sqrt{n}.
  • True or false: if f_ntoff\_n\\to f uniformly on \[a,b\] and each f_nf\_n is Riemann integrable, then int_abf_ntoint_abf\\int\_a^b f\_n\\to\\int\_a^b f. Justify briefly using the epsilon(bβˆ’a)\\epsilon(b-a) bound.

The series-summer above is ideal for visualising the M-test: pick a series like sumsin(nx)/n2\\sum \\sin(nx)/n^2 and watch partial sums s_N(x)s\_N(x) get within sum_n>N1/n2\\sum\_{n>N}1/n^2 of the full sum uniformly in xx. The tail bound is what the M-test exploits.

A trap to watch for

Uniform convergence does NOT automatically give uniform convergence of derivatives. The example f_n(x)=sin(nx)/sqrtnf\_n(x)=\\sin(nx)/\\sqrt n shows f_nto0f\_n\\to 0 uniformly (since ∣f_n∣leq1/sqrtn|f\_n|\\leq 1/\\sqrt n), but f_nβ€²(x)=sqrtncos(nx)f\_n'(x)=\\sqrt n\\cos(nx) has ∣f_nβ€²(0)∣=sqrtntoinfty|f\_n'(0)|=\\sqrt n\\to\\infty. To swap lim\\lim and d/dxd/dx you need the SEPARATE hypothesis that f_nβ€²f\_n' converges uniformly (and f_nf\_n converges at one point).

What you now know

You can apply the sup-norm criterion, distinguish uniform from pointwise convergence by example, use the Weierstrass M-test, and quote the three landmark uniform-convergence theorems (continuity, integration, differentiation). This concludes Garrity ch. 2 on real analysis, the next chapter generalises everything to several variables, where pointwise vs uniform vs L^p convergence becomes even richer.

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.
  • Bartle, R. G., Sherbert, D. R. (2011). Introduction to Real Analysis (4th ed.). Wiley, ch. 8.

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