Skip to content

Limits, Completeness, and Modes of Convergence

A convergence claim is incomplete until it names the objects, the ambient space and its metric or topology, the limiting parameter, and the mode of convergence. Completeness turns Cauchy control into existence of a limit inside that space. Pointwise and uniform convergence differ by the order of their quantifiers. Moving a limit through continuity, an integral, a derivative, an infinite sum, or a second limit is then a separate theorem, with separate hypotheses.

This page develops metric, pointwise, and uniform convergence and the elementary tests that distinguish them. Measure-theoretic, weak, and distributional convergence are named only at their handoffs.

Convergence data · Completeness · Pointwise versus uniform · Limit interchange · Series · Free-field example · Exercises

Before manipulating a limit, record seven pieces of data.

  1. Objects: numbers, functions, vectors, operators, distributions, or something else.
  2. Ambient space: the set in which every approximant and the proposed limit live.
  3. Closeness: the metric, norm, seminorms, or other topology that defines convergence.
  4. Parameter: for example nn\to\infty, a cutoff Λ\Lambda\to\infty, a regulator ε0\varepsilon\downarrow0, or a volume LL\to\infty.
  5. Mode: pointwise, uniform, norm, weak, distributional, or another named mode.
  6. Order: if several parameters vary, which limit is taken first, or whether a joint limit is claimed.
  7. Operation: the map, sum, integral, derivative, expectation, or second limit through which the first limit is to pass.

The theorem that authorizes the last step must use the same data. A bound that is uniform in xx but deteriorates as ε0\varepsilon\downarrow0, for example, is not uniform in (x,ε)(x,\varepsilon).

Metric limits, Cauchy sequences, and completeness

Section titled “Metric limits, Cauchy sequences, and completeness”

Let (X,d)(X,d) be a metric space. A sequence (xn)(x_n) converges to xXx\in X when

xnx(ε>0)(N)(nN)  d(xn,x)<ε.x_n\longrightarrow x \quad\Longleftrightarrow\quad (\forall\varepsilon>0)(\exists N) (\forall n\geq N)\; d(x_n,x)<\varepsilon.

The metric and the ambient space are part of the assertion. If a sequence has two limits xx and yy, choose nn large enough that both d(xn,x)<ε/2d(x_n,x)<\varepsilon/2 and d(xn,y)<ε/2d(x_n,y)<\varepsilon/2. The triangle inequality gives d(x,y)<εd(x,y)<\varepsilon for every ε>0\varepsilon>0, hence x=yx=y. Metric limits are unique.

A sequence is Cauchy when its late terms become mutually close:

(ε>0)(N)(m,nN)  d(xm,xn)<ε.(\forall\varepsilon>0)(\exists N) (\forall m,n\geq N)\; d(x_m,x_n)<\varepsilon.

Every convergent sequence is Cauchy. Indeed, if xnxx_n\to x, choose NN so that d(xn,x)<ε/2d(x_n,x)<\varepsilon/2 for nNn\geq N. Then

d(xm,xn)d(xm,x)+d(x,xn)<εd(x_m,x_n) \leq d(x_m,x)+d(x,x_n) <\varepsilon

whenever m,nNm,n\geq N. The converse is the extra property that matters.

A metric space is complete when every Cauchy sequence in it converges to a point of that same space. Completeness therefore converts an internal error estimate—late approximants are close to one another—into existence of the object they approximate; see Folland 1999, Chapter 0.

Give Q\mathbb Q the metric inherited from R\mathbb R and set

qn=10n210nQ.q_n=\frac{\lfloor 10^n\sqrt2\rfloor}{10^n}\in\mathbb Q.

Since 02qn<10n0\leq\sqrt2-q_n<10^{-n}, the sequence is Cauchy. In R\mathbb R it converges to 2\sqrt2, but no rational number can be its limit. Thus Q\mathbb Q is not complete. The obstruction is not a failure of the approximants to settle down; the required point is absent from the chosen space.

Completeness is not boundedness. The sequence (1)n(-1)^n is bounded in R\mathbb R but is not Cauchy. The interval (0,1)(0,1) is bounded but incomplete, while R\mathbb R is complete but unbounded. For orientation, every compact metric space is complete, but a complete metric space need not be compact. A subset of a complete metric space is complete in the inherited metric exactly when it is closed—that is, when it contains every ambient limit of a sequence from the subset.

Completeness also depends on the metric, not merely on the points or their open sets. On R\mathbb R, the usual metric is complete, whereas

ρ(x,y)=arctanxarctany\rho(x,y)=|\arctan x-\arctan y|

induces the same topology—the same open sets—but is incomplete: (n)(n) is ρ\rho-Cauchy and its arctan\arctan-image satisfies arctannπ/2arctan(R)\arctan n\to\pi/2\notin\arctan(\mathbb R). Completion of normed spaces is developed later on the Banach and Hilbert spaces page.

Let EE be a set, (Y,dY)(Y,d_Y) a metric space, and fn,f:EYf_n,f:E\to Y. Pointwise and uniform convergence differ only in the order of two quantifiers, but that difference controls what survives the limit.

fnf pointwise(xE)(ε>0)(N=N(x,ε))(nN)  dY(fn(x),f(x))<ε,\begin{aligned} f_n\to f\text{ pointwise} \quad\Longleftrightarrow\quad &(\forall x\in E)(\forall\varepsilon>0) (\exists N=N(x,\varepsilon))\\ & (\forall n\geq N)\; d_Y(f_n(x),f(x))<\varepsilon, \end{aligned}

whereas

fnf uniformly(ε>0)(N=N(ε))(xE)(nN)  dY(fn(x),f(x))<ε.\begin{aligned} f_n\to f\text{ uniformly} \quad\Longleftrightarrow\quad &(\forall\varepsilon>0) (\exists N=N(\varepsilon))\\ & (\forall x\in E)(\forall n\geq N)\; d_Y(f_n(x),f(x))<\varepsilon. \end{aligned}

The uniform threshold cannot depend on xx. Uniform convergence therefore implies pointwise convergence, but not conversely.

For bounded complex-valued functions, the supremum norm is

f=supxEf(x),\lVert f\rVert_\infty = \sup_{x\in E}|f(x)|,

and uniform convergence is precisely fnf0\lVert f_n-f\rVert_\infty\to0. More generally, the sup metric

d(f,g)=supxEdY(f(x),g(x))d_\infty(f,g) = \sup_{x\in E}d_Y(f(x),g(x))

is used on a class of maps for which the displayed supremum is finite.

The sequence (fn)(f_n) is uniformly Cauchy if

(ε>0)(N)(m,nN)(xE)  dY(fm(x),fn(x))<ε.(\forall\varepsilon>0)(\exists N) (\forall m,n\geq N)(\forall x\in E)\; d_Y(f_m(x),f_n(x))<\varepsilon.

If YY is complete, this criterion produces a uniform limit. For each fixed xx, the sequence (fn(x))(f_n(x)) is Cauchy in YY, so define f(x)=limnfn(x)f(x)=\lim_n f_n(x). Given ε>0\varepsilon>0, choose the uniform Cauchy threshold for ε/2\varepsilon/2. Hold nNn\geq N fixed and let mm\to\infty. The estimate gives

dY(fn(x),f(x))ε2<εfor every xE,d_Y(f_n(x),f(x))\leq\frac{\varepsilon}{2}<\varepsilon \qquad\text{for every }x\in E,

so fnff_n\to f uniformly. Consequently, bounded maps into a complete target form a complete metric space under the sup metric. If EE also has a topology, the uniform-limit theorem below shows that the continuous bounded maps form a closed subset and are therefore complete as well. In particular, write C(K;C)C(K;\mathbb C) for the continuous complex-valued functions on a compact space KK; this function space is complete in the sup norm. The uniform Cauchy criterion and this completeness argument are also treated in Lebl 2026, §§ 6.1–6.2, PDF.

On [0,1][0,1], let fn(x)=xnf_n(x)=x^n. The pointwise limit is

f(x)={0,0x<1,1,x=1.f(x)= \begin{cases} 0,&0\leq x<1,\\ 1,&x=1. \end{cases}

The convergence is not uniform because

supx[0,1]fn(x)f(x)=1\sup_{x\in[0,1]}|f_n(x)-f(x)|=1

for every nn. Each fnf_n is continuous, but ff is not. The same example shows that two existing iterated limits need not agree:

limx1limnxn=0,limnlimx1xn=1.\lim_{x\to1^-}\lim_{n\to\infty}x^n=0, \qquad \lim_{n\to\infty}\lim_{x\to1^-}x^n=1.

Uniform convergence on a neighborhood of the second limiting point would rule out this behavior; pointwise convergence does not.

For one fixed continuous map F:XYF:X\to Y, sequential continuity says

xnxF(xn)F(x).x_n\to x \quad\Longrightarrow\quad F(x_n)\to F(x).

This is already a limit-interchange theorem: continuity is the hypothesis that licenses F(limnxn)=limnF(xn)F(\lim_n x_n)=\lim_nF(x_n). Operations involving a changing function, an integral, a derivative, or another limiting parameter require different control.

Suppose fn:EYf_n:E\to Y is continuous at x0x_0 for every nn and fnff_n\to f uniformly. Given ε>0\varepsilon>0, choose NN such that

dY(fN(x),f(x))<ε3for every xE.d_Y(f_N(x),f(x))<\frac{\varepsilon}{3} \qquad\text{for every }x\in E.

Continuity of fNf_N at x0x_0 supplies a neighborhood in which dY(fN(x),fN(x0))<ε/3d_Y(f_N(x),f_N(x_0))<\varepsilon/3. There,

dY(f(x),f(x0))dY(f(x),fN(x))+dY(fN(x),fN(x0))+dY(fN(x0),f(x0))<ε.\begin{aligned} d_Y(f(x),f(x_0)) \leq{}&d_Y(f(x),f_N(x)) +d_Y(f_N(x),f_N(x_0))\\ &+d_Y(f_N(x_0),f(x_0)) <\varepsilon. \end{aligned}

Thus ff is continuous at x0x_0. Equivalently, if xx0x\to x_0 within EE, then

limnlimxx0fn(x)=limxx0limnfn(x)=f(x0).\lim_{n\to\infty}\lim_{x\to x_0}f_n(x) = \lim_{x\to x_0}\lim_{n\to\infty}f_n(x) =f(x_0).

The xnx^n example fails exactly because convergence is not uniform near x=1x=1.

Integration: uniform convergence is sufficient

Section titled “Integration: uniform convergence is sufficient”

If Riemann-integrable functions fn:[a,b]Cf_n:[a,b]\to\mathbb C converge uniformly to ff, then ff is Riemann integrable and

limnabfn(x)dx=abf(x)dx.\lim_{n\to\infty}\int_a^b f_n(x)\,\mathrm dx = \int_a^b f(x)\,\mathrm dx.

The decisive estimate is

ab(fn(x)f(x))dx(ba)fnf.\left| \int_a^b\bigl(f_n(x)-f(x)\bigr)\,\mathrm dx \right| \leq (b-a)\lVert f_n-f\rVert_\infty.

Uniform convergence is sufficient, not necessary. Later measure-theoretic theorems replace it with other hypotheses. Pointwise convergence alone is not enough: for n2n\geq2, define the continuous tent

hn(x)={n2x,0x1/n,n(2nx),1/nx2/n,0,2/nx1.h_n(x)= \begin{cases} n^2x,&0\leq x\leq 1/n,\\ n(2-nx),&1/n\leq x\leq2/n,\\ 0,&2/n\leq x\leq1. \end{cases}

For every fixed x[0,1]x\in[0,1], hn(x)0h_n(x)\to0, but the triangle has base 2/n2/n and height nn, so

01hn(x)dx=1.\int_0^1h_n(x)\,\mathrm dx=1.

Hence limnhn=0\int\lim_n h_n=0 while limnhn=1\lim_n\int h_n=1.

Uniform convergence of the functions does not by itself authorize differentiation. A useful sufficient theorem is the following. Let fnC1([a,b])f_n\in C^1([a,b]) and x0[a,b]x_0\in[a,b]. If fn(x0)Lf_n(x_0)\to L and fngf_n'\to g uniformly, then gg is continuous, because it is a uniform limit of continuous functions, and

fnfuniformly,f(x)=L+x0xg(t)dt,f=g.f_n\longrightarrow f \quad\text{uniformly}, \qquad f(x)=L+\int_{x_0}^{x}g(t)\,\mathrm dt, \qquad f'=g.

Indeed, the fundamental theorem of calculus gives the uniform estimate

fn(x)f(x)fn(x0)L+(ba)fng.|f_n(x)-f(x)| \leq |f_n(x_0)-L| +(b-a)\lVert f_n'-g\rVert_\infty.

The derivative hypothesis is essential. On [π,π][-\pi,\pi],

fn(x)=sin(nx)n0f_n(x)=\frac{\sin(nx)}{n} \longrightarrow0

uniformly, because fn1/n\lVert f_n\rVert_\infty\leq1/n. Yet fn(x)=cos(nx)f_n'(x)=\cos(nx) does not even converge pointwise at x=πx=\pi, since fn(π)=(1)nf_n'(\pi)=(-1)^n. It also satisfies fn(0)=1f_n'(0)=1 for every nn, whereas the derivative of the limiting zero function is 00.

Desired stepA sufficient hypothesis used on this pageWhat can fail without it
Pass a sequence limit through FFFF is continuous at the limiting pointThe image sequence may approach a different value or no value
Preserve continuity of fnf_nfnff_n\to f uniformlyA pointwise limit can be discontinuous
Pass a limit through a finite-interval integralUniform convergence of Riemann-integrable functionsConcentrating spikes can retain nonzero area
Pass a limit through a derivativeOne base value converges and the derivatives converge uniformlyUniformly small functions can have nonconvergent derivatives
Swap two limitsA theorem providing joint or suitable uniform controlBoth iterated limits may exist and disagree

These are sufficient conditions, not necessary ones. Failure of a sufficient test does not prove that a limit or interchange is impossible; it means that another theorem or a direct argument is needed.

An infinite series of functions is a sequence of partial sums

SN(x)=n=0Ngn(x).S_N(x)=\sum_{n=0}^{N}g_n(x).

All questions about continuity, integration, differentiation, or a second limit are therefore questions about the convergence mode of (SN)(S_N).

The Weierstrass MM-test gives uniform Cauchy control. If numbers Mn0M_n\geq0 satisfy

gn(x)Mnfor every xE,n=0Mn<,|g_n(x)|\leq M_n \quad\text{for every }x\in E, \qquad \sum_{n=0}^{\infty}M_n<\infty,

then ngn\sum_n g_n converges absolutely and uniformly. For M>NM>N,

supxESM(x)SN(x)n=N+1MMn,\sup_{x\in E}|S_M(x)-S_N(x)| \leq \sum_{n=N+1}^{M}M_n,

and the numerical tail tends to zero. Completeness of the scalar target then produces the uniform limit. Continuous summands have a continuous sum, and on a finite interval the sum may be integrated term by term. Differentiating term by term still requires control of the derivative series. The MM-test is only sufficient: inability to find a summable majorant is not itself a proof of divergence. For the theorem and its limit-interchange consequences, see Colding 2025, Lectures 20–21, PDF.

Consider a massive Euclidean free scalar kernel on the circle SL1=R/LZS_L^1=\mathbb R/L\mathbb Z, with L>0L>0 and m>0m>0. Declare the discrete Fourier convention

f~n=0Ldxe+iknxf(x),f(x)=1LnZeiknxf~n,kn=2πnL.\widetilde f_n = \int_0^L\mathrm dx\, e^{+ik_nx}f(x), \qquad f(x) = \frac1L\sum_{n\in\mathbb Z} e^{-ik_nx}\widetilde f_n, \qquad k_n=\frac{2\pi n}{L}.

The finite-mode covariance is

GN(x)=1LnNeiknxkn2+m2.G_N(x) = \frac1L \sum_{|n|\leq N} \frac{e^{-ik_nx}}{k_n^2+m^2}.

Here the regulator parameter is the integer cutoff NN, the limit is NN\to\infty at fixed LL and mm, and the claimed topology is the sup norm on C(SL1;C)C(S_L^1;\mathbb C). For M>NM>N,

GMGN2Ln=N+1M1(2πn/L)2+m2.\begin{aligned} \lVert G_M-G_N\rVert_\infty &\leq \frac2L\sum_{n=N+1}^{M} \frac1{(2\pi n/L)^2+m^2}. \end{aligned}

The numerical series is bounded by a constant multiple of n1n2\sum_{n\geq1}n^{-2}. The MM-test therefore makes (GN)(G_N) uniformly Cauchy. Since C(SL1;C)C(S_L^1;\mathbb C) is complete, there is a continuous function GG such that

GNG0.\lVert G_N-G\rVert_\infty\longrightarrow0.

Uniform convergence licenses, for example, passage through the circle integral. Only the zero mode survives, so

0LG(x)dx=limN0LGN(x)dx=1m2.\int_0^L G(x)\,\mathrm dx = \lim_{N\to\infty}\int_0^L G_N(x)\,\mathrm dx = \frac1{m^2}.

Now test a different operation. Every GNG_N is smooth, and termwise differentiation of the finite sum gives

(d2dx2+m2)GN(x)=1LnNeiknx.\left(-\frac{\mathrm d^2}{\mathrm dx^2}+m^2\right)G_N(x) = \frac1L\sum_{|n|\leq N}e^{-ik_nx}.

At x=0x=0, the right-hand side equals (2N+1)/L(2N+1)/L and diverges. Thus uniform convergence of GNG_N neither makes the displayed differential-operator sequence converge pointwise nor proves that GG is twice continuously differentiable. To identify its weaker limit, let φ\varphi be a smooth periodic test function. Rapid decay of its Fourier coefficients gives

0Ldx(1LnNeiknx)φ(x)=1LnNφ~n1LnZφ~n=φ(0).\begin{aligned} \int_0^L\mathrm dx\, \left(\frac1L\sum_{|n|\leq N}e^{-ik_nx}\right)\varphi(x) &= \frac1L\sum_{|n|\leq N}\widetilde\varphi_n\\ &\longrightarrow \frac1L\sum_{n\in\mathbb Z}\widetilde\varphi_n =\varphi(0). \end{aligned}

This is convergence to the periodic delta distribution. It is formulated by testing, not by assigning a finite value at every point.

This example establishes one precise result: removal of a finite-mode cutoff for this free scalar kernel in the sup norm. It does not establish pointwise convergence after differentiation, convergence of an operator-valued field, or the existence of an interacting continuum theory. Compare the free scalar mode analysis in Tong 2006–2007, §§ 2.2 and 2.3.2, PDF and the distributional status of free-field two-point functions in Zinn-Justin 2021, §§ 6.1.4 and 8.1. The test-function and distribution page defines the weaker limiting mode. Physical questions about regulator choice, observable convergence, error control, universality, and the order of continuum or infinite-volume limits continue in Regulators, Cutoffs, and Continuum Limits.

Invalid shortcutCounterexample or missing hypothesis
Bounded sequence \Rightarrow Cauchy(1)n(-1)^n in R\mathbb R
Cauchy \Rightarrow convergentRational approximations to 2\sqrt2 in Q\mathbb Q
Pointwise \Rightarrow uniformxnx^n on [0,1][0,1]
Pointwise limit of continuous functions is continuousThe same xnx^n sequence
Pointwise convergence permits integral interchangeThe shrinking tents hnh_n
Uniform convergence permits differentiationsin(nx)/n\sin(nx)/n
Existence of both iterated limits makes them equalxnx^n as nn\to\infty and x1x\to1^-
Convergence at each fixed regulator proves regulator removalA bound may deteriorate as the regulator is removed
One convergent regulated kernel establishes a continuum QFTThe object, topology, other cutoffs, and physical hypotheses remain separate

These are distinct convergence modes or limit theorems, governed by different hypotheses. Norm, weak, and distributional convergence arise from different topological structures in their own settings; they are not alternate names for pointwise or uniform convergence.

Completeness check. Why does the estimate qn2<10n|q_n-\sqrt2|<10^{-n} make (qn)(q_n) Cauchy in Q\mathbb Q without giving it a limit there?

Solution

For m,nNm,n\geq N,

qmqnqm2+2qn<210N.|q_m-q_n| \leq |q_m-\sqrt2|+|\sqrt2-q_n| <2\cdot10^{-N}.

This proves the Cauchy property using the inherited metric. Its only possible real limit is 2\sqrt2, which is not an element of Q\mathbb Q; completeness is precisely the missing hypothesis.

Quantifier check. Negate uniform convergence of fnf_n to ff.

Solution

Uniform convergence fails exactly when there is an ε0>0\varepsilon_0>0 such that for every NN there are nNn\geq N and xEx\in E with

dY(fn(x),f(x))ε0.d_Y(f_n(x),f(x))\geq\varepsilon_0.

The witness point may depend on NN and nn. For xnx^n, points sufficiently close to 11 provide such witnesses.

Integral check. Verify the pointwise limit and the integral of the tent functions hnh_n.

Solution

At x=0x=0, every hn(0)=0h_n(0)=0. For fixed x>0x>0, eventually 2/n<x2/n<x, so hn(x)=0h_n(x)=0. Hence hn0h_n\to0 pointwise. Each graph is a triangle of base 2/n2/n and height nn, so its area is 12(2/n)n=1\tfrac12(2/n)n=1. Pointwise convergence alone supplies no theorem that would permit the interchange.

Derivative check. Which hypothesis in the differentiation theorem fails for fn(x)=sin(nx)/nf_n(x)=\sin(nx)/n?

Solution

The base-point values converge—for example fn(0)=0f_n(0)=0—but the derivatives fn(x)=cos(nx)f_n'(x)=\cos(nx) do not converge uniformly. They do not even converge pointwise at x=πx=\pi, where fn(π)=(1)nf_n'(\pi)=(-1)^n. At x=0x=0 every derivative equals 11, while the derivative of the uniform limit is 00.

Mode-sum check. Explain why the cutoff covariance converges uniformly but its image under d2/dx2+m2-\mathrm d^2/\mathrm dx^2+m^2 does not converge pointwise at the origin.

Solution

The covariance coefficients decay like n2n^{-2}, so their absolute tails are bounded by a convergent numerical series independently of xx. After applying the differential operator, each coefficient becomes 11; at x=0x=0, all 2N+12N+1 phases equal 11. The value is therefore (2N+1)/L(2N+1)/L. The operation has destroyed the summable majorant that established uniform convergence.

  • Tobias Holck Colding, 18.100B/18.1002 Real Analysis, Spring 2025, MIT OpenCourseWare PDF, Lectures 12 and 20–21. Metric convergence and completeness, the Weierstrass MM-test, the uniform-limit theorem, completeness of C([a,b])C([a,b]), and uniform limit–integral interchange.
  • Gerald B. Folland, Real Analysis: Modern Techniques and Their Applications, 2nd ed., Wiley (1999), publisher record, Chapter 0 and §§4.1–4.4. Metric-space and point-set-topology background for the chapter’s analysis framework.
  • Jiří Lebl, Basic Analysis I, version 6.3 (2026), official PDF, §§ 6.1–6.2 and § 7.4. Pointwise and uniform convergence, uniform Cauchy criteria, continuity, integration and differentiation under limits, double-limit counterexamples, Cauchy sequences, and completeness.
  • David Tong, Quantum Field Theory, Cambridge Part III lecture notes, University of Cambridge, 2006–2007, official PDF, §§2.2 and 2.3.2. Free scalar modes and the use and removal of ultraviolet regulators in a controlled free-field calculation.
  • Jean Zinn-Justin, Quantum Field Theory and Critical Phenomena, 5th ed., Oxford University Press (2021), DOI:10.1093/oso/9780198834625.001.0001, §§6.1.4 and 8.1. Free-field two-point functions as distributions and the failure of ordinary coincident-point expressions in local field theory.