Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

15 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full by a delegated reviewing agent on the owner's instruction; the judge is an additional, independent cross-model AI review of the proofs. The 15 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Sequences and Series of Functions; Uniform Convergence

1 · Prerequisites

2 · Summary

Real convergence and the Cauchy criterion supply the pointwise and completeness arguments, while metric continuity and compactness control functions on metric domains. The supremum metric for bounded functions, Heine-Borel compactness, the Riemann criterion, the fundamental theorem of calculus, scalar series tests, and Abel summation provide the estimates used for completeness, integration, differentiation, and function series.

Pointwise, uniform, and uniformly Cauchy convergence are defined by their quantifier order, followed by the uniform Cauchy criterion and its function-series form. Algebraic permanence, continuity of uniform limits, completeness of C(K,R)C(K,\mathbb{R}), interchange with integration, and the derivative-limit theorem develop the principal consequences. The M-test and uniform Dirichlet and Abel tests give convergence criteria for function series, while the closed-interval Dini theorem converts monotone pointwise convergence of continuous functions into uniform convergence.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions

Definition

Let XX be a set and, for each kNk \in \mathbb{N}, let fk:XRf_k : X \to \mathbb{R} be a real-valued function (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}). Let f:XRf : X \to \mathbb{R}.

The sequence (fk)(f_k) converges pointwise to ff on XX when, for every xXx \in X, the real sequence (fk(x))(f_k(x)) converges to f(x)f(x) (Limits and Cauchy sequences of reals). Thus the index after which fk(x)f(x)<ε|f_k(x)-f(x)|<\varepsilon may depend on both ε\varepsilon and xx.

The sequence (fk)(f_k) converges uniformly to ff on XX when

(ε>0)(NN)(kN)(xX)fk(x)f(x)<ε,(\forall \varepsilon>0)(\exists N\in\mathbb{N})(\forall k\ge N)(\forall x\in X)\quad |f_k(x)-f(x)|<\varepsilon,

where ε\varepsilon ranges over the positive reals. Here one index NN serves every point of XX.

The sequence (fk)(f_k) is uniformly Cauchy on XX when

(ε>0)(NN)(m,nN)(xX)fm(x)fn(x)<ε.(\forall \varepsilon>0)(\exists N\in\mathbb{N})(\forall m,n\ge N)(\forall x\in X)\quad |f_m(x)-f_n(x)|<\varepsilon.

For each of the three notions above, restricting the error to positive rationals gives an equivalent condition. The real-error condition immediately implies the rational-error condition. Conversely, given a real η>0\eta>0, choose n1n\ge1 with 1/n<η1/n<\eta by For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon; the condition for the positive rational 1/n1/n implies the condition for η\eta. The real-error form is used because it makes the uniform quantifiers transparent.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Uniform convergence of real-valued functions implies pointwise convergence

Statement

Let XX be a set. If a sequence of functions fk:XRf_k:X\to\mathbb{R} converges uniformly to f:XRf:X\to\mathbb{R}, then it converges pointwise to ff (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Facts & Assumptions

Given: A set XX, functions fk,f:XRf_k,f:X\to\mathbb{R}, and uniform convergence fkff_k\to f on XX.

[A1]

Uniform convergence means that for every real ε>0\varepsilon>0 there is NNN\in\mathbb{N} such that fk(x)f(x)<ε|f_k(x)-f(x)|<\varepsilon for every kNk\ge N and every xXx\in X (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Proof

technique · direct
1.1

Fix xXx\in X and a real ε>0\varepsilon>0. By [A1] choose NNN\in\mathbb{N} such that fk(y)f(y)<ε|f_k(y)-f(y)|<\varepsilon for every kNk\ge N and every yXy\in X.

A1choose
2.1

In particular, fk(x)f(x)<ε|f_k(x)-f(x)|<\varepsilon for every kNk\ge N.

step 1.1
3.1

Since xx and ε\varepsilon were arbitrary, fk(x)f(x)f_k(x)\to f(x) for every xXx\in X, which is pointwise convergence.

step 2.1A1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

A sequence of real-valued functions converges uniformly if and only if it is uniformly Cauchy

Statement

Let XX be a set and let fk:XRf_k:X\to\mathbb{R} for every kNk\in\mathbb{N}. Then (fk)(f_k) converges uniformly on XX to some f:XRf:X\to\mathbb{R} if and only if (fk)(f_k) is uniformly Cauchy on XX (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Facts & Assumptions

Given: A set XX and a sequence of functions fk:XRf_k:X\to\mathbb{R}.

[A1]

Uniform convergence to ff means that for every real ε>0\varepsilon>0 there is NN such that fk(x)f(x)<ε|f_k(x)-f(x)|<\varepsilon for every kNk\ge N and every xXx\in X (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[A2]

Uniform Cauchyness means that for every real ε>0\varepsilon>0 there is NN such that fm(x)fn(x)<ε|f_m(x)-f_n(x)|<\varepsilon for every m,nNm,n\ge N and every xXx\in X (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[A3]

Pointwise convergence as defined through real sequences can equivalently be tested with every positive real error (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[L1]

For reals u,vu,v, u+vu+v|u+v|\le |u|+|v| (The triangle inequality).

Proof

technique · direct
1.1

Suppose first that fkff_k\to f uniformly on XX, and let ε>0\varepsilon>0 be real. By [A1] choose NN with fj(x)f(x)<ε/2|f_j(x)-f(x)|<\varepsilon/2 for every jNj\ge N and xXx\in X. Thus, for m,nNm,n\ge N and xXx\in X, fm(x)fn(x)fm(x)f(x)+f(x)fn(x)<ε|f_m(x)-f_n(x)|\le |f_m(x)-f(x)|+|f(x)-f_n(x)|<\varepsilon. Since ε\varepsilon was arbitrary, (fk)(f_k) is uniformly Cauchy.

A1A2L1choosealgebra
1.2

Conversely, suppose that (fk)(f_k) is uniformly Cauchy on XX. For each xXx\in X, [A2] makes (fk(x))(f_k(x)) a Cauchy real sequence; by [L2] it has a real limit f(x)f(x). These values define a function f:XRf:X\to\mathbb{R}.

A2L2construct
1.3

Under this converse assumption, let ε>0\varepsilon>0 be real and choose NN such that fm(x)fn(x)<ε/2|f_m(x)-f_n(x)|<\varepsilon/2 for every m,nNm,n\ge N and every xXx\in X.

A2choose
2.1

Fix kNk\ge N and xXx\in X. Pointwise convergence at xx gives a threshold MM such that fn(x)f(x)<ε/2|f_n(x)-f(x)|<\varepsilon/2 for nMn\ge M. Choose nN,Mn\ge N,M. Then fk(x)f(x)fk(x)fn(x)+fn(x)f(x)<ε|f_k(x)-f(x)|\le |f_k(x)-f_n(x)|+|f_n(x)-f(x)|<\varepsilon.

step 1.2step 1.3A3L1choose
3.1

The index NN in step 1.3 is independent of kk and xx, so step 2.1 proves fkff_k\to f uniformly. Together with step 1.1 this proves both directions.

step 1.1step 2.1A1
DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

A series of real-valued functions and its pointwise and uniform convergence through its partial sums

Definition

Let XX be a set and let fk:XRf_k:X\to\mathbb{R} for kNk\in\mathbb{N}. The series of real-valued functions fk\sum f_k is studied through its partial-sum functions

Sn(x):=k<nfk(x)(nN, xX),S_n(x):=\sum_{k<n}f_k(x)\qquad(n\in\mathbb{N},\ x\in X),

where the sum on the right is the finite sum of Series, partial sums, convergence and the sum, divergence, and the tail series. Thus S0S_0 is the zero function and Sn+1=Sn+fnS_{n+1}=S_n+f_n under the pointwise operations of The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}.

The series fk\sum f_k converges pointwise to S:XRS:X\to\mathbb{R} when SnSS_n\to S pointwise, and it converges uniformly to SS when SnSS_n\to S uniformly (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

The series is absolutely convergent at xXx\in X when the scalar series fk(x)\sum |f_k(x)| converges. It is absolutely pointwise convergent when this holds for every xXx\in X.

CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

A series of real-valued functions converges uniformly if and only if its tails are uniformly small

Statement

Let XX be a set and let fk:XRf_k:X\to\mathbb{R}. The function series fk\sum f_k converges uniformly on XX if and only if, for every real ε>0\varepsilon>0, there is NNN\in\mathbb{N} such that

k=m+1nfk(x)<ε\left|\sum_{k=m+1}^{n}f_k(x)\right|<\varepsilon

for every n>mNn>m\ge N and every xXx\in X.

Facts & Assumptions

Given: A set XX, functions fk:XRf_k:X\to\mathbb{R}, and partial-sum functions Sr(x)=k<rfk(x)S_r(x)=\sum_{k<r}f_k(x).

[L1]

The series fk\sum f_k converges uniformly exactly when its partial-sum sequence (Sr)(S_r) converges uniformly (A series of real-valued functions and its pointwise and uniform convergence through its partial sums).

[L2]

A sequence of real-valued functions converges uniformly exactly when it is uniformly Cauchy (A sequence of real-valued functions converges uniformly if and only if it is uniformly Cauchy).

[L3]

For n>mn>m, k=m+1nfk(x)=Sn+1(x)Sm+1(x)\sum_{k=m+1}^{n}f_k(x)=S_{n+1}(x)-S_{m+1}(x), and u=u|-u|=|u| for every real uu (A series of real-valued functions and its pointwise and uniform convergence through its partial sums, Basic properties of the absolute value).

Proof

technique · direct
1.1

Suppose first that fk\sum f_k converges uniformly, and let ε>0\varepsilon>0 be real.

L1
1.2

Conversely, suppose the displayed tail condition holds, and fix a real ε>0\varepsilon>0 and a corresponding index NN.

given
2.1

By [L1] and [L2], choose KK such that Sp(x)Sq(x)<ε|S_p(x)-S_q(x)|<\varepsilon for every p,qKp,q\ge K and every xXx\in X.

step 1.1L1L2choose
2.2

Put K:=N+1K:=N+1. If p,qKp,q\ge K and xXx\in X, then the difference is 00 when p=qp=q; if p>qp>q, set m=q1Nm=q-1\ge N and n=p1>mn=p-1>m, so the tail condition and [L3] give Sp(x)Sq(x)<ε|S_p(x)-S_q(x)|<\varepsilon; the case q>pq>p follows by symmetry of absolute value.

step 1.2L3algebra
3.1

For n>mKn>m\ge K and xXx\in X, the indices n+1,m+1n+1,m+1 are at least KK, so [L3] and step 2.1 give k=m+1nfk(x)<ε\left|\sum_{k=m+1}^{n}f_k(x)\right|<\varepsilon.

step 2.1L3
3.2

Thus (Sr)(S_r) is uniformly Cauchy, hence converges uniformly by [L2], and therefore fk\sum f_k converges uniformly by [L1].

step 2.2L1L2
4.1

Steps 3.1 and 3.2 prove the two implications, hence the equivalence.

step 3.1step 3.2
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Uniform limits respect sums and scalar multiples

Statement

Let XX be a set. Suppose fkff_k\to f and gkgg_k\to g uniformly on XX, where all functions are real valued. Then, for all α,βR\alpha,\beta\in\mathbb{R},

αfk+βgkαf+βg\alpha f_k+\beta g_k\longrightarrow \alpha f+\beta g

uniformly on XX. In particular, uniform convergence is preserved by sums, differences, and scalar multiples.

Facts & Assumptions

Given: A set XX, uniformly convergent sequences fkff_k\to f and gkgg_k\to g, and reals α,β\alpha,\beta.

[A1]

Uniform convergence gives, for every real η>0\eta>0, one index after which fk(x)f(x)<η|f_k(x)-f(x)|<\eta at every xx, and likewise for gkgg_k\to g (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[L1]

For reals u,vu,v, u+vu+v|u+v|\le |u|+|v|, while cu=cu|cu|=|c||u| and absolute values are nonnegative (The triangle inequality, Basic properties of the absolute value).

Proof

technique · direct
1.1

Let ε>0\varepsilon>0 be real and put η:=ε/(2(α+β+1))>0\eta:=\varepsilon/\bigl(2(|\alpha|+|\beta|+1)\bigr)>0.

constructL1
1.2

By uniform convergence choose Nf,NgN_f,N_g such that fk(x)f(x)<η|f_k(x)-f(x)|<\eta for kNfk\ge N_f and all xx, and gk(x)g(x)<η|g_k(x)-g(x)|<\eta for kNgk\ge N_g and all xx.

A1choose
2.1

Choose an index NN at least as large as NfN_f and NgN_g. For every kNk\ge N and xXx\in X, one has α(fk(x)f(x))+β(gk(x)g(x))αη+βη<ε|\alpha(f_k(x)-f(x))+\beta(g_k(x)-g(x))|\le |\alpha|\eta+|\beta|\eta<\varepsilon.

step 1.1step 1.2L1choosealgebra
3.1

The expression in step 2.1 is (αfk+βgk)(x)(αf+βg)(x)|(\alpha f_k+\beta g_k)(x)-(\alpha f+\beta g)(x)|, and the index NN serves every xx, so the asserted convergence is uniform.

step 2.1A1
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Products converge uniformly when both factors converge uniformly and one limiting factor and one approximating family are uniformly bounded

Statement

Let XX be a set, and suppose fkff_k\to f and gkgg_k\to g uniformly on XX. Assume there are reals B,C0B,C\ge0 such that

f(x)Bandgk(x)C|f(x)|\le B\quad\text{and}\quad |g_k(x)|\le C

for every xXx\in X and every kNk\in\mathbb{N}. Then fkgkfgf_kg_k\to fg uniformly on XX.

The same conclusion holds after interchanging the two factors: it is enough that one limit function and the approximating sequence of the other factor have uniform bounds.

Facts & Assumptions

Given: Uniform convergence fkff_k\to f and gkgg_k\to g on XX, with bounds f(x)B|f(x)|\le B and gk(x)C|g_k(x)|\le C for all x,kx,k.

[A1]

Uniform convergence gives one index serving all points for any prescribed positive real error (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[A2]

A subset of R\mathbb{R} is bounded when it has real lower and upper bounds; the displayed absolute-value inequalities are the corresponding uniform bounds on the ranges (Lower bound, bounded below, bounded set).

[L1]

For reals u,v,cu,v,c, u+vu+v|u+v|\le|u|+|v| and cu=cu|cu|=|c||u| (The triangle inequality, Basic properties of the absolute value).

Proof

technique · direct
1.1

Let ε>0\varepsilon>0 be real and put η:=ε/(B+C+1)>0\eta:=\varepsilon/(B+C+1)>0.

construct
1.2

Choose NN such that, for every kNk\ge N and every xXx\in X, both fk(x)f(x)<η|f_k(x)-f(x)|<\eta and gk(x)g(x)<η|g_k(x)-g(x)|<\eta.

A1choose
2.1

For kNk\ge N and xXx\in X, add and subtract f(x)gk(x)f(x)g_k(x) to obtain fk(x)gk(x)f(x)g(x)gk(x)fk(x)f(x)+f(x)gk(x)g(x)<(B+C)η<ε|f_k(x)g_k(x)-f(x)g(x)|\le |g_k(x)|\,|f_k(x)-f(x)|+|f(x)|\,|g_k(x)-g(x)|<(B+C)\eta<\varepsilon.

step 1.1step 1.2A2L1algebra
3.1

Since NN is independent of xx, step 2.1 proves fkgkfgf_kg_k\to fg uniformly. Interchanging the names of the factors gives the symmetric clause.

step 2.1A1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The uniform limit of continuous real-valued functions on a metric space is continuous

Statement

Let (X,d)(X,d) be a metric space and let fk:XRf_k:X\to\mathbb{R} be continuous for every kNk\in\mathbb{N}, where R\mathbb{R} has its usual metric dR(s,t)=std_{\mathbb{R}}(s,t)=|s-t|. If fkff_k\to f uniformly on XX, then f:XRf:X\to\mathbb{R} is continuous.

Facts & Assumptions

Given: A metric space (X,d)(X,d), continuous functions fk:XRf_k:X\to\mathbb{R}, and uniform convergence fkff_k\to f.

[A1]

Uniform convergence gives, for every real η>0\eta>0, one index NN such that fk(x)f(x)<η|f_k(x)-f(x)|<\eta for every kNk\ge N and every xXx\in X (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[A2]

Continuity of fNf_N at aa means that for every real η>0\eta>0 there is δ>0\delta>0 such that d(x,a)<δd(x,a)<\delta implies fN(x)fN(a)<η|f_N(x)-f_N(a)|<\eta (Continuity of a map between metric spaces, at a point and globally, in the ε\varepsilon-δ\delta form, The absolute value makes R\mathbb{R} a metric space: d(x,y)=xyd(x,y) = |x-y| is a metric, its open balls are the intervals (xr,x+r)(x-r, x+r), and it is unbounded).

[L1]

For reals u,vu,v, u+vu+v|u+v|\le|u|+|v| (The triangle inequality).

Proof

technique · direct
1.1

Fix aXa\in X and a real ε>0\varepsilon>0. By uniform convergence choose NN such that fN(x)f(x)<ε/3|f_N(x)-f(x)|<\varepsilon/3 for every xXx\in X.

A1choose
1.2

By continuity of fNf_N at aa, choose δ>0\delta>0 such that d(x,a)<δd(x,a)<\delta implies fN(x)fN(a)<ε/3|f_N(x)-f_N(a)|<\varepsilon/3.

A2choose
2.1

If d(x,a)<δd(x,a)<\delta, then f(x)f(a)f(x)fN(x)+fN(x)fN(a)+fN(a)f(a)<ε|f(x)-f(a)|\le |f(x)-f_N(x)|+|f_N(x)-f_N(a)|+|f_N(a)-f(a)|<\varepsilon.

step 1.1step 1.2L1algebra
3.1

Thus ff is continuous at the arbitrary point aa, and hence continuous on XX.

step 2.1A2
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The uniform limit of uniformly continuous real-valued functions is uniformly continuous

Statement

Let (X,d)(X,d) be a metric space. If each fk:XRf_k:X\to\mathbb{R} is uniformly continuous and fkff_k\to f uniformly on XX, then ff is uniformly continuous.

Facts & Assumptions

Given: A metric space (X,d)(X,d), uniformly continuous functions fk:XRf_k:X\to\mathbb{R}, and uniform convergence fkff_k\to f.

[A1]

Uniform convergence gives one index serving every point for any prescribed positive real error (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[A2]

Uniform continuity of fNf_N means that for every real η>0\eta>0 there is δ>0\delta>0 such that d(x,y)<δd(x,y)<\delta implies fN(x)fN(y)<η|f_N(x)-f_N(y)|<\eta for all x,yXx,y\in X (Uniform continuity of a map of metric spaces: one δ\delta serving every point, The absolute value makes R\mathbb{R} a metric space: d(x,y)=xyd(x,y) = |x-y| is a metric, its open balls are the intervals (xr,x+r)(x-r, x+r), and it is unbounded).

[L1]

For reals u,vu,v, u+vu+v|u+v|\le|u|+|v| (The triangle inequality).

Proof

technique · direct
1.1

Let ε>0\varepsilon>0 be real. Choose NN such that fN(x)f(x)<ε/3|f_N(x)-f(x)|<\varepsilon/3 for every xXx\in X.

A1choose
1.2

By uniform continuity of fNf_N, choose δ>0\delta>0 such that d(x,y)<δd(x,y)<\delta implies fN(x)fN(y)<ε/3|f_N(x)-f_N(y)|<\varepsilon/3 for every x,yXx,y\in X.

A2choose
2.1

If d(x,y)<δd(x,y)<\delta, then f(x)f(y)f(x)fN(x)+fN(x)fN(y)+fN(y)f(y)<ε|f(x)-f(y)|\le|f(x)-f_N(x)|+|f_N(x)-f_N(y)|+|f_N(y)-f(y)|<\varepsilon.

step 1.1step 1.2L1algebra
3.1

The same δ\delta serves every pair x,yx,y, so ff is uniformly continuous.

step 2.1A2
DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The space C(K,R)C(K,\mathbb{R}) of continuous real-valued functions on a nonempty compact metric space

Definition

Let (K,d)(K,d) be a nonempty compact metric space (Open cover, subcover, compact metric space, and compact subset of a metric space). Define

C(K,R):={fRK:f:(K,d)(R,dR) is continuous},C(K,\mathbb{R}):=\{\,f\in\mathbb{R}^{K}:f:(K,d)\to(\mathbb{R},d_{\mathbb{R}})\text{ is continuous}\,\},

where RK\mathbb{R}^{K} is the function space of The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\} and dR(s,t)=std_{\mathbb{R}}(s,t)=|s-t| is the usual metric (The absolute value makes R\mathbb{R} a metric space: d(x,y)=xyd(x,y) = |x-y| is a metric, its open balls are the intervals (xr,x+r)(x-r, x+r), and it is unbounded, Continuity of a map between metric spaces, at a point and globally, in the ε\varepsilon-δ\delta form).

This definition introduces the set of continuous functions only. Boundedness and the supremum metric are assertions to be proved, not clauses of the definition.

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

C(K,R)C(K,\mathbb{R}) is complete in the supremum metric for every nonempty compact metric space KK

Statement

Let (K,d)(K,d) be a nonempty compact metric space. Every member of C(K,R)C(K,\mathbb{R}) is bounded, so the supremum metric

d(f,g):=supxKf(x)g(x)d_\infty(f,g):=\sup_{x\in K}|f(x)-g(x)|

is defined on C(K,R)C(K,\mathbb{R}). With this metric, C(K,R)C(K,\mathbb{R}) is complete.

Facts & Assumptions

Given: A nonempty compact metric space (K,d)(K,d) and the set C(K,R)C(K,\mathbb{R}) of continuous real-valued functions on it.

[L1]

Every continuous real-valued function on a nonempty compact metric space has a bounded range (A continuous real-valued function on a nonempty compact metric space is bounded and attains a greatest and a least value).

[L2]

If SS is nonempty, the formula d(f,g)=supxSf(x)g(x)d_\infty(f,g)=\sup_{x\in S}|f(x)-g(x)| defines a metric on the set of bounded functions SRS\to\mathbb{R} (The supremum metric d(f,g)=supxf(x)g(x)d_\infty(f,g) = \sup_x |f(x) - g(x)| is a metric on the bounded real-valued functions on a nonempty set).

[L3]

A sequence is Cauchy in a metric dd when, for every positive error, all pairwise distances sufficiently far out are below that error; it converges to pp when its distances to pp tend to zero (Cauchy sequence in a metric space, Convergence of a sequence in a metric space: xkxx_k \to x iff d(xk,x)0d(x_k, x) \to 0 in R\mathbb{R}).

[L4]

A sequence of real-valued functions converges uniformly if and only if it is uniformly Cauchy (A sequence of real-valued functions converges uniformly if and only if it is uniformly Cauchy).

[L5]

A uniform limit of continuous real-valued functions on a metric space is continuous (The uniform limit of continuous real-valued functions on a metric space is continuous).

[L6]

A metric space is complete when every Cauchy sequence in it converges to one of its points (Complete metric space: every Cauchy sequence converges in the space).

Proof

technique · direct
1.1

By [L1], every fC(K,R)f\in C(K,\mathbb{R}) is bounded. Thus C(K,R)C(K,\mathbb{R}) is a subset of the bounded functions on KK, and the restriction of the metric in [L2] is a metric on C(K,R)C(K,\mathbb{R}).

L1L2
1.2

Let (fj)(f_j) be a Cauchy sequence in this supremum metric.

givenL3
2.1

Given a real ε>0\varepsilon>0, choose JJ such that d(fm,fn)<εd_\infty(f_m,f_n)<\varepsilon for all m,nJm,n\ge J. Then fm(x)fn(x)d(fm,fn)<ε|f_m(x)-f_n(x)|\le d_\infty(f_m,f_n)<\varepsilon for all such m,nm,n and every xKx\in K, so (fj)(f_j) is uniformly Cauchy.

step 1.2L2L3
3.1

By [L4] there is a function f:KRf:K\to\mathbb{R} such that fjff_j\to f uniformly on KK.

step 2.1L4
4.1

The function ff is continuous by [L5], hence belongs to C(K,R)C(K,\mathbb{R}) and is bounded by [L1].

step 3.1L1L5
5.1

Let ε>0\varepsilon>0. Uniform convergence gives JJ such that fj(x)f(x)<ε/2|f_j(x)-f(x)|<\varepsilon/2 for every jJj\ge J and xKx\in K; hence d(fj,f)ε/2<εd_\infty(f_j,f)\le\varepsilon/2<\varepsilon, so fjff_j\to f in the supremum metric.

step 3.1step 4.1L2L3
6.1

Every Cauchy sequence in C(K,R)C(K,\mathbb{R}) therefore converges in the supremum metric to a member of C(K,R)C(K,\mathbb{R}), so the metric space is complete.

step 1.1step 5.1L6
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Uniformly close integrable functions have integrals differing by at most the interval length times their uniform error

Statement

Let u,vRu,v\in\mathbb{R}, and let ff and gg be integrable between uu and vv. If η0\eta\ge0 and

f(x)g(x)η|f(x)-g(x)|\le\eta

throughout the closed interval with endpoints uu and vv, then

uvfuvgηvu.\left|\int_u^v f-\int_u^v g\right|\le \eta\,|v-u|.

Facts & Assumptions

Given: Reals u,vu,v, functions f,gf,g integrable between them, and a real η0\eta\ge0 with fgη|f-g|\le\eta on the interval between them.

[L2]

If a<ba<b, an integrable function hh satisfying mh(x)Mm\le h(x)\le M on [a,b][a,b] has m(ba)abhM(ba)m(b-a)\le\int_a^b h\le M(b-a) (If fgf \le g on [a,b][a,b] and both are integrable then abfabg\int_a^b f \le \int_a^b g; and m(ba)abfM(ba)m(b-a) \le \int_a^b f \le M(b-a)).

[L3]

For every real zz, zzz-|z|\le z\le|z| and z=z|-z|=|z|; for c>0c>0, z<c|z|<c exactly when c<z<c-c<z<c (Basic properties of the absolute value).

Proof

technique · direct
1.1

If u=vu=v, both oriented integrals are 00 and the asserted inequality holds.

L1algebra
1.2

Suppose u<vu<v and put h:=fgh:=f-g. Then hh is integrable and uvh=uvfuvg\int_u^v h=\int_u^v f-\int_u^v g.

L1
2.1

The hypothesis gives h(x)η|h(x)|\le\eta, while [L3] gives h(x)h(x)h(x)-|h(x)|\le h(x)\le|h(x)|; hence ηh(x)η-\eta\le h(x)\le\eta on [u,v][u,v], and [L2] gives η(vu)uvhη(vu)-\eta(v-u)\le\int_u^v h\le\eta(v-u).

step 1.2L2L3
3.1

Hence uvfuvg=uvhη(vu)\left|\int_u^v f-\int_u^v g\right|=\left|\int_u^v h\right|\le\eta(v-u) when u<vu<v.

step 1.2step 2.1L3
4.1

If u>vu>v, apply step 3.1 to the ordered pair (v,u)(v,u) and use antisymmetry of oriented integrals; the same bound results because uv=vu|u-v|=|v-u|.

step 3.1L1L3
5.1

The alternatives u=vu=v, u<vu<v, and u>vu>v are exhaustive, and steps 1.1, 3.1, and 4.1 give the claimed inequality.

step 1.1step 3.1step 4.1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

A uniform limit of Riemann-integrable functions is Riemann integrable, and its integral is the limit of their integrals

Statement

Let a<ba<b be reals. Suppose every fk:[a,b]Rf_k:[a,b]\to\mathbb{R} is Riemann integrable and fkff_k\to f uniformly on [a,b][a,b]. Then ff is Riemann integrable and

abfkabf.\int_a^b f_k\longrightarrow\int_a^b f.

Facts & Assumptions

Given: Reals a<ba<b, integrable functions fk:[a,b]Rf_k:[a,b]\to\mathbb{R}, and uniform convergence fkff_k\to f.

[A1]

Uniform convergence means that for every real η>0\eta>0 one index makes fk(x)f(x)<η|f_k(x)-f(x)|<\eta for every later kk and every x[a,b]x\in[a,b] (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[L3]

If two integrable functions differ by at most η\eta uniformly, then their integrals differ by at most η(ba)\eta(b-a) (Uniformly close integrable functions have integrals differing by at most the interval length times their uniform error).

Proof

technique · direct
1.1

Let ε>0\varepsilon>0 be real, put η:=ε/(4(ba))>0\eta:=\varepsilon/(4(b-a))>0, and choose an index jj such that fj(x)f(x)<η|f_j(x)-f(x)|<\eta for every x[a,b]x\in[a,b].

A1choose
1.2

By integrability of fjf_j and [L1], choose a partition PP with U(fj,P)L(fj,P)<ε/2U(f_j,P)-L(f_j,P)<\varepsilon/2.

L1choose
2.1

The integrable function fjf_j is bounded, say fj(x)M|f_j(x)|\le M on [a,b][a,b]; then f(x)M+η|f(x)|\le M+\eta, so ff is bounded.

step 1.1L1algebra
3.1

On each subinterval of PP, step 1.1 gives supfsupfj+η\sup f\le\sup f_j+\eta and inffinffjη\inf f\ge\inf f_j-\eta; these suprema and infima exist by step 2.1. Multiplying by the nonnegative subinterval lengths and summing gives U(f,P)U(fj,P)+η(ba)U(f,P)\le U(f_j,P)+\eta(b-a) and L(f,P)L(fj,P)η(ba)L(f,P)\ge L(f_j,P)-\eta(b-a).

step 1.1step 1.2step 2.1L2algebra
4.1

Therefore U(f,P)L(f,P)U(fj,P)L(fj,P)+2η(ba)<εU(f,P)-L(f,P)\le U(f_j,P)-L(f_j,P)+2\eta(b-a)<\varepsilon, so [L1] makes ff integrable.

step 3.1L1algebra
5.1

Now let ε>0\varepsilon>0 be real and choose NN such that fk(x)f(x)<ε/(ba+1)|f_k(x)-f(x)|<\varepsilon/(b-a+1) for every kNk\ge N and every x[a,b]x\in[a,b].

step 4.1A1choose
6.1

For kNk\ge N, both functions are integrable, so [L3] gives abfkabfε(ba)/(ba+1)<ε\left|\int_a^b f_k-\int_a^b f\right|\le \varepsilon(b-a)/(b-a+1)<\varepsilon.

step 4.1step 5.1L3algebra
7.1

Step 6.1 proves abfkabf\int_a^b f_k\to\int_a^b f, while step 4.1 proves integrability of ff.

step 4.1step 6.1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

If continuously differentiable functions converge at one point and their derivatives converge uniformly on a closed interval, then the functions converge uniformly to a differentiable function whose derivative is the derivative limit

Statement

Let a<ba<b be reals and let fk:[a,b]Rf_k:[a,b]\to\mathbb{R} be continuously differentiable: each fkf_k is differentiable on [a,b][a,b] and each derivative fkf_k' is continuous there (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point). Suppose there is c[a,b]c\in[a,b] such that the real sequence (fk(c))(f_k(c)) converges to AA, and suppose fkgf_k'\to g uniformly on [a,b][a,b]. Then there is a differentiable function f:[a,b]Rf:[a,b]\to\mathbb{R} such that

fkf  uniformly,f=g.f_k\longrightarrow f\ \text{ uniformly},\qquad f'=g.

Facts & Assumptions

Given: Reals a<ba<b, a point c[a,b]c\in[a,b], continuously differentiable functions fk:[a,b]Rf_k:[a,b]\to\mathbb{R}, convergence fk(c)Af_k(c)\to A, and uniform convergence fkgf_k'\to g.

[L1]

A uniform limit of continuous real-valued functions is continuous, and a continuous function on [a,b][a,b] is Riemann integrable (The uniform limit of continuous real-valued functions on a metric space is continuous, A continuous function on [a,b][a,b] is Riemann integrable, by Heine-Cantor and Riemann's criterion).

[L2]

Uniform convergence of integrable functions preserves integrability and the limit of the integrals (A uniform limit of Riemann-integrable functions is Riemann integrable, and its integral is the limit of their integrals).

[L3]

If s<ts<t, GG is differentiable on [s,t][s,t], and GG' is integrable there, then stG=G(t)G(s)\int_s^tG'=G(t)-G(s) (The second fundamental theorem: if GG is differentiable on [a,b][a,b] with G=fG' = f and ff is integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a)). Restriction to a closed subinterval preserves differentiability and the derivative at its limit points, and integrability on [a,b][a,b] passes to every nondegenerate closed subinterval (The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set, The ε\varepsilon-δ\delta limit limxcf(x)=L\lim_{x \to c} f(x) = L of f:ARf : A \to \mathbb{R} at a limit point cc of AA, Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length, A function integrable on [a,b][a,b] is integrable on every closed subinterval). Finally tsh=sth\int_t^s h=-\int_s^t h and ssh=0\int_s^s h=0 whenever the displayed integrals are defined (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

[L6]

A uniform bound pqη|p-q|\le\eta on an interval gives uvpuvqηvu\left|\int_u^v p-\int_u^v q\right|\le\eta|v-u| (Uniformly close integrable functions have integrals differing by at most the interval length times their uniform error).

Proof

technique · constructive
1.1

By [L7], each real-continuous derivative fkf_k' is metric-continuous. The uniform-limit clause of [L1] makes gg metric-continuous, and [L7] makes gg real-continuous. The integrability clause of [L1] therefore makes every fkf_k' and gg Riemann integrable; [L2] also gives the integrability of the uniform limit.

L1L2L7
1.2

Let ε>0\varepsilon>0. Choose N0N_0 such that fk(c)A<ε/2|f_k(c)-A|<\varepsilon/2 for kN0k\ge N_0, and choose N1N_1 such that fk(x)g(x)<ε/(2(ba+1))|f_k'(x)-g(x)|<\varepsilon/\bigl(2(b-a+1)\bigr) for kN1k\ge N_1 and all x[a,b]x\in[a,b].

givenchoose
2.1

Fix kk and x[a,b]x\in[a,b]. If c<xc<x, restrict fkf_k to [c,x][c,x]; its derivative is fkf_k' there and that derivative is integrable there by steps 1.1 and [L3], so the first clause of [L3] gives fk(x)=fk(c)+cxfkf_k(x)=f_k(c)+\int_c^x f_k'. If x<cx<c, apply that clause on [x,c][x,c] and then use orientation; if x=cx=c, use ccfk=0\int_c^c f_k'=0. Thus in every case fk(x)=fk(c)+cxfkf_k(x)=f_k(c)+\int_c^x f_k'.

step 1.1L3
2.2

Define H(x):=axgH(x):=\int_a^xg and construct f:[a,b]Rf:[a,b]\to\mathbb{R} by f(x):=A+H(x)H(c)=A+cxgf(x):=A+H(x)-H(c)=A+\int_c^xg.

step 1.1L4construct
3.1

By [L4] and [L5], HH is differentiable with H=gH'=g, and therefore the constructed function f=A+HH(c)f=A+H-H(c) is differentiable with f=gf'=g.

step 2.2L4L5
3.2

Choose NN at least as large as N0,N1N_0,N_1. For kNk\ge N and x[a,b]x\in[a,b], steps 2.2 and 2.1 with [L6] give fk(x)f(x)fk(c)A+cxfkcxg<ε/2+εxc/(2(ba+1))<ε|f_k(x)-f(x)|\le |f_k(c)-A|+\left|\int_c^x f_k'-\int_c^xg\right|<\varepsilon/2+\varepsilon|x-c|/\bigl(2(b-a+1)\bigr)<\varepsilon.

step 2.2step 2.1step 1.2L6choosealgebra
4.1

The index NN in step 3.2 serves every x[a,b]x\in[a,b], so fkff_k\to f uniformly; step 3.1 gives f=gf'=g. Thus the constructed ff has both asserted properties.

step 3.2step 3.1discharge-construct
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-07-31Open item page →

The Weierstrass M-test gives absolute pointwise convergence and uniform convergence of a function series

Statement

Let XX be a set and let fk:XRf_k:X\to\mathbb{R}. Suppose there is a sequence of nonnegative reals (Mk)(M_k) such that

fk(x)Mk(kN, xX)|f_k(x)|\le M_k\qquad(k\in\mathbb{N},\ x\in X)

and the scalar series Mk\sum M_k converges. Then fk(x)\sum f_k(x) converges absolutely for every xXx\in X, and the function series fk\sum f_k converges uniformly on XX.

Facts & Assumptions

Given: Functions fk:XRf_k:X\to\mathbb{R} and nonnegative reals MkM_k with fk(x)Mk|f_k(x)|\le M_k for all k,xk,x, such that Mk\sum M_k converges.

[L2]

A convergent real series has uniformly small scalar tails: for every real ε>0\varepsilon>0 there is NN such that k=m+1nak<ε\left|\sum_{k=m+1}^{n}a_k\right|<\varepsilon whenever n>mNn>m\ge N (A series converges iff for every ε>0\varepsilon > 0 there is NN with am+1++an<ε|a_{m+1} + \dots + a_n| < \varepsilon for all n>mNn > m \ge N).

[L3]

Repeated triangle inequalities for finite sums give k=pqukk=pquk\left|\sum_{k=p}^{q}u_k\right|\le\sum_{k=p}^{q}|u_k|, and finite sums preserve termwise inequalities (The triangle inequality, Basic properties of the absolute value, Finite sums and finite products, by recursion, Laws of finite sums and finite products).

Proof

technique · direct
1.1

Fix xXx\in X. Since 0fk(x)Mk0\le |f_k(x)|\le M_k for every kk, [L1] shows that fk(x)\sum |f_k(x)| converges.

givenL1
1.2

Let ε>0\varepsilon>0. By [L2] choose NN such that k=m+1nMk<ε\sum_{k=m+1}^{n}M_k<\varepsilon whenever n>mNn>m\ge N, the absolute value being unnecessary because the terms are nonnegative.

L2choose
2.1

For n>mNn>m\ge N and xXx\in X, one has k=m+1nfk(x)k=m+1nfk(x)k=m+1nMk<ε\left|\sum_{k=m+1}^{n}f_k(x)\right|\le\sum_{k=m+1}^{n}|f_k(x)|\le\sum_{k=m+1}^{n}M_k<\varepsilon.

step 1.2L3
3.1

Step 1.1 gives absolute pointwise convergence, while step 2.1 and [L4] give uniform convergence of fk\sum f_k.

step 1.1step 2.1L4
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-07-31Open item page →

Uniform Dirichlet test: uniformly bounded partial sums times a uniformly decreasing null family give a uniformly convergent function series

Statement

Let XX be a set and let uk,vk:XRu_k,v_k:X\to\mathbb{R}. Put An(x):=k<nuk(x)A_n(x):=\sum_{k<n}u_k(x). Suppose:

  • there is M0M\ge0 such that An(x)M|A_n(x)|\le M for every nn and xx;
  • vk(x)0v_k(x)\ge0 and vk+1(x)vk(x)v_{k+1}(x)\le v_k(x) for every kk and xx;
  • vk0v_k\to0 uniformly on XX.

Then the function series ukvk\sum u_kv_k converges uniformly on XX.

Facts & Assumptions

Given: Functions uk,vk:XRu_k,v_k:X\to\mathbb{R} satisfying the three hypotheses in the Statement, with partial sums An(x)=k<nuk(x)A_n(x)=\sum_{k<n}u_k(x).

[L1]

Abel summation by parts expresses a finite sum j<rajbj\sum_{j<r}a_jb_j as Arbr1j<r1Aj+1(bj+1bj)A_rb_{r-1}-\sum_{j<r-1}A_{j+1}(b_{j+1}-b_j), where Ar=j<rajA_r=\sum_{j<r}a_j (Abel summation by parts: with An=k<nakA_n = \sum_{k<n} a_k one has k<nakbk=Anbn1k<n1Ak+1(bk+1bk)\sum_{k<n} a_k b_k = A_n b_{n-1} - \sum_{k < n-1} A_{k+1}\,(b_{k+1} - b_k) for every n1n \ge 1).

[L2]

Finite sums split and telescope, preserve inequalities, and obey the triangle inequality after repeated use of s+ts+t|s+t|\le|s|+|t| (Finite sums and finite products, by recursion, Laws of finite sums and finite products, The triangle inequality, Basic properties of the absolute value).

[L3]

A function series converges uniformly exactly when its tails are uniformly small (A series of real-valued functions converges uniformly if and only if its tails are uniformly small).

Proof

technique · direct
1.1

Let ε>0\varepsilon>0. Uniform convergence vk0v_k\to0 gives NN such that 0vk(x)<ε/(2M+1)0\le v_k(x)<\varepsilon/(2M+1) for every kNk\ge N and every xXx\in X.

givenchoose
1.2

Fix n>mNn>m\ge N and xXx\in X, put p:=m+1p:=m+1, q:=nq:=n, and for prqp\le r\le q put Br(x):=k=pruk(x)=Ar+1(x)Ap(x)B_r(x):=\sum_{k=p}^{r}u_k(x)=A_{r+1}(x)-A_p(x).

L2construct
2.1

For every prqp\le r\le q, the bound on the AjA_j gives Br(x)Ar+1(x)+Ap(x)2M|B_r(x)|\le |A_{r+1}(x)|+|A_p(x)|\le2M.

step 1.2L2
2.2

Applying [L1] to the shifted finite list from pp through qq gives k=pquk(x)vk(x)=Bq(x)vq(x)+k=pq1Bk(x)(vk(x)vk+1(x))\sum_{k=p}^{q}u_k(x)v_k(x)=B_q(x)v_q(x)+\sum_{k=p}^{q-1}B_k(x)\bigl(v_k(x)-v_{k+1}(x)\bigr).

step 1.2L1L2
3.1

Since vk(x)vk+1(x)0v_k(x)-v_{k+1}(x)\ge0, steps 2.1 and 2.2 with telescoping give k=pquk(x)vk(x)2Mvq(x)+2Mk=pq1(vk(x)vk+1(x))=2Mvp(x)<ε\left|\sum_{k=p}^{q}u_k(x)v_k(x)\right|\le2Mv_q(x)+2M\sum_{k=p}^{q-1}(v_k(x)-v_{k+1}(x))=2Mv_p(x)<\varepsilon.

step 1.1step 2.1step 2.2L2algebra
4.1

The estimate in step 3.1 holds for every n>mNn>m\ge N and xXx\in X, so [L3] proves uniform convergence of ukvk\sum u_kv_k.

step 3.1L3
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-07-31Open item page →

Uniform Abel test: a uniformly convergent function series times a uniformly bounded pointwise monotone family gives a uniformly convergent product series

Statement

Let XX be a set and let uk,vk:XRu_k,v_k:X\to\mathbb{R}. Suppose uk\sum u_k converges uniformly on XX, there is M0M\ge0 with vk(x)M|v_k(x)|\le M for every k,xk,x, and for each fixed xx the real sequence (vk(x))(v_k(x)) is monotone. Its direction may depend on xx. Then ukvk\sum u_kv_k converges uniformly on XX.

Facts & Assumptions

Given: Functions uk,vk:XRu_k,v_k:X\to\mathbb{R} satisfying the hypotheses in the Statement.

[L1]

Uniform convergence of uk\sum u_k is equivalent to uniformly small tails (A series of real-valued functions converges uniformly if and only if its tails are uniformly small).

[L2]

For real sequences (aj),(bj)(a_j),(b_j) and An:=j<najA_n:=\sum_{j<n}a_j, Abel summation by parts says that, for every n1n\ge1, j<najbj=Anbn1j<n1Aj+1(bj+1bj)\sum_{j<n}a_jb_j=A_nb_{n-1}-\sum_{j<n-1}A_{j+1}(b_{j+1}-b_j) (Abel summation by parts: with An=k<nakA_n = \sum_{k<n} a_k one has k<nakbk=Anbn1k<n1Ak+1(bk+1bk)\sum_{k<n} a_k b_k = A_n b_{n-1} - \sum_{k < n-1} A_{k+1}\,(b_{k+1} - b_k) for every n1n \ge 1).

[L3]

Finite sums split and telescope, and repeated triangle inequalities bound the absolute value of a finite sum by the sum of the absolute values (Finite sums and finite products, by recursion, Laws of finite sums and finite products, The triangle inequality, Basic properties of the absolute value).

Proof

technique · direct
1.1

Let ε>0\varepsilon>0 and put η:=ε/(3M+1)>0\eta:=\varepsilon/(3M+1)>0. By [L1] choose NN such that k=m+1nuk(x)<η\left|\sum_{k=m+1}^{n}u_k(x)\right|<\eta for every n>mNn>m\ge N and every xXx\in X.

L1choose
1.2

For every xXx\in X and naturals pqp\le q, monotonicity makes all successive differences vk(x)vk+1(x)v_k(x)-v_{k+1}(x) have one sign, so k=pq1vk(x)vk+1(x)=vp(x)vq(x)2M\sum_{k=p}^{q-1}|v_k(x)-v_{k+1}(x)|=|v_p(x)-v_q(x)|\le2M.

givenL3algebra
2.1

Fix n>mNn>m\ge N and xXx\in X, put p:=m+1p:=m+1, q:=nq:=n, and define Br(x):=k=pruk(x)B_r(x):=\sum_{k=p}^{r}u_k(x) for prqp\le r\le q. Then Br(x)<η|B_r(x)|<\eta for every such rr.

step 1.1construct
3.1

For 0jqp0\le j\le q-p put aj:=up+j(x)a_j:=u_{p+j}(x) and bj:=vp+j(x)b_j:=v_{p+j}(x). Their partial sums satisfy Aj+1=Bp+j(x)A_{j+1}=B_{p+j}(x), so [L2] with n=qp+1n=q-p+1 gives k=pquk(x)vk(x)=Bq(x)vq(x)+k=pq1Bk(x)(vk(x)vk+1(x))\sum_{k=p}^{q}u_k(x)v_k(x)=B_q(x)v_q(x)+\sum_{k=p}^{q-1}B_k(x)\bigl(v_k(x)-v_{k+1}(x)\bigr).

step 2.1L2L3
4.1

By steps 2.1, 3.1, and 1.2, k=pquk(x)vk(x)ηvq(x)+ηk=pq1vk(x)vk+1(x)3Mη<ε\left|\sum_{k=p}^{q}u_k(x)v_k(x)\right|\le\eta|v_q(x)|+\eta\sum_{k=p}^{q-1}|v_k(x)-v_{k+1}(x)|\le3M\eta<\varepsilon.

step 2.1step 3.1step 1.2L3algebra
5.1

The estimate is uniform in xx and holds for every n>mNn>m\ge N, so [L1] proves uniform convergence of ukvk\sum u_kv_k.

step 4.1L1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-07-31Open item page →

Dini's theorem on a closed interval: monotone pointwise convergence of continuous functions to a continuous limit is uniform

Statement

Let a<ba<b be reals. Suppose fk:[a,b]Rf_k:[a,b]\to\mathbb{R} and f:[a,b]Rf:[a,b]\to\mathbb{R} are continuous, fkff_k\to f pointwise, and the sequence is pointwise monotone in one fixed direction:

fk(x)fk+1(x)for all k,x,f_k(x)\le f_{k+1}(x)\quad\text{for all }k,x,

or

fk+1(x)fk(x)for all k,x.f_{k+1}(x)\le f_k(x)\quad\text{for all }k,x.

Then fkff_k\to f uniformly on [a,b][a,b].

Facts & Assumptions

Given: Reals a<ba<b, continuous functions fk,f:[a,b]Rf_k,f:[a,b]\to\mathbb{R}, pointwise convergence fkff_k\to f, and one of the two pointwise monotonicity conditions in the Statement.

[A1]

Uniform convergence means that for every real ε>0\varepsilon>0 there is NN such that fk(x)f(x)<ε|f_k(x)-f(x)|<\varepsilon for every kNk\ge N and every x[a,b]x\in[a,b] (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[L2]

If h:ARh:A\to\mathbb{R} is continuous, the inverse image of an open subset of R\mathbb{R} is relatively open in AA: it is OAO\cap A for some open ORO\subseteq\mathbb{R} (f:ARf : A \to \mathbb{R} is continuous on AA if and only if the preimage of every open subset of R\mathbb{R} is the intersection with AA of an open subset of R\mathbb{R}, and dually for closed sets).

[L3]

Every open cover of the closed bounded interval [a,b][a,b] has a finite subcover (Heine-Borel by bisection: every closed bounded interval [a,b][a,b] is compact).

[L4]

Every finite list of natural numbers has a greatest member: apply the finite-real maximum theorem to their canonical images, which preserve the natural-number order; finite choices can be made without any choice axiom (Every nonempty finite set of reals has a maximum and a minimum, The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field, Canonical naturals are positive and strictly increasing, \le is a linear order on N\mathbb{N}, Every natural-number-indexed list of nonempty sets has a choice function on its family of values).

Proof

technique · direct
1.1

Fix a real ε>0\varepsilon>0. For each nNn\in\mathbb{N} put hn:=fnfh_n:=f_n-f and Un:={x[a,b]:hn(x)<ε}U_n:=\{x\in[a,b]:|h_n(x)|<\varepsilon\}. The function hnh_n is continuous by [L1], so [L2] makes UnU_n relatively open in [a,b][a,b].

L1L2construct
1.2

In the nondecreasing case, pointwise convergence forces fn(x)f(x)f_n(x)\le f(x) for every n,xn,x, and the errors f(x)fn(x)f(x)-f_n(x) decrease with nn; in the nonincreasing case it forces f(x)fn(x)f(x)\le f_n(x) and the errors fn(x)f(x)f_n(x)-f(x) decrease. Thus UnUn+1U_n\subseteq U_{n+1} in either case, and pointwise convergence gives nUn=[a,b]\bigcup_nU_n=[a,b].

givenalgebra
2.1

Let O\mathcal{O} be the family of all open sets ORO\subseteq\mathbb{R} whose trace O[a,b]O\cap[a,b] equals UnU_n for some nn. By step 1.1 each UnU_n has such an open witness, and by step 1.2 the family O\mathcal{O} covers [a,b][a,b].

step 1.1step 1.2L2construct
3.1

By [L3], choose finitely many O0,,OrOO_0,\dots,O_r\in\mathcal{O} covering [a,b][a,b]. By finite choice, choose n0,,nrn_0,\dots,n_r with Oi[a,b]=UniO_i\cap[a,b]=U_{n_i}, and let N:=max{n0,,nr}N:=\max\{n_0,\dots,n_r\}.

step 2.1L3L4choose
4.1

Since the UnU_n are increasing, every UniU_{n_i} is contained in UNU_N; the traces of the OiO_i cover [a,b][a,b], so UN=[a,b]U_N=[a,b], and then Uk=[a,b]U_k=[a,b] for every kNk\ge N.

step 1.2step 3.1
5.1

Therefore fk(x)f(x)<ε|f_k(x)-f(x)|<\varepsilon for every kNk\ge N and every x[a,b]x\in[a,b]. Since ε\varepsilon was arbitrary, the convergence is uniform.

step 4.1A1
RemarkRemark: AI-adaptedProof: Not applicableverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Agreement of the quantified real-valued definition with the later uniform-metric and uniform-topology formulations

For bounded real-valued functions on a nonempty set, the quantified condition of Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions agrees with convergence in the supremum metric of The supremum metric d(f,g)=supxf(x)g(x)d_\infty(f,g) = \sup_x |f(x) - g(x)| is a metric on the bounded real-valued functions on a nonempty set. Indeed, uniform error below ε\varepsilon gives supremum distance at most ε\varepsilon, while uniform error below ε/2\varepsilon/2 gives supremum distance strictly below ε\varepsilon; the converse follows because every pointwise error is at most the supremum distance.

The general function-space formulation is Uniform convergence, and the topology of uniform convergence: the metric topology of the uniform metric on YXY^{X} and on C(X,Y)C(X,Y) , with its convergence dictionary Convergence in the uniform metric is exactly uniform convergence: one NN serving every point . The metric-target uniform limit theorem A uniform limit of continuous functions is continuous, so C(X,Y)C(X,Y) is closed in YXY^{X} under the uniform metric and the compact-metric version of Dini's theorem Dini's theorem: on a compact metric space a nondecreasing sequence of continuous real functions converging pointwise to a continuous limit converges uniformly extend the real-valued results proved here. These links are included only for orientation.

5 · Examples, counterexamples and false statements

None yet.

Sources