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.

✓ 7 results · all verified · 2 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 5 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

The Exponential Function: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The log-free product limit (1−2/n)n→exp⁡(−2)

Example

Define a sequence (an)n∈N by a0:=0,an:=(1−2ι(n))n(n≥1). Then an⟶e−2. The separate value at n=0 avoids division by ι(0)=0; the finitely many remaining initial indices with nonpositive base do not affect the limit.

Facts & Assumptions

Given: The sequence (an) defined above.

[L1]

The product-limit theorem holds for every real input once n>∣x∣ (For every real x, (1+x/n)n→exp⁡x).

[L2]

Since e=exp⁡(1), the addition and reciprocal formulas and the definition of negative integer powers give exp⁡(−2)=1/exp⁡(2)=1/(exp⁡(1)exp⁡(1))=1/e2=e−2>0 (The real exponential function and the number e by a power series, The exponential addition formula exp⁡(x+y)=exp⁡(x)exp⁡(y), The exponential is positive and satisfies exp⁡(−x)=1/exp⁡(x), Integer powers am).

[L3]

A sequence and any one of its tails have the same limit (Convergence depends only on the tail).

Verification

technique · direct
1.1

For every n>2, the base is positive and an=(1−2/ι(n))n, so [L1] applies at x=−2 and gives an→exp⁡(−2) on that tail.

L1
2.1

By [L3], the whole sequence has the same limit as the tail in step 1.1, and [L2] identifies that limit as e−2>0.

step 1.1L2L3∎
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

The convergence (1+x/n)n→exp⁡x is not uniform on R

Statement refuted

The pointwise convergence (1+x/ι(n))n→exp⁡(x) is uniform on all of R.

Counterexample

technique · direct
1.1

At the moving point x=ι(n), hn(x)=2n, whereas exp⁡(x)=en.

givenL2
2.1

Since e>2, the difference en−2n is at least e−2>0 and in fact grows; therefore sup⁡x∣hn(x)−exp⁡(x)∣↛0.

step 1.1L2algebra
3.1

Hence the pointwise convergence is not uniform on R.

step 2.1L1∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-01Open item page →

The one-sided flat function is C∞ with identically zero Taylor series

Example

Define ϕ(x)={exp⁡(−1/x),x>0,0,x≤0. Then ϕ∈C∞(R) and ϕ(m)(0)=0 for every m∈N, although ϕ(x)>0 for x>0.

Facts & Assumptions

Verification

technique · induction
1.1

On x>0, repeated product and chain rules give ϕ(m)(x)=Pm(1/x)exp⁡(−1/x) for a polynomial Pm; on x<0, every derivative is 0.

baseL2L3given
2.1

If the formula holds at order m, differentiating produces another polynomial Pm+1(1/x) times exp⁡(−1/x). By [L1], this tends to 0 as x→0+.

ihstep 1.1L1L2L3
3.1

The difference quotient for the m-th derivative at 0 is again a polynomial in 1/x times exp⁡(−1/x), so it tends to 0. Induction therefore extends every derivative continuously across 0, with value 0.

step 2.1L1givendischarge-induction∎
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-14Open item page →

A smooth function not equal to its Maclaurin series

Statement refuted

If a smooth real function has a Maclaurin series that converges everywhere, then the function equals the sum of that series everywhere.

Counterexample

Define

ψ(x)={e−1/x2,x≠0,0,x=0.

Then ψ∈C∞(R) and ψ(n)(0)=0 for every n≥0. Consequently its Maclaurin series is the zero series, which converges for every real x, while ψ(x)>0 whenever x≠0.

Facts & Assumptions

Given: The function ψ displayed above.

[C1]

Let ϕ(u)={e−1/u,u>0,0,u≤0,q(x)=x2, so that ψ=ϕ∘q.

[L1]

The function ϕ belongs to C∞(R), ϕ(j)(0)=0 for every j≥0, and ϕ(u)>0 for u>0 (The one-sided flat function is C∞ with identically zero Taylor series).

[L4]

The Maclaurin series of a smooth function f is ∑n≥0f(n)(0)xn/n!; its definition alone asserts neither convergence nor equality with f (Taylor and Maclaurin series).

[L6]

A function differentiable at a limit point c of its domain is continuous at c; hence a function differentiable on a set is continuous at every point of that set (A function differentiable at c is continuous at c).

[L7]

A function is of class Ck on an interval when f(j) exists there for every j≤k and each such f(j) is continuous there, and it is smooth, or C∞, when it is Ck for every k∈N (Higher derivatives and the classes Ck and C∞).

Proof

technique · direct
1.1

The function q(x)=x2 is a polynomial, so it is differentiable at every real with q′(x)=2x, and ψ(x)=ϕ(q(x)) for every x∈R.

C1L5algebra
1.2

The derivative of any finite sum of functions of the form p(x)ϕ(j)(q(x)), with p a polynomial, is again a finite sum of this form: each p is differentiable with polynomial derivative p′ by [L5], each ϕ(j) is differentiable by [L1], and q is differentiable with q′(x)=2x by [L5], so [L2] gives (ϕ(j)∘q)′(x)=2x ϕ(j+1)(q(x)) and then [L3] gives (p⋅(ϕ(j)∘q))′(x)=p′(x) ϕ(j)(q(x))+2xp(x) ϕ(j+1)(q(x)), in which p′ and 2xp are again polynomials; [L3] then adds the finitely many summands.

L1L2L3L5algebra
1.3

If x≠0, then q(x)=x2>0, and therefore ψ(x)=ϕ(q(x))>0.

C1L1algebra
2.1

Starting from ψ=ϕ∘q and applying step 1.2 repeatedly shows that every derivative of ψ exists; moreover, for each m≥0, ψ(m) is a finite sum of functions p(x)ϕ(j)(q(x)).

step 1.1step 1.2
3.1

For every m≥0, step 2.1 makes ψ(m) differentiable at every real, because ψ(m+1) exists there, and [L6] then makes ψ(m) continuous on R. So every derivative of ψ exists on R and is continuous there, which by [L7] is exactly ψ∈C∞(R).

step 2.1L6L7
3.2

At x=0, every summand in step 2.1 vanishes because q(0)=0 and ϕ(j)(0)=0. Hence ψ(m)(0)=0 for every m≥0.

L1step 2.1algebra
4.1

By the definition of the Maclaurin series, every coefficient of the Maclaurin series of ψ is zero, so the series converges everywhere to 0.

L4step 3.2algebra
5.1

Thus the everywhere-convergent Maclaurin series agrees with ψ at x=0 but disagrees with it at every x≠0, refuting the stated claim.

step 1.3step 4.1∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-01Open item page →

A nonzero smooth compactly supported bump

Example

Let ϕ be The one-sided flat function is C∞ with identically zero Taylor series and define b(x)=ϕ(1−x2). Then b is smooth, positive on (−1,1), and zero outside [−1,1]; its support is [−1,1].

Facts & Assumptions

Verification

technique · direct
1.1

On ∣x∣<1, 1−x2>0, so b(x)>0; on ∣x∣≥1, 1−x2≤0, so b(x)=0.

givenL1
1.2

Away from ±1, smoothness follows from [L2]. At ±1, every one-sided derivative from inside is a finite sum of derivatives of ϕ at 0, all zero by [L1], matching the zero function outside.

L1L2
2.1

Thus b is smooth and its nonzero set is (−1,1), whose closure is [−1,1]; this is its support.

step 1.1step 1.2L3∎
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-01Open item page →

A discontinuous positive solution of F(x+y)=F(x)F(y)

Statement refuted

Every positive F:R→(0,∞) satisfying F(x+y)=F(x)F(y) is continuous and equals an ordinary exponential.

Facts & Assumptions

Counterexample

technique · constructive
1.1

Extend {1,b} to a Hamel basis. Define the Q-linear map A by A(1)=1, A(b)=0, and A(v)=v on the remaining chosen basis elements. Then A is additive but not the identity.

L1L2construct
2.1

Put F(x)=exp⁡(A(x)). Positivity and additivity give F(x+y)=F(x)F(y), and F(1)=e.

step 1.1L3
3.1

If F were continuous, Regular normalized multiplicative Cauchy equations characterize the exponential would give F=exp⁡; injectivity of exp⁡ would then give A(x)=x, contradicting A(b)=0≠b.

step 1.1step 2.1L3given
4.1

Thus F is a discontinuous positive multiplicative solution. The construction uses Choice exactly in the basis extension.

step 3.1givendischarge-construct∎
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The exponential is not uniformly continuous on R

Statement refuted

The exponential function is uniformly continuous on R.

Facts & Assumptions

Counterexample

technique · direct
1.1

For n≥1, let xn=ι(n) and yn=ι(n)+1/ι(n). Then ∣yn−xn∣=1/ι(n)→0.

L3
1.2

By the mean value theorem, exp⁡(yn)−exp⁡(xn)=exp⁡(cn)/ι(n) for some cn∈(xn,yn). Since exponential is increasing, this is at least exp⁡(ι(n))/ι(n), which tends to +∞ by [L2].

L2given
2.1

Thus arbitrarily close pairs have image distances bounded away from 0, contradicting the uniform-continuity condition [L1].

step 1.1step 1.2L1∎

Sources