Alphabeta Math
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), 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 X be a set and, for each k∈N, let fk:X→R be a real-valued function (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}). Let f:X→R.

The sequence (fk) converges pointwise to f on X when, for every x∈X, the real sequence (fk(x)) converges to f(x) (Limits and Cauchy sequences of reals). Thus the index after which ∣fk(x)−f(x)∣<ε may depend on both ε and x.

The sequence (fk) converges uniformly to f on X when

(∀ε>0)(∃N∈N)(∀k≥N)(∀x∈X)∣fk(x)−f(x)∣<ε,

where ε ranges over the positive reals. Here one index N serves every point of X.

The sequence (fk) is uniformly Cauchy on X when

(∀ε>0)(∃N∈N)(∀m,n≥N)(∀x∈X)∣fm(x)−fn(x)∣<ε.

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, choose n≥1 with 1/n<η by For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε; the condition for the positive rational 1/n implies the condition for η. 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 X be a set. If a sequence of functions fk:X→R converges uniformly to f:X→R, then it converges pointwise to f (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Facts & Assumptions

Given: A set X, functions fk,f:X→R, and uniform convergence fk→f on X.

[A1]

Uniform convergence means that for every real ε>0 there is N∈N such that ∣fk(x)−f(x)∣<ε for every k≥N and every x∈X (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Proof

technique · direct
1.1

Fix x∈X and a real ε>0. By [A1] choose N∈N such that ∣fk(y)−f(y)∣<ε for every k≥N and every y∈X.

A1choose
2.1

In particular, ∣fk(x)−f(x)∣<ε for every k≥N.

step 1.1
3.1

Since x and ε were arbitrary, fk(x)→f(x) for every x∈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 X be a set and let fk:X→R for every k∈N. Then (fk) converges uniformly on X to some f:X→R if and only if (fk) is uniformly Cauchy on X (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Facts & Assumptions

Given: A set X and a sequence of functions fk:X→R.

[A1]

Uniform convergence to f means that for every real ε>0 there is N such that ∣fk(x)−f(x)∣<ε for every k≥N and every x∈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 there is N such that ∣fm(x)−fn(x)∣<ε for every m,n≥N and every x∈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,v, ∣u+v∣≤∣u∣+∣v∣ (The triangle inequality).

Proof

technique · direct
1.1

Suppose first that fk→f uniformly on X, and let ε>0 be real. By [A1] choose N with ∣fj(x)−f(x)∣<ε/2 for every j≥N and x∈X. Thus, for m,n≥N and x∈X, ∣fm(x)−fn(x)∣≤∣fm(x)−f(x)∣+∣f(x)−fn(x)∣<ε. Since ε was arbitrary, (fk) is uniformly Cauchy.

A1A2L1choosealgebra
1.2

Conversely, suppose that (fk) is uniformly Cauchy on X. For each x∈X, [A2] makes (fk(x)) a Cauchy real sequence; by [L2] it has a real limit f(x). These values define a function f:X→R.

A2L2construct
1.3

Under this converse assumption, let ε>0 be real and choose N such that ∣fm(x)−fn(x)∣<ε/2 for every m,n≥N and every x∈X.

A2choose
2.1

Fix k≥N and x∈X. Pointwise convergence at x gives a threshold M such that ∣fn(x)−f(x)∣<ε/2 for n≥M. Choose n≥N,M. Then ∣fk(x)−f(x)∣≤∣fk(x)−fn(x)∣+∣fn(x)−f(x)∣<ε.

step 1.2step 1.3A3L1choose
3.1

The index N in step 1.3 is independent of k and x, so step 2.1 proves fk→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 X be a set and let fk:X→R for k∈N. The series of real-valued functions ∑fk is studied through its partial-sum functions

Sn(x):=∑k<nfk(x)(n∈N, x∈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 S0 is the zero function and Sn+1=Sn+fn under the pointwise operations of The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}.

The series ∑fk converges pointwise to S:X→R when Sn→S pointwise, and it converges uniformly to S when Sn→S uniformly (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

The series is absolutely convergent at x∈X when the scalar series ∑∣fk(x)∣ converges. It is absolutely pointwise convergent when this holds for every x∈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 X be a set and let fk:X→R. The function series ∑fk converges uniformly on X if and only if, for every real ε>0, there is N∈N such that

∣∑k=m+1nfk(x)∣<ε

for every n>m≥N and every x∈X.

Facts & Assumptions

Given: A set X, functions fk:X→R, and partial-sum functions Sr(x)=∑k<rfk(x).

[L1]

The series ∑fk converges uniformly exactly when its partial-sum sequence (Sr) 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>m, ∑k=m+1nfk(x)=Sn+1(x)−Sm+1(x), and ∣−u∣=∣u∣ for every real u (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 converges uniformly, and let ε>0 be real.

L1
1.2

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

given
2.1

By [L1] and [L2], choose K such that ∣Sp(x)−Sq(x)∣<ε for every p,q≥K and every x∈X.

step 1.1L1L2choose
2.2

Put K:=N+1. If p,q≥K and x∈X, then the difference is 0 when p=q; if p>q, set m=q−1≥N and n=p−1>m, so the tail condition and [L3] give ∣Sp(x)−Sq(x)∣<ε; the case q>p follows by symmetry of absolute value.

step 1.2L3algebra
3.1

For n>m≥K and x∈X, the indices n+1,m+1 are at least K, so [L3] and step 2.1 give ∣∑k=m+1nfk(x)∣<ε.

step 2.1L3
3.2

Thus (Sr) is uniformly Cauchy, hence converges uniformly by [L2], and therefore ∑fk 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 X be a set. Suppose fk→f and gk→g uniformly on X, where all functions are real valued. Then, for all α,β∈R,

αfk+βgk⟶αf+βg

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

Facts & Assumptions

Given: A set X, uniformly convergent sequences fk→f and gk→g, and reals α,β.

[A1]

Uniform convergence gives, for every real η>0, one index after which ∣fk(x)−f(x)∣<η at every x, and likewise for gk→g (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[L1]

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

Proof

technique · direct
1.1

Let ε>0 be real and put η:=ε/(2(∣α∣+∣β∣+1))>0.

constructL1
1.2

By uniform convergence choose Nf,Ng such that ∣fk(x)−f(x)∣<η for k≥Nf and all x, and ∣gk(x)−g(x)∣<η for k≥Ng and all x.

A1choose
2.1

Choose an index N at least as large as Nf and Ng. For every k≥N and x∈X, one has ∣α(fk(x)−f(x))+β(gk(x)−g(x))∣≤∣α∣η+∣β∣η<ε.

step 1.1step 1.2L1choosealgebra
3.1

The expression in step 2.1 is ∣(αfk+βgk)(x)−(αf+βg)(x)∣, and the index N serves every x, 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 X be a set, and suppose fk→f and gk→g uniformly on X. Assume there are reals B,C≥0 such that

∣f(x)∣≤Band∣gk(x)∣≤C

for every x∈X and every k∈N. Then fkgk→fg uniformly on X.

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 fk→f and gk→g on X, with bounds ∣f(x)∣≤B and ∣gk(x)∣≤C for all x,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 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,c, ∣u+v∣≤∣u∣+∣v∣ and ∣cu∣=∣c∣∣u∣ (The triangle inequality, Basic properties of the absolute value).

Proof

technique · direct
1.1

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

construct
1.2

Choose N such that, for every k≥N and every x∈X, both ∣fk(x)−f(x)∣<η and ∣gk(x)−g(x)∣<η.

A1choose
2.1

For k≥N and x∈X, add and subtract f(x)gk(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)η<ε.

step 1.1step 1.2A2L1algebra
3.1

Since N is independent of x, step 2.1 proves fkgk→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) be a metric space and let fk:X→R be continuous for every k∈N, where R has its usual metric dR(s,t)=∣s−t∣. If fk→f uniformly on X, then f:X→R is continuous.

Facts & Assumptions

Given: A metric space (X,d), continuous functions fk:X→R, and uniform convergence fk→f.

[A1]

Uniform convergence gives, for every real η>0, one index N such that ∣fk(x)−f(x)∣<η for every k≥N and every x∈X (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[A2]

Continuity of fN at a means that for every real η>0 there is δ>0 such that d(x,a)<δ implies ∣fN(x)−fN(a)∣<η (Continuity of a map between metric spaces, at a point and globally, in the ε-δ form, The absolute value makes R a metric space: d(x,y)=∣x−y∣ is a metric, its open balls are the intervals (x−r,x+r), and it is unbounded).

[L1]

For reals u,v, ∣u+v∣≤∣u∣+∣v∣ (The triangle inequality).

Proof

technique · direct
1.1

Fix a∈X and a real ε>0. By uniform convergence choose N such that ∣fN(x)−f(x)∣<ε/3 for every x∈X.

A1choose
1.2

By continuity of fN at a, choose δ>0 such that d(x,a)<δ implies ∣fN(x)−fN(a)∣<ε/3.

A2choose
2.1

If d(x,a)<δ, then ∣f(x)−f(a)∣≤∣f(x)−fN(x)∣+∣fN(x)−fN(a)∣+∣fN(a)−f(a)∣<ε.

step 1.1step 1.2L1algebra
3.1

Thus f is continuous at the arbitrary point a, and hence continuous on X.

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) be a metric space. If each fk:X→R is uniformly continuous and fk→f uniformly on X, then f is uniformly continuous.

Facts & Assumptions

Given: A metric space (X,d), uniformly continuous functions fk:X→R, and uniform convergence fk→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 fN means that for every real η>0 there is δ>0 such that d(x,y)<δ implies ∣fN(x)−fN(y)∣<η for all x,y∈X (Uniform continuity of a map of metric spaces: one δ serving every point, The absolute value makes R a metric space: d(x,y)=∣x−y∣ is a metric, its open balls are the intervals (x−r,x+r), and it is unbounded).

[L1]

For reals u,v, ∣u+v∣≤∣u∣+∣v∣ (The triangle inequality).

Proof

technique · direct
1.1

Let ε>0 be real. Choose N such that ∣fN(x)−f(x)∣<ε/3 for every x∈X.

A1choose
1.2

By uniform continuity of fN, choose δ>0 such that d(x,y)<δ implies ∣fN(x)−fN(y)∣<ε/3 for every x,y∈X.

A2choose
2.1

If d(x,y)<δ, then ∣f(x)−f(y)∣≤∣f(x)−fN(x)∣+∣fN(x)−fN(y)∣+∣fN(y)−f(y)∣<ε.

step 1.1step 1.2L1algebra
3.1

The same δ serves every pair x,y, so f 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) of continuous real-valued functions on a nonempty compact metric space

Definition

Let (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):={ f∈RK:f:(K,d)→(R,dR) is continuous },

where RK is the function space of The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1} and dR(s,t)=∣s−t∣ is the usual metric (The absolute value makes R a metric space: d(x,y)=∣x−y∣ is a metric, its open balls are the intervals (x−r,x+r), and it is unbounded, Continuity of a map between metric spaces, at a point and globally, in the ε-δ 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) is complete in the supremum metric for every nonempty compact metric space K

Statement

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

d∞(f,g):=sup⁡x∈K∣f(x)−g(x)∣

is defined on C(K,R). With this metric, C(K,R) is complete.

Facts & Assumptions

Given: A nonempty compact metric space (K,d) and the set C(K,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 S is nonempty, the formula d∞(f,g)=sup⁡x∈S∣f(x)−g(x)∣ defines a metric on the set of bounded functions S→R (The supremum metric d∞(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 d when, for every positive error, all pairwise distances sufficiently far out are below that error; it converges to p when its distances to p tend to zero (Cauchy sequence in a metric space, Convergence of a sequence in a metric space: xk→x iff d(xk,x)→0 in 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 f∈C(K,R) is bounded. Thus C(K,R) is a subset of the bounded functions on K, and the restriction of the metric in [L2] is a metric on C(K,R).

L1L2
1.2

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

givenL3
2.1

Given a real ε>0, choose J such that d∞(fm,fn)<ε for all m,n≥J. Then ∣fm(x)−fn(x)∣≤d∞(fm,fn)<ε for all such m,n and every x∈K, so (fj) is uniformly Cauchy.

step 1.2L2L3
3.1

By [L4] there is a function f:K→R such that fj→f uniformly on K.

step 2.1L4
4.1

The function f is continuous by [L5], hence belongs to C(K,R) and is bounded by [L1].

step 3.1L1L5
5.1

Let ε>0. Uniform convergence gives J such that ∣fj(x)−f(x)∣<ε/2 for every j≥J and x∈K; hence d∞(fj,f)≤ε/2<ε, so fj→f in the supremum metric.

step 3.1step 4.1L2L3
6.1

Every Cauchy sequence in C(K,R) therefore converges in the supremum metric to a member of C(K,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,v∈R, and let f and g be integrable between u and v. If η≥0 and

∣f(x)−g(x)∣≤η

throughout the closed interval with endpoints u and v, then

∣∫uvf−∫uvg∣≤η ∣v−u∣.

Facts & Assumptions

Given: Reals u,v, functions f,g integrable between them, and a real η≥0 with ∣f−g∣≤η on the interval between them.

[L2]

If a<b, an integrable function h satisfying m≤h(x)≤M on [a,b] has m(b−a)≤∫abh≤M(b−a) (If f≤g on [a,b] and both are integrable then ∫abf≤∫abg; and m(b−a)≤∫abf≤M(b−a)).

[L3]

For every real z, −∣z∣≤z≤∣z∣ and ∣−z∣=∣z∣; for c>0, ∣z∣<c exactly when −c<z<c (Basic properties of the absolute value).

Proof

technique · direct
1.1

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

L1algebra
1.2

Suppose u<v and put h:=f−g. Then h is integrable and ∫uvh=∫uvf−∫uvg.

L1
2.1

The hypothesis gives ∣h(x)∣≤η, while [L3] gives −∣h(x)∣≤h(x)≤∣h(x)∣; hence −η≤h(x)≤η on [u,v], and [L2] gives −η(v−u)≤∫uvh≤η(v−u).

step 1.2L2L3
3.1

Hence ∣∫uvf−∫uvg∣=∣∫uvh∣≤η(v−u) when u<v.

step 1.2step 2.1L3
4.1

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

step 3.1L1L3
5.1

The alternatives u=v, u<v, and u>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<b be reals. Suppose every fk:[a,b]→R is Riemann integrable and fk→f uniformly on [a,b]. Then f is Riemann integrable and

∫abfk⟶∫abf.

Facts & Assumptions

Given: Reals a<b, integrable functions fk:[a,b]→R, and uniform convergence fk→f.

[A1]

Uniform convergence means that for every real η>0 one index makes ∣fk(x)−f(x)∣<η for every later k and every x∈[a,b] (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[L2]

Darboux upper and lower sums are finite sums of the subinterval suprema and infima times the subinterval lengths; finite sums preserve inequalities and split and telescope in the usual way (For bounded f on [a,b] and a partition P: the infimum mi and supremum Mi of f on the i-th subinterval, and the lower and upper Darboux sums L(f,P)=∑imiΔi and U(f,P)=∑iMiΔi, Laws of finite sums and finite products).

[L3]

If two integrable functions differ by at most η uniformly, then their integrals differ by at most η(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 be real, put η:=ε/(4(b−a))>0, and choose an index j such that ∣fj(x)−f(x)∣<η for every x∈[a,b].

A1choose
1.2

By integrability of fj and [L1], choose a partition P with U(fj,P)−L(fj,P)<ε/2.

L1choose
2.1

The integrable function fj is bounded, say ∣fj(x)∣≤M on [a,b]; then ∣f(x)∣≤M+η, so f is bounded.

step 1.1L1algebra
3.1

On each subinterval of P, step 1.1 gives sup⁡f≤sup⁡fj+η and inf⁡f≥inf⁡fj−η; these suprema and infima exist by step 2.1. Multiplying by the nonnegative subinterval lengths and summing gives U(f,P)≤U(fj,P)+η(b−a) and L(f,P)≥L(fj,P)−η(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η(b−a)<ε, so [L1] makes f integrable.

step 3.1L1algebra
5.1

Now let ε>0 be real and choose N such that ∣fk(x)−f(x)∣<ε/(b−a+1) for every k≥N and every x∈[a,b].

step 4.1A1choose
6.1

For k≥N, both functions are integrable, so [L3] gives ∣∫abfk−∫abf∣≤ε(b−a)/(b−a+1)<ε.

step 4.1step 5.1L3algebra
7.1

Step 6.1 proves ∫abfk→∫abf, while step 4.1 proves integrability of f.

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<b be reals and let fk:[a,b]→R be continuously differentiable: each fk is differentiable on [a,b] and each derivative fk′ is continuous there (Continuity of f:A→R at a point of A and on A: the ε-δ condition, its agreement with lim⁡x→cf(x)=f(c) at a limit point, and continuity at an isolated point). Suppose there is c∈[a,b] such that the real sequence (fk(c)) converges to A, and suppose fk′→g uniformly on [a,b]. Then there is a differentiable function f:[a,b]→R such that

fk⟶f  uniformly,f′=g.

Facts & Assumptions

Given: Reals a<b, a point c∈[a,b], continuously differentiable functions fk:[a,b]→R, convergence fk(c)→A, and uniform convergence fk′→g.

[L1]

A uniform limit of continuous real-valued functions is continuous, and a continuous function on [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] 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).

[L6]

A uniform bound ∣p−q∣≤η on an interval gives ∣∫uvp−∫uvq∣≤η∣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 fk′ is metric-continuous. The uniform-limit clause of [L1] makes g metric-continuous, and [L7] makes g real-continuous. The integrability clause of [L1] therefore makes every fk′ and g Riemann integrable; [L2] also gives the integrability of the uniform limit.

L1L2L7
1.2

Let ε>0. Choose N0 such that ∣fk(c)−A∣<ε/2 for k≥N0, and choose N1 such that ∣fk′(x)−g(x)∣<ε/(2(b−a+1)) for k≥N1 and all x∈[a,b].

givenchoose
2.1

Fix k and x∈[a,b]. If c<x, restrict fk to [c,x]; its derivative is fk′ there and that derivative is integrable there by steps 1.1 and [L3], so the first clause of [L3] gives fk(x)=fk(c)+∫cxfk′. If x<c, apply that clause on [x,c] and then use orientation; if x=c, use ∫ccfk′=0. Thus in every case fk(x)=fk(c)+∫cxfk′.

step 1.1L3
2.2

Define H(x):=∫axg and construct f:[a,b]→R by f(x):=A+H(x)−H(c)=A+∫cxg.

step 1.1L4construct
3.1

By [L4] and [L5], H is differentiable with H′=g, and therefore the constructed function f=A+H−H(c) is differentiable with f′=g.

step 2.2L4L5
3.2

Choose N at least as large as N0,N1. For k≥N and x∈[a,b], steps 2.2 and 2.1 with [L6] give ∣fk(x)−f(x)∣≤∣fk(c)−A∣+∣∫cxfk′−∫cxg∣<ε/2+ε∣x−c∣/(2(b−a+1))<ε.

step 2.2step 2.1step 1.2L6choosealgebra
4.1

The index N in step 3.2 serves every x∈[a,b], so fk→f uniformly; step 3.1 gives f′=g. Thus the constructed f 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 X be a set and let fk:X→R. Suppose there is a sequence of nonnegative reals (Mk) such that

∣fk(x)∣≤Mk(k∈N, x∈X)

and the scalar series ∑Mk converges. Then ∑fk(x) converges absolutely for every x∈X, and the function series ∑fk converges uniformly on X.

Facts & Assumptions

Given: Functions fk:X→R and nonnegative reals Mk with ∣fk(x)∣≤Mk for all k,x, such that ∑Mk converges.

[L2]

A convergent real series has uniformly small scalar tails: for every real ε>0 there is N such that ∣∑k=m+1nak∣<ε whenever n>m≥N (A series converges iff for every ε>0 there is N with ∣am+1+⋯+an∣<ε for all n>m≥N).

[L3]

Repeated triangle inequalities for finite sums give ∣∑k=pquk∣≤∑k=pq∣uk∣, 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 x∈X. Since 0≤∣fk(x)∣≤Mk for every k, [L1] shows that ∑∣fk(x)∣ converges.

givenL1
1.2

Let ε>0. By [L2] choose N such that ∑k=m+1nMk<ε whenever n>m≥N, the absolute value being unnecessary because the terms are nonnegative.

L2choose
2.1

For n>m≥N and x∈X, one has ∣∑k=m+1nfk(x)∣≤∑k=m+1n∣fk(x)∣≤∑k=m+1nMk<ε.

step 1.2L3
3.1

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

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 X be a set and let uk,vk:X→R. Put An(x):=∑k<nuk(x). Suppose:

  • there is M≥0 such that ∣An(x)∣≤M for every n and x;
  • vk(x)≥0 and vk+1(x)≤vk(x) for every k and x;
  • vk→0 uniformly on X.

Then the function series ∑ukvk converges uniformly on X.

Facts & Assumptions

Given: Functions uk,vk:X→R satisfying the three hypotheses in the Statement, with partial sums An(x)=∑k<nuk(x).

[L1]

Abel summation by parts expresses a finite sum ∑j<rajbj as Arbr−1−∑j<r−1Aj+1(bj+1−bj), where Ar=∑j<raj (Abel summation by parts: with An=∑k<nak one has ∑k<nakbk=Anbn−1−∑k<n−1Ak+1 (bk+1−bk) for every n≥1).

[L2]

Finite sums split and telescope, preserve inequalities, and obey the triangle inequality after repeated use of ∣s+t∣≤∣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. Uniform convergence vk→0 gives N such that 0≤vk(x)<ε/(2M+1) for every k≥N and every x∈X.

givenchoose
1.2

Fix n>m≥N and x∈X, put p:=m+1, q:=n, and for p≤r≤q put Br(x):=∑k=pruk(x)=Ar+1(x)−Ap(x).

L2construct
2.1

For every p≤r≤q, the bound on the Aj gives ∣Br(x)∣≤∣Ar+1(x)∣+∣Ap(x)∣≤2M.

step 1.2L2
2.2

Applying [L1] to the shifted finite list from p through q gives ∑k=pquk(x)vk(x)=Bq(x)vq(x)+∑k=pq−1Bk(x)(vk(x)−vk+1(x)).

step 1.2L1L2
3.1

Since vk(x)−vk+1(x)≥0, steps 2.1 and 2.2 with telescoping give ∣∑k=pquk(x)vk(x)∣≤2Mvq(x)+2M∑k=pq−1(vk(x)−vk+1(x))=2Mvp(x)<ε.

step 1.1step 2.1step 2.2L2algebra
4.1

The estimate in step 3.1 holds for every n>m≥N and x∈X, so [L3] proves uniform convergence of ∑ukvk.

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 X be a set and let uk,vk:X→R. Suppose ∑uk converges uniformly on X, there is M≥0 with ∣vk(x)∣≤M for every k,x, and for each fixed x the real sequence (vk(x)) is monotone. Its direction may depend on x. Then ∑ukvk converges uniformly on X.

Facts & Assumptions

Given: Functions uk,vk:X→R satisfying the hypotheses in the Statement.

[L1]

Uniform convergence of ∑uk 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) and An:=∑j<naj, Abel summation by parts says that, for every n≥1, ∑j<najbj=Anbn−1−∑j<n−1Aj+1(bj+1−bj) (Abel summation by parts: with An=∑k<nak one has ∑k<nakbk=Anbn−1−∑k<n−1Ak+1 (bk+1−bk) for every n≥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 and put η:=ε/(3M+1)>0. By [L1] choose N such that ∣∑k=m+1nuk(x)∣<η for every n>m≥N and every x∈X.

L1choose
1.2

For every x∈X and naturals p≤q, monotonicity makes all successive differences vk(x)−vk+1(x) have one sign, so ∑k=pq−1∣vk(x)−vk+1(x)∣=∣vp(x)−vq(x)∣≤2M.

givenL3algebra
2.1

Fix n>m≥N and x∈X, put p:=m+1, q:=n, and define Br(x):=∑k=pruk(x) for p≤r≤q. Then ∣Br(x)∣<η for every such r.

step 1.1construct
3.1

For 0≤j≤q−p put aj:=up+j(x) and bj:=vp+j(x). Their partial sums satisfy Aj+1=Bp+j(x), so [L2] with n=q−p+1 gives ∑k=pquk(x)vk(x)=Bq(x)vq(x)+∑k=pq−1Bk(x)(vk(x)−vk+1(x)).

step 2.1L2L3
4.1

By steps 2.1, 3.1, and 1.2, ∣∑k=pquk(x)vk(x)∣≤η∣vq(x)∣+η∑k=pq−1∣vk(x)−vk+1(x)∣≤3Mη<ε.

step 2.1step 3.1step 1.2L3algebra
5.1

The estimate is uniform in x and holds for every n>m≥N, so [L1] proves uniform convergence of ∑ukvk.

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<b be reals. Suppose fk:[a,b]→R and f:[a,b]→R are continuous, fk→f pointwise, and the sequence is pointwise monotone in one fixed direction:

fk(x)≤fk+1(x)for all k,x,

or

fk+1(x)≤fk(x)for all k,x.

Then fk→f uniformly on [a,b].

Facts & Assumptions

Given: Reals a<b, continuous functions fk,f:[a,b]→R, pointwise convergence fk→f, and one of the two pointwise monotonicity conditions in the Statement.

[A1]

Uniform convergence means that for every real ε>0 there is N such that ∣fk(x)−f(x)∣<ε for every k≥N and every x∈[a,b] (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

[L2]

If h:A→R is continuous, the inverse image of an open subset of R is relatively open in A: it is O∩A for some open O⊆R (f:A→R is continuous on A if and only if the preimage of every open subset of R is the intersection with A of an open subset of R, and dually for closed sets).

[L3]

Every open cover of the closed bounded interval [a,b] has a finite subcover (Heine-Borel by bisection: every closed bounded interval [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)=n⋅1F of a field, Canonical naturals are positive and strictly increasing, ≤ is a linear order on 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. For each n∈N put hn:=fn−f and Un:={x∈[a,b]:∣hn(x)∣<ε}. The function hn is continuous by [L1], so [L2] makes Un relatively open in [a,b].

L1L2construct
1.2

In the nondecreasing case, pointwise convergence forces fn(x)≤f(x) for every n,x, and the errors f(x)−fn(x) decrease with n; in the nonincreasing case it forces f(x)≤fn(x) and the errors fn(x)−f(x) decrease. Thus Un⊆Un+1 in either case, and pointwise convergence gives ⋃nUn=[a,b].

givenalgebra
2.1

Let O be the family of all open sets O⊆R whose trace O∩[a,b] equals Un for some n. By step 1.1 each Un has such an open witness, and by step 1.2 the family O covers [a,b].

step 1.1step 1.2L2construct
3.1

By [L3], choose finitely many O0,…,Or∈O covering [a,b]. By finite choice, choose n0,…,nr with Oi∩[a,b]=Uni, and let N:=max⁡{n0,…,nr}.

step 2.1L3L4choose
4.1

Since the Un are increasing, every Uni is contained in UN; the traces of the Oi cover [a,b], so UN=[a,b], and then Uk=[a,b] for every k≥N.

step 1.2step 3.1
5.1

Therefore ∣fk(x)−f(x)∣<ε for every k≥N and every x∈[a,b]. Since ε 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)=sup⁡x∣f(x)−g(x)∣ is a metric on the bounded real-valued functions on a nonempty set. Indeed, uniform error below ε gives supremum distance at most ε, while uniform error below ε/2 gives supremum distance strictly below ε; 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 YX and on C(X,Y) ↗, with its convergence dictionary Convergence in the uniform metric is exactly uniform convergence: one N serving every point ↗. The metric-target uniform limit theorem A uniform limit of continuous functions is continuous, so C(X,Y) is closed in YX 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