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.

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

The Exponential Function

1 · Prerequisites

2 · Summary

Real power-series theory supplies convergence radii, compact-uniform convergence, termwise differentiation, and Cauchy products. Factorials, binomial coefficients, finite sums, and the Archimedean property provide the arithmetic needed to define and manipulate the exponential series over the real numbers.

The power series defines the exponential function and yields its addition law, positivity, derivative, monotonicity, limits, and range. Product limits, the normalized differential equation, the multiplicative functional equation, and Picard iteration are then identified with the same function. Factorial tail estimates give explicit bounds for e and establish its irrationality, completing the comparison of these constructions without logarithms or arbitrary real powers.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-01Open item page →

The real exponential function and the number e by a power series

Definition

For x∈R, define exp⁡(x):=∑n=0∞xnι(n!),e:=exp⁡(1), provided by the all-real convergence proved in The exponential series converges absolutely for every real argument ↗. Here n!∈N is the factorial of The factorial n! and the falling factorial nk‾, defined by recursion in N, ι(n!) is its nonzero real image (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing), and powers and series are those of Integer powers am and Series, partial sums, convergence and the sum, divergence, and the tail series.

This is a real power series centred at 0 (A real power series about a centre, its interval of convergence, and its radius in [0,+∞]). No logarithm, irrational power, or differential equation enters the definition.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The exponential series converges absolutely for every real argument

Statement

For every real x, the series ∑n≥0xn/ι(n!) converges absolutely. Its power-series radius is therefore +∞.

Facts & Assumptions

Proof

technique · direct
1.1

If x=0, the series is 1+0+0+⋯ and converges absolutely. Hence assume x≠0. Choose N≥1 with ι(N)>2∣x∣. For n≥N, the absolute terms an=∣x∣n/ι(n!) are positive and satisfy an+1/an=∣x∣/ι(n+1)<1/2.

L1L3choose
2.1

Thus aN+j≤aN2−j by induction, and the tail is dominated by a convergent geometric series.

step 1.1L2
3.1

The zero case from step 1.1 and, when x≠0, adding the finite initial segment to the convergent tail prove absolute convergence for arbitrary x. Hence every nonnegative radius works and the radius is +∞.

step 1.1step 2.1L2∎
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-01Open item page →

The exponential addition formula exp⁡(x+y)=exp⁡(x)exp⁡(y)

Statement

For all real x,y, exp⁡(x+y)=exp⁡(x)exp⁡(y).

Facts & Assumptions

Given: x,y∈R.

[L1]

For fixed x,y, the auxiliary power series ∑n≥0xnzn/ι(n!) and ∑n≥0ynzn/ι(n!) have infinite radius by The exponential series converges absolutely for every real argument. Inside their common radius, their product is the Cauchy product of their coefficients (Inside the common radius the product of two power-series sums is represented by the Cauchy product of their coefficients).

[L3]

For k≤n, ι(nk)=ι(n!)/(ι(k!)ι((n−k)!)) ((nk) k! (n−k)!=n! for k≤n; hence (nk) k!=nk‾, the quotient n!/(k!(n−k)!) is a natural number, and (nk)=(nn−k)). Therefore 1/(ι(k!)ι((n−k)!))=ι(nk)/ι(n!), with all naturals read in R through The canonical natural ι(n)=n⋅1F of a field.

Proof

technique · direct
1.1

Apply [L1] at the auxiliary value z=1. The coefficient of degree n in the resulting Cauchy product for exp⁡(x)exp⁡(y) is ∑k=0nxkyn−k/(ι(k!)ι((n−k)!)).

L1given
2.1

Apply [L3] and [L2] to identify this finite sum with (x+y)n/ι(n!).

step 1.1L2L3algebra
3.1

Summing over n gives the exponential series at x+y, hence the formula.

step 2.1L1∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The exponential is positive and satisfies exp⁡(−x)=1/exp⁡(x)

Statement

For every real x, exp⁡(x)>0 and exp⁡(−x)=1exp⁡(x).

Facts & Assumptions

Given: x∈R.

[L2]

Every nonzero square in an ordered field is positive (Squares of nonzero elements are positive).

Proof

technique · direct
1.1

Setting y=−x in [L1] gives exp⁡(x)exp⁡(−x)=1, so both factors are nonzero.

L1algebra
2.1

Also exp⁡(x)=exp⁡(x/2)2, so it is nonnegative; by step 1.1 and [L2] it is positive.

L1L2
3.1

Dividing the identity in step 1.1 by exp⁡(x) gives the reciprocal formula.

step 1.1algebra∎
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-01Open item page →

The exponential function is smooth and (exp⁡)′=exp⁡

Statement

The real exponential function is C∞, and for every m∈N, exp⁡(m)=exp⁡. In particular (exp⁡)′=exp⁡.

Facts & Assumptions

Proof

technique · direct
1.1

Termwise differentiation gives (exp⁡)′(x)=∑n≥1ι(n)xn−1/ι(n!).

L1L2
2.1

Reindex n=j+1 and cancel ι(j+1) using the factorial recurrence. The series becomes ∑j≥0xj/ι(j!)=exp⁡(x).

step 1.1L2algebra
3.1

Smoothness follows from [L1] and the infinite radius; iterating step 2.1 gives every higher derivative.

step 2.1L1L2∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The exponential function is strictly increasing

Statement

The exponential function is continuous and strictly increasing on R.

Facts & Assumptions

Given: The exponential function.

[L2]

The mean value theorem applies to a continuous function on a closed interval and converts a positive interior derivative into strict increase (The mean value theorem, as the case g(x)=x of Cauchy's: for f continuous on [a,b] with a<b and differentiable on (a,b) there is c∈(a,b) with f(b)−f(a)=f′(c)(b−a)). A power-series sum is continuous at every point strictly inside its convergence interval, and the exponential series has infinite radius (The sum of a real power series is continuous at every point strictly inside its interval of convergence, The exponential series converges absolutely for every real argument).

Proof

technique · direct
1.1

If x<y, the mean value theorem gives exp⁡(y)−exp⁡(x)=exp⁡(c)(y−x) for some c∈(x,y).

L1L2
2.1

Both factors on the right are positive, so exp⁡(y)>exp⁡(x). Continuity is the cited power-series conclusion.

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

The exponential tends to +∞ at +∞ and to 0 at −∞

Statement

exp⁡(x)→+∞(x→+∞),exp⁡(x)→0(x→−∞), and the range of exp⁡ is contained in (0,∞) and is unbounded above with infimum 0.

Facts & Assumptions

Given: The exponential series.

[L1]

For x≥0, every exponential-series term is nonnegative, so its sum dominates every partial sum and in particular exp⁡(x)≥1+x (The real exponential function and the number e by a power series, A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum).

[L3]

Finite and infinite limits of functions at infinity have the quantified definitions in Limits at +∞ and −∞, and infinite limits at a point.

Proof

technique · direct
1.1

Given a real M, every x>max⁡{0,M−1} satisfies exp⁡(x)≥1+x>M. Hence exp⁡(x)→+∞.

L1L3
1.2

Given ε>0, choose X>0 with 1+X>1/ε. If x<−X, then −x>X, so [L1] gives exp⁡(−x)≥1−x>1+X>1/ε; [L2] yields 0<exp⁡(x)<ε.

L1L2choose
2.1

The range assertions follow from positivity and the two limit conclusions.

step 1.1step 1.2L2∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The exponential is a continuous bijection from R onto (0,∞)

Statement

exp⁡:R⟶(0,∞) is a bijection.

Facts & Assumptions

Proof

technique · direct
1.1

Strict increase gives injectivity.

L1
1.2

Given y>0, [L2] provides a<b with exp⁡(a)<y<exp⁡(b). Applying [L3] on [a,b] gives c with exp⁡(c)=y.

L1L2L3choose
2.1

Positivity gives the stated codomain, and steps 1.1 and 1.2 give bijectivity.

step 1.1step 1.2L2∎
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-01Open item page →

The exponential dominates every fixed nonnegative integer power at +∞

Statement

For every m∈N and every real a>0, xmexp⁡(ax)⟶0(x→+∞).

Facts & Assumptions

Given: m∈N and a>0.

[L1]

Every term of the exponential series is nonnegative at a nonnegative argument (The real exponential function and the number e by a power series).

Proof

technique · direct
1.1

For x>0, retain term m+1 of the series at ax: exp⁡(ax)≥(ax)m+1/ι((m+1)!).

L1given
2.1

Hence 0≤xm/exp⁡(ax)≤ι((m+1)!)/(am+1x).

step 1.1L2algebra
3.1

The upper bound tends to 0, so the quotient tends to 0.

step 2.1L2∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-01Open item page →

The exponential is the unique solution of y′=y with y(0)=1

Statement

If y:R→R is differentiable, y′=y, and y(0)=1, then y=exp⁡.

Facts & Assumptions

Proof

technique · direct
1.1

Define h(x)=y(x)exp⁡(−x). By [L1] and [L2], h′(x)=y′(x)exp⁡(−x)−y(x)exp⁡(−x)=0.

givenL1L2
2.1

The differentiable function h is continuous, so [L3] makes it constant; h(0)=y(0)exp⁡(0)=1.

step 1.1L1L3
3.1

Thus y(x)exp⁡(−x)=1, and multiplying by exp⁡(x) gives y(x)=exp⁡(x).

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

Regular normalized multiplicative Cauchy equations characterize the exponential

Statement

The exponential function is the unique continuous F:R→(0,∞) satisfying F(x+y)=F(x)F(y) and F(1)=e. It is also the unique function differentiable at 0 satisfying the functional equation, F(0)=1, and F′(0)=1.

Facts & Assumptions

Given: A function F satisfying one of the two normalizations.

Proof

technique · cases
1.1

Under continuity and F(1)=e, the equation gives F(n)=en, F(−n)=e−n, and uniqueness of positive roots gives F(m/n)=em/n for rationals m/n. Density and continuity then give F(x)=exp⁡(x) for every real x.

assume-case continuousL1L2given
1.2

Under differentiability at 0, F(x+h)−F(x)h=F(x)F(h)−1h, so F′(x)=F(x)F′(0)=F(x). With F(0)=1, [L1] gives F=exp⁡.

assume-case differentiablegivenL1algebra
2.1

The exponential itself satisfies both normalizations, so both uniqueness assertions follow.

step 1.1step 1.2L1cases-exhaustive∎
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

For fixed k, (nk)/nk tends to 1/k!

Statement

For each fixed k∈N, ι(nk)ι(n)k⟶1ι(k!)(n→∞), where the expression is read for n≥max⁡{1,k}. For every such n, one also has the uniform bound 0≤ι(nk)ι(n)k≤1ι(k!).

Facts & Assumptions

Proof

technique · direct
1.1

For n≥max⁡{1,k}, ι(nk)/ι(n)k=ι(k!)−1∏j<k(1−ι(j)/ι(n)).

L1givenalgebra
2.1

For j<k≤n, strict increase and positivity give 0≤ι(j)/ι(n)<1, so every factor in step 1.1 lies in (0,1]. Thus the finite product lies in [0,1], proving the displayed uniform bound.

step 1.1L2
3.1

For each of the finitely many j<k, ι(j)/ι(n)→0; finite-product limit algebra makes the product in step 1.1 tend to 1. Multiplication by the fixed factor 1/ι(k!) yields the limit.

step 1.1L2∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

For every real x, (1+x/n)n→exp⁡x

Statement

For every real x, lim⁡n→∞(1+xι(n))n=exp⁡(x), with the sequence started after n>∣x∣, so the base is positive.

Facts & Assumptions

Given: A real x.

[L1]

The binomial theorem expands the product. For fixed k, For fixed k, (nk)/nk tends to 1/k! gives both convergence of the scaled coefficient to 1/ι(k!) and, whenever n≥max⁡{1,k}, the bound 0≤ι(nk)/ι(n)k≤1/ι(k!) (The binomial theorem in R: (x+y)n=∑k<n+1ι ⁣(nk) xky n−k).

Proof

technique · direct
1.1

For n>∣x∣, the binomial theorem gives (1+x/ι(n))n=∑k=0n(ι(nk)/ι(n)k)xk.

L1
1.2

Each fixed coefficient tends to 1/ι(k!), while the uniform bound in [L1] holds for every term present in the sum.

L1
2.1

Given ε>0, choose K so the absolute exponential tail after K is below ε/3 using [L2]. The same coefficient bound controls the product tail uniformly in n; for the finite head k≤K, choose n so all coefficient errors sum to below ε/3.

step 1.2L2choose
3.1

The triangle inequality then makes the product differ from ∑k≥0xk/ι(k!)=exp⁡(x) by less than ε.

step 1.1step 2.1given∎
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-01Open item page →

Picard iteration from 1 produces the exponential partial sums

Statement

Define u0(x)=1 and ur+1(x)=1+∫0xur(t) dt. Then ur(x)=∑k=0rxkι(k!) and ur→exp⁡ uniformly on every bounded interval. Moreover, exp⁡(x)=1+∫0xexp⁡(t) dt, and differentiating this integral equation recovers exp⁡′=exp⁡ and exp⁡(0)=1.

Facts & Assumptions

Proof

technique · induction
1.1

At r=0, u0=1, the stated finite sum.

basegiven
1.2

If the formula holds at r, integrate its finite sum termwise from 0 to x. By [L1], the integral of tk/ι(k!) is xk+1/ι((k+1)!), giving the formula at r+1.

ihL1given
2.1

Hence the iterates are precisely the partial sums of the exponential series. Its infinite radius and [L2] give uniform convergence on every bounded interval.

step 1.1step 1.2L2given
3.1

Fix x and work on the compact interval with endpoints 0 and x. The polynomial iterates are continuous and integrable there, and step 2.1 gives uniform convergence to exp⁡. Thus [L3] lets the integrals in ur+1(x)=1+∫0xur(t) dt pass to the limit, giving exp⁡(x)=1+∫0xexp⁡(t) dt, with the orientation supplied by The integral with oriented limits: ∫aaf:=0 and ∫baf:=−∫abf when x<0.

step 2.1L3given
4.1

Step 2.1 and [L3] make exp⁡ continuous. The first fundamental theorem applied to step 3.1 gives exp⁡′(x)=exp⁡(x), and setting x=0 gives exp⁡(0)=1.

step 2.1step 3.1L3discharge-induction∎
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

The power-series, product-limit, IVP, functional-equation, and Picard definitions agree

Statement

The following descriptions give the same function R→(0,∞): the power series ∑xn/ι(n!); the product limit lim⁡n(1+x/ι(n))n; the normalized solution of y′=y, y(0)=1; the normalized continuous multiplicative function; and the compact-uniform limit of the Picard iterates.

Facts & Assumptions

Proof

technique · direct
1.1

Each theorem in [L2] identifies its construction with the series-defined function in [L1], with exactly the normalization stated here.

L1L2
2.1

Equality with a common function is transitive, so all five descriptions are equivalent.

step 1.1algebra∎
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

A geometric bound for tails of the exponential series

Statement

If x∈R, N∈N, and ι(N+2)≥2∣x∣, then ∑k=N+1∞∣x∣kι(k!)≤2∣x∣N+1ι((N+1)!).

Facts & Assumptions

Given: x,N with the stated inequality.

[L1]

Factorials satisfy the recurrence; the canonical embedding preserves products and order and is strictly increasing on naturals (The factorial n! and the falling factorial nk‾, defined by recursion in N, The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing).

Proof

technique · direct
1.1

For k≥N+1, strict increase gives ι(k+1)≥ι(N+2)≥2∣x∣, and the factorial recurrence gives that the ratio of consecutive absolute terms is ∣x∣/ι(k+1)≤1/2.

givenL1
2.1

Thus the j-th term after N+1 is at most the first tail term times 2−j.

step 1.1induction
3.1

Sum the geometric majorant using [L2] to obtain the displayed bound.

step 2.1L2given∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-01Open item page →

The elementary numerical bound 2<e<3

Statement

2<e<3.

Facts & Assumptions

Given: e=∑k≥01/ι(k!) (The real exponential function and the number e by a power series).

Proof

technique · direct
1.1

The first three terms give e>1+1+1/2>2.

given
1.2

The term at index 2 is 1/2. Apply [L1] with x=1,N=2: the tail from index 3 onward is at most 2/3!=1/3. Thus the whole tail after index 1 is at most 1/2+1/3=5/6<1, and hence e<2+1=3.

L1algebra
2.1

Combining the strict bounds gives the claim.

step 1.1step 1.2∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The number e is irrational

Statement

The number e is irrational.

Facts & Assumptions

[L1]

Factorials are nonzero naturals and obey their recurrence. If k≤n, then (nk)k!(n−k)!=n!, so k! divides n! (The factorial n! and the falling factorial nk‾, defined by recursion in N, (nk) k! (n−k)!=n! for k≤n; hence (nk) k!=nk‾, the quotient n!/(k!(n−k)!) is a natural number, and (nk)=(nn−k)). Every positive natural has a positive, hence nonzero, canonical real image, and the canonical map preserves products (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing).

[L2]

The exponential factorial tail is bounded by A geometric bound for tails of the exponential series.

[L3]

Every rational has an integer representative p/q with positive denominator; every positive integer is the image of a unique natural q≥1. The embeddings N↪Z↪Q↪R are injective, preserve arithmetic and order, and the integers are closed under finite sums and differences (Every rational has a positive-denominator representative, The naturals embed in the integers, The integers embed in the rationals, The unique embedding of ℚ into an ordered field, The integers form a commutative ring).

Proof

technique · contradiction
1.1

Assume e∈Q. By [L3], write e=p/q in R with p∈Z and q∈N, q≥1, using the canonical embeddings. Choose a natural n≥max⁡{q,2} (Every complete ordered field is Archimedean).

assume-contraL3choose
2.1

Put A:=ι(n!)(e−∑k=0n1/ι(k!)). Every tail term is positive, so A>0. Applying [L2] with x=1 and N=n, then using the factorial recurrence, gives A≤2ι(n!)ι((n+1)!)=2ι(n+1)≤23<1 because n≥2.

step 1.1L1L2algebra
3.1

The number A from step 2.1 is an embedded integer. Indeed, for each 0≤k≤n, [L1] gives a natural sk with n!=k!sk. Also q!=m!q for the natural m with q=m+1, and [L1] at k=q gives q!∣n!; hence n!=qr for some natural r. By [L3] and multiplicativity of the embeddings, ι(n!)e=pr^,ι(n!)ι(k!)=ι(sk), where pr^ is the real image of the integer pr. Therefore A is a difference of embedded integers and is itself an embedded integer.

step 1.1L1L3algebra
4.1

Since the embedding preserves order, no embedded integer lies strictly between 0 and 1, contradicting steps 3.1 and 2.1. Therefore e∉Q.

step 3.1step 2.1L3discharge-contradiction∎
RemarkRemark: AI-generatedProof: Not applicableaudited 2026-08-01Open item page →

The exponential roadmap and its circularity hazards

Remarks

The equivalence theorem The power-series, product-limit, IVP, functional-equation, and Picard definitions agree is an identification after independent proofs, not a list of mutually supporting definitions. The power series first defines exp⁡; the addition law is proved by an absolutely convergent Cauchy product; differentiation is then termwise. Only after those steps are the differential-equation and functional-equation characterizations invoked.

The bijection onto the positive reals (The exponential is a continuous bijection from R onto (0,∞)), polynomial domination (The exponential dominates every fixed nonnegative integer power at +∞), and irrationality of e (The number e is irrational) use no logarithm. Each result is therefore independent of an inverse function and of real exponentiation.

5 · Examples, counterexamples and false statements

None yet.

Sources