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.

8 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 8 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Sequences and Series of Functions; Uniform Convergence: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

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

fk(x)=xk+1f_k(x)=x^{k+1} converges pointwise but not uniformly on [0,1][0,1]

Statement refuted

Refuted claim: pointwise convergence of real-valued functions on a closed bounded interval implies uniform convergence.

For kNk\in\mathbb{N} define fk:[0,1]Rf_k:[0,1]\to\mathbb{R} by

fk(x):=xk+1.f_k(x):=x^{k+1}.

Then (fk)(f_k) converges pointwise to the endpoint indicator

χ(x):={0,0x<1,1,x=1,\chi(x):=\begin{cases}0,&0\le x<1,\\1,&x=1,\end{cases}

but the convergence is not uniform.

Facts & Assumptions

Given: The functions fk(x)=xk+1f_k(x)=x^{k+1} and the endpoint indicator χ\chi on [0,1][0,1].

[L2]

Bernoulli's inequality says (1+t)n1+ι(n)t(1+t)^n\ge1+\iota(n)t for t1t\ge-1 and nNn\in\mathbb{N} (Bernoulli's inequality (1+x)n1+nx(1+x)^n \ge 1 + nx, The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field).

[L3]

The canonical naturals satisfy ι(k+1)>0\iota(k+1)>0, and positive reciprocals reverse nonstrict inequalities (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L4]

Uniform convergence requires one index after which the error is below every prescribed positive real at every point of the domain (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Counterexample

technique · direct
1.1

If 0x<10\le x<1, then x<1|x|<1, so [L1] gives xk+10=χ(x)x^{k+1}\to0=\chi(x); at x=1x=1, one has fk(1)=1=χ(1)f_k(1)=1=\chi(1) for every kk. Thus fkχf_k\to\chi pointwise.

L1
1.2

For each kk, put ak:=ι(k+1)>0a_k:=\iota(k+1)>0 and yk:=11/(2ak)y_k:=1-1/(2a_k). Then 0yk<10\le y_k<1, so χ(yk)=0\chi(y_k)=0.

L3algebra
2.1

Apply [L2] with n=k+1n=k+1 and t=1/(2ak)t=-1/(2a_k): fk(yk)=(11/(2ak))k+11ak/(2ak)=1/2f_k(y_k)=\left(1-1/(2a_k)\right)^{k+1}\ge1-a_k/(2a_k)=1/2.

step 1.2L2L3algebra
3.1

Hence fk(yk)χ(yk)1/2|f_k(y_k)-\chi(y_k)|\ge1/2 for every kk, so no index makes the error smaller than 1/21/2 at every point; the convergence is not uniform.

step 1.2step 2.1L4
4.1

The functions therefore satisfy the refuted claim's hypothesis and violate its conclusion.

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

Shrinking rectangles converge pointwise to zero while every integral equals one

Statement refuted

Refuted claim: if Riemann-integrable functions on [0,1][0,1] converge pointwise to 00, then their integrals converge to 00.

For kNk\in\mathbb{N} put ak:=ι(k+1)a_k:=\iota(k+1), the positive canonical natural in R\mathbb{R}, and define

rk(x):={ak,0<x1/ak,0,x=0 or 1/ak<x1.r_k(x):=\begin{cases}a_k,&0<x\le1/a_k,\\0,&x=0\text{ or }1/a_k<x\le1.\end{cases}

Then rk0r_k\to0 pointwise while 01rk=1\int_0^1r_k=1 for every kk.

Facts & Assumptions

Given: The functions rkr_k in the Statement, with ak=ι(k+1)>0a_k=\iota(k+1)>0.

[L3]

Changing an integrable function at finitely many points preserves its integrability and integral (Changing an integrable function at finitely many points changes neither its integrability nor its integral).

[L5]

Pointwise convergence of (fk)(f_k) to ff means that for every xx and every ε>0\varepsilon>0 there is an NN such that kNk\ge N implies fk(x)f(x)<ε|f_k(x)-f(x)|<\varepsilon; uniform convergence requires one such NN for every xx simultaneously (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Counterexample

technique · direct
1.1

Each rkr_k is bounded and is continuous except possibly at 00 and 1/ak1/a_k, so it is integrable by [L2].

L2
1.2

Let qkq_k equal aka_k on [0,1/ak][0,1/a_k] and 00 on (1/ak,1](1/a_k,1]. The functions qkq_k and rkr_k differ only at 00, so they have the same integral by [L3].

L3construct
1.3

At x=0x=0 one has rk(0)=0r_k(0)=0 for all kk. If x>0x>0, choose NN with 1/ι(N)<x1/\iota(N)<x; for kNk\ge N, monotonicity of the canonical naturals gives 1/ak<x1/a_k<x, hence rk(x)=0r_k(x)=0. Thus rk0r_k\to0 pointwise.

L1L5choose
1.4

To see explicitly that the convergence is not uniform, take ε:=1/2\varepsilon:=1/2. For every proposed NNN\in\mathbb N, choose k:=Nk:=N and xN:=1/aNx_N:=1/a_N; then rN(xN)0=aN1>ε|r_N(x_N)-0|=a_N\ge1>\varepsilon. Thus the uniform quantifier condition in [L5] fails.

givenL1L5
2.1

By [L3] and [L4], endpoint values do not affect either piece, and splitting at 1/ak1/a_k when it lies in the interior, with the coincident-endpoint convention otherwise, gives 01qk=ak(1/ak)+0=1\int_0^1q_k=a_k(1/a_k)+0=1.

step 1.2L3L4algebra
3.1

Steps 1.2 and 2.1 give 01rk=1\int_0^1r_k=1 for every kk, whereas the integral of the zero function is 00.

step 1.2step 2.1L3L4
4.1

The sequence therefore converges pointwise to 00 but its integrals do not converge to the integral of the limit, refuting the claim.

step 1.3step 3.1
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Dini's theorem fails on [0,)[0,\infty): x/(ι(k+1)+x)x/(\iota(k+1)+x) decreases pointwise to zero but not uniformly

Statement refuted

Refuted claim: the compact-domain hypothesis in Dini's theorem can be dropped.

On [0,)[0,\infty) define

fk(x):=xι(k+1)+x.f_k(x):=\frac{x}{\iota(k+1)+x}.

The functions fkf_k and their pointwise limit 00 are continuous, and fk+1(x)fk(x)f_{k+1}(x)\le f_k(x) for every x0x\ge0, but fk0f_k\to0 is not uniform.

Facts & Assumptions

Given: The functions fkf_k in the Statement, with ak:=ι(k+1)>0a_k:=\iota(k+1)>0.

[L3]

A subset of R\mathbb{R} is compact exactly when it is closed and bounded; [0,)[0,\infty) is unbounded (A subset of R\mathbb{R} is compact if and only if it is closed and bounded, Lower bound, bounded below, bounded set).

[L4]

Dini's theorem on a closed interval concludes uniform convergence from continuity, pointwise monotonicity, and a continuous pointwise limit (Dini's theorem on a closed interval: monotone pointwise convergence of continuous functions to a continuous limit is uniform).

Counterexample

technique · direct
1.1

For every kk, the denominator ak+xa_k+x is positive on [0,)[0,\infty), so fkf_k is continuous by [L1]; the zero function is continuous as well.

givenL1
1.2

Since ak+1>ak>0a_{k+1}>a_k>0, one has ak+1+x>ak+x>0a_{k+1}+x>a_k+x>0, hence fk+1(x)fk(x)f_{k+1}(x)\le f_k(x) for every x0x\ge0.

L2algebra
1.3

Fix x0x\ge0. If x=0x=0 then fk(x)=0f_k(x)=0; if x>0x>0, then 0fk(x)x/ak0\le f_k(x)\le x/a_k, and [L2] gives x/ak0x/a_k\to0. Thus fk(x)0f_k(x)\to0 for every xx.

L2algebra
1.4

At xk:=akx_k:=a_k one has fk(xk)=ak/(ak+ak)=1/2f_k(x_k)=a_k/(a_k+a_k)=1/2, so the convergence is not uniform.

givenalgebra
1.5

The domain [0,)[0,\infty) is not compact by [L3].

L3
2.1

Hence all the listed Dini hypotheses except compactness hold, while the uniform conclusion fails; compactness cannot be dropped.

step 1.1step 1.2step 1.3step 1.4step 1.5L4
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

Dini's theorem fails for discontinuous approximants: shrinking interval indicators decrease pointwise to zero but not uniformly

Statement refuted

Refuted claim: continuity of the approximating functions in Dini's theorem can be dropped.

For kNk\in\mathbb{N} define hk:[0,1]Rh_k:[0,1]\to\mathbb{R} to be the indicator of

(0,1/ι(k+1)).(0,1/\iota(k+1)).

Thus hkh_k has value 00 at both endpoints of that open interval. The sequence decreases pointwise to the continuous zero function but does not converge uniformly.

Facts & Assumptions

Given: The indicator functions hkh_k in the Statement, with ak:=ι(k+1)>0a_k:=\iota(k+1)>0.

[L3]

Dini's theorem on a closed interval assumes that every approximating function and the pointwise limit are continuous (Dini's theorem on a closed interval: monotone pointwise convergence of continuous functions to a continuous limit is uniform).

Counterexample

technique · direct
1.1

The intervals (0,1/ak+1)(0,1/a_{k+1}) are contained in (0,1/ak)(0,1/a_k), so hk+1(x)hk(x)h_{k+1}(x)\le h_k(x) for every x[0,1]x\in[0,1].

L1
1.2

At x=0x=0, every hk(x)h_k(x) is 00. If x>0x>0, choose NN with 1/ι(N)<x1/\iota(N)<x; then hk(x)=0h_k(x)=0 for all kNk\ge N. Thus hk0h_k\to0 pointwise.

L1choose
1.3

Each hkh_k is discontinuous at 00: for any δ>0\delta>0, the point y:=min{δ/2,1/(2ak)}y:=\min\{\delta/2,1/(2a_k)\} satisfies 0<y<δ0<y<\delta, lies in (0,1/ak)(0,1/a_k), and has hk(y)hk(0)=1|h_k(y)-h_k(0)|=1.

L2algebra
1.4

For each kk, the point xk:=1/(2ak)x_k:=1/(2a_k) lies in (0,1/ak)(0,1/a_k) and satisfies hk(xk)=1h_k(x_k)=1, so the convergence to 00 is not uniform.

givenL1
2.1

The compact domain, monotone pointwise convergence, and continuous limit remain, but the approximants are discontinuous and uniform convergence fails; their continuity is indispensable in [L3].

step 1.1step 1.2step 1.3step 1.4L3
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31Open item page →

Dini's theorem fails for a discontinuous limit: powers on [0,1][0,1] decrease pointwise to a discontinuous endpoint indicator but not uniformly

Statement refuted

Refuted claim: continuity of the pointwise limit in Dini's theorem can be dropped.

On [0,1][0,1] let fk(x)=xk+1f_k(x)=x^{k+1}. These continuous functions decrease pointwise to the discontinuous endpoint indicator

χ(x)={0,0x<1,1,x=1,\chi(x)=\begin{cases}0,&0\le x<1,\\1,&x=1,\end{cases}

and the convergence is not uniform.

Facts & Assumptions

Given: The functions fk(x)=xk+1f_k(x)=x^{k+1} and the endpoint indicator χ\chi on [0,1][0,1].

[L1]

The powers xk+1x^{k+1} converge pointwise to χ\chi on [0,1][0,1] and do not converge uniformly there (fk(x)=xk+1f_k(x)=x^{k+1} converges pointwise but not uniformly on [0,1][0,1]).

[L3]

Dini's theorem on a closed interval requires the approximating functions and their pointwise limit to be continuous (Dini's theorem on a closed interval: monotone pointwise convergence of continuous functions to a continuous limit is uniform).

Counterexample

technique · direct
1.1

Each fkf_k is continuous by [L2].

L2
1.2

For x[0,1]x\in[0,1], fk+1(x)=xk+2=xxk+1xk+1=fk(x)f_{k+1}(x)=x^{k+2}=x\,x^{k+1}\le x^{k+1}=f_k(x), so the sequence is pointwise nonincreasing.

givenalgebra
1.3

The pointwise convergence to χ\chi and the failure of uniform convergence are [L1].

L1
1.4

The function χ\chi is discontinuous at 11: for every δ>0\delta>0, the point y:=1min{δ/2,1/2}y:=1-\min\{\delta/2,1/2\} lies in [0,1)[0,1) with y1<δ|y-1|<\delta and χ(y)χ(1)=1|\chi(y)-\chi(1)|=1.

L4algebra
2.1

Thus compactness, continuity of all approximants, and monotonicity hold, but the limit is discontinuous and the uniform conclusion fails; continuity of the limit in [L3] is indispensable.

step 1.1step 1.2step 1.3step 1.4L3
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Continuous triangular spikes on [0,1][0,1] converge pointwise to zero but not uniformly when monotonicity is absent

Statement refuted

Refuted claim: the monotonicity hypothesis in Dini's theorem can be dropped.

For kNk\in\mathbb{N} put ak:=ι(k+1)a_k:=\iota(k+1) and define the triangular spike

hk(x):=max{0, 12akx1}(0x1).h_k(x):=\max\{0,\ 1-|2a_kx-1|\}\qquad(0\le x\le1).

Each hkh_k is continuous and hk0h_k\to0 pointwise, but the convergence is not uniform.

Facts & Assumptions

Given: The functions hkh_k in the Statement, with ak=ι(k+1)>0a_k=\iota(k+1)>0.

[L3]

Absolute value is nonnegative and has the usual multiplicative law (Basic properties of the absolute value).

[L4]

Dini's theorem on a closed interval requires one pointwise monotonicity direction for the whole sequence (Dini's theorem on a closed interval: monotone pointwise convergence of continuous functions to a continuous limit is uniform).

Counterexample

technique · direct
1.1

Every hkh_k is continuous by [L1], and the zero function is continuous.

L1
1.2

If x=0x=0, then hk(x)=0h_k(x)=0. If x>0x>0, choose NN with 1/ι(N)<x1/\iota(N)<x; for all sufficiently large kk, akx1a_kx\ge1, so 2akx11|2a_kx-1|\ge1 and hk(x)=0h_k(x)=0. Thus hk0h_k\to0 pointwise.

L2L3choosealgebra
1.3

At xk:=1/(2ak)x_k:=1/(2a_k) one has hk(xk)=1h_k(x_k)=1, so the convergence is not uniform.

givenalgebra
1.4

At x=1/4x=1/4, the values at k=0,1,2k=0,1,2 are respectively 1/2,1,1/21/2,1,1/2, so the sequence is neither pointwise nondecreasing nor pointwise nonincreasing.

givenalgebra
2.1

All Dini hypotheses except monotonicity hold while uniform convergence fails, so monotonicity cannot be dropped.

step 1.1step 1.2step 1.3step 1.4L4
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The double sequence (m+1)/(m+n+2)(m+1)/(m+n+2) has unequal iterated limits

Statement refuted

Refuted claim: whenever both iterated limits of a double real sequence exist, they are equal.

For m,nNm,n\in\mathbb{N} define

sm,n:=ι(m+1)ι(m+n+2)=ι(m+1)ι(m+1)+ι(n+1).s_{m,n}:=\frac{\iota(m+1)}{\iota(m+n+2)}=\frac{\iota(m+1)}{\iota(m+1)+\iota(n+1)}.

Then

limmlimnsm,n=0,limnlimmsm,n=1.\lim_m\lim_ns_{m,n}=0,\qquad \lim_n\lim_ms_{m,n}=1.

The shifts make the expression defined at the first index (m,n)=(0,0)(m,n)=(0,0).

Facts & Assumptions

Given: The double sequence sm,ns_{m,n} in the Statement.

[L1]

The canonical-natural map satisfies ι(0)=0\iota(0)=0 and ι(r+1)=ι(r)+1\iota(r+1)=\iota(r)+1; positive canonical naturals increase, and their reciprocals decrease (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field, Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order).

[L2]

For every real ε>0\varepsilon>0 there is N1N\ge1 with 1/ι(N)<ε1/\iota(N)<\varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon).

[L3]

A real sequence converges when its terms are eventually within every positive error of the proposed limit (Limits and Cauchy sequences of reals).

Counterexample

technique · direct
1.1

The denominator ι(m+1)+ι(n+1)\iota(m+1)+\iota(n+1) is positive for all m,nm,n, so every sm,ns_{m,n} is defined and lies between 00 and 11.

L1algebra
1.2

Fix mm and put a:=ι(m+1)>0a:=\iota(m+1)>0. Then 0sm,na/ι(n+1)0\le s_{m,n}\le a/\iota(n+1); given ε>0\varepsilon>0, [L2] makes the latter smaller than ε\varepsilon for all sufficiently large nn. Hence limnsm,n=0\lim_ns_{m,n}=0.

L1L2L3choosealgebra
1.3

Fix nn and put b:=ι(n+1)>0b:=\iota(n+1)>0. Since 1sm,n=b/(ι(m+1)+b)b/ι(m+1)|1-s_{m,n}|=b/(\iota(m+1)+b)\le b/\iota(m+1), [L2] makes this smaller than any prescribed ε>0\varepsilon>0 for all sufficiently large mm. Hence limmsm,n=1\lim_ms_{m,n}=1.

L1L2L3choosealgebra
2.1

By step 1.2 the first inner-limit sequence is constantly 00, so its limit in mm is 00; by step 1.3 the other inner-limit sequence is constantly 11, so its limit in nn is 11.

step 1.2step 1.3L3
3.1

Thus both iterated limits exist and are unequal, refuting the claim.

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

x/(1+(k+1)2x2)x/(1+(k+1)^2x^2) converges uniformly to zero on R\mathbb{R} while every derivative at zero equals one

Statement refuted

Refuted claim: if differentiable functions converge uniformly, their derivatives must converge to the derivative of the limit.

For kNk\in\mathbb{N} put ak:=ι(k+1)a_k:=\iota(k+1) and define

fk(x):=x1+ak2x2(xR).f_k(x):=\frac{x}{1+a_k^2x^2}\qquad(x\in\mathbb{R}).

Then fk0f_k\to0 uniformly on R\mathbb{R}, but fk(0)=1f_k'(0)=1 for every kk, whereas the derivative of the zero function is 00.

Facts & Assumptions

Given: The functions fkf_k in the Statement, with ak=ι(k+1)>0a_k=\iota(k+1)>0.

[L1]

Every square in an ordered field is nonnegative, with a nonzero square positive; absolute value is multiplicative (Squares of nonzero elements are positive, Basic properties of the absolute value).

[L4]

Uniform convergence requires one index controlling the error at every point (Pointwise convergence, uniform convergence, and the uniformly Cauchy condition for sequences of real-valued functions).

Counterexample

technique · direct
1.1

The denominator 1+ak2x21+a_k^2x^2 is positive for every xx, so fkf_k is differentiable on R\mathbb{R} by [L2].

L1L2
1.2

From (akx1)20(a_k|x|-1)^2\ge0 one obtains 2akx1+ak2x22a_k|x|\le1+a_k^2x^2, hence fk(x)1/(2ak)|f_k(x)|\le1/(2a_k) for every xRx\in\mathbb{R}.

L1algebra
1.3

At x=0x=0, the numerator xx has derivative 11, the denominator 1+ak2x21+a_k^2x^2 has value 11 and derivative 00, so the quotient rule gives fk(0)=1f_k'(0)=1.

L2algebra
1.4

The zero function has derivative 00 by the constant case of the power rule.

L2
2.1

Given ε>0\varepsilon>0, [L3] gives NN such that 1/(2ak)<ε1/(2a_k)<\varepsilon for every kNk\ge N; step 1.2 then gives fk(x)<ε|f_k(x)|<\varepsilon for every xRx\in\mathbb{R}.

step 1.2L3choose
3.1

Step 2.1 proves fk0f_k\to0 uniformly, while steps 1.3 and 1.4 show that the derivatives at 00 do not converge to the derivative of the limit.

step 2.1step 1.3step 1.4L4
4.1

The uniformly convergent differentiable sequence therefore refutes the claim.

step 3.1

Sources