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.

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

pi: the Equivalent Characterizations: 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-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

One unit circle gives semicircle length pi, circumference 2 pi, diameter 2, and disc area pi

Example

For the unit circle and its enclosed unit disc, the geometric quantities calibrated by π are

quantityvaluenormalization giving π
semicircle lengthπthe length itself
circumference2πcircumference divided by diameter
diameter2used as the denominator above
disc areaπarea divided by the square of the radius

Facts & Assumptions

Given: A circle and disc of radius 1.

[L1]

Every once-traversed unit semicircle has length π (The arc length of a unit semicircle is pi).

[L2]

A circle of radius r>0 has circumference 2πr, diameter 2r, and circumference-to-diameter ratio π (Every circle has circumference 2 pi r and circumference-to-diameter ratio pi).

Verification

technique · direct
1.1

At r=1, [L1] gives semicircle length π.

givenL1
1.2

At r=1, [L2] gives circumference 2π and diameter 2, so their ratio is π.

givenL2algebra
1.3

At r=1, [L3] gives disc area π.

givenL3algebra
2.1

These three substitutions give every entry and normalization in the table.

step 1.1step 1.2step 1.3
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Gregory-Leibniz partial sums bracket pi with an explicit remainder bound

Example

Set

SN:=k=0N(1)k2k+1.

Then 4SN is an upper bound for π when N is even, a lower bound when N is odd, and in every case

π4SN42N+3.

Facts & Assumptions

Given: A natural number N and the partial sum SN.

[L1]

The finite-remainder identity gives π4=SN+(1)N+101t2N+21+t2dt, where the integral is nonnegative and at most 1/(2N+3) (The Gregory-Leibniz series: pi over four equals 1-1/3+1/5-1/7+...).

Verification

technique · direct
1.1

Multiplying [L1] by 4 gives π4SN4/(2N+3).

L1algebra
1.2

If N is even, the remainder in [L1] has negative sign, so π4SN; if N is odd, it has positive sign, so 4SNπ.

L1cases
1.3

Direct summation gives S0=1,S1=23,S2=1315,S3=76105.

givenalgebra
2.1

Hence the first certified brackets include 83<304105π5215<4, with the weak inequalities adjacent to π supplied by step 1.2.

step 1.2step 1.3algebra
3.1

The error bound decreases only on the scale 1/N, so the certification also records the slow convergence of these partial sums.

step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Wallis partial products are trapped by adjacent sine-power integrals

Example

For m1, let

Wm:=k=1m4k24k21.

The first three products are

W1=43,W2=6445,W3=256175.

Facts & Assumptions

Given: A positive natural number m and In:=0π/2sinnxdx.

[L1]

The Wallis integrals satisfy I2m+1I2mI2m1, I2m=π2k=1m2k12k,I2m+1=k=1m2k2k+1 (Wallis integrals satisfy the two-step recurrence, closed forms, and the adjacent-integral squeeze).

[L2]

Verification

technique · direct
1.1

Dividing I2m+1I2m in [L1] by the positive odd-over-even product gives Wmπ/2.

givenL1algebra
1.2

Using the formula for I2m1 obtained from [L1] with m1, the other inequality I2mI2m1 gives π22m2m+1Wm.

givenL1algebra
2.1

Thus π22m2m+1Wmπ2, which is the exact finite trap coming from the adjacent integrals.

step 1.1step 1.2
3.1

Multiplication gives the three displayed values; for m=1,2,3, step 2.1 respectively places them in π343π2,2π56445π2,3π7256175π2.

step 2.1algebra
4.1

The exact bounds in step 2.1 certify every finite product without decimal approximations, while [L2] supplies their limit π/2.

step 2.1L2
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The first Viete nested-radical products approximate two over pi

Example

Write a1=2 and an+1=2+an. The first four finite Viète products are

P1=a12,P2=a1a222,P3=a1a2a323,P4=a1a2a3a424.

Facts & Assumptions

Given: The positive nested radicals an and the products Pn above.

[L1]

For every real x and natural n, sinx=2nsin(x/2n)k=1ncos(x/2k), with empty product 1 at n=0; at x=π/2, its cosine factors are the positive half-angle nested radicals (The finite Viete cosine product and its positive nested-radical factors).

[L2]
[L3]

Reciprocals and quotients of convergent real sequences have their corresponding limits when the limiting denominator is nonzero (Algebra of limits: sums, scalar multiples, products and quotients).

Verification

technique · direct
1.1

Starting with a1=2, the recurrence gives a2=2+2,a3=2+2+2,a4=2+2+2+2.

givenalgebra
1.2

Since every ak is positive, each Pn>0, and Πn:=2Pn=2n+1a1a2an is defined.

givenalgebra
2.1

Substitution into k=1n(ak/2) gives exactly the four products displayed in the Example, as also identified by [L1].

step 1.1L1algebra
3.1

By [L2] and [L3], the nonzero-limit quotient law gives Πn2/(2/π)=π. Thus doubling the reciprocals of the displayed finite products gives certified approximants to π, with convergence supplied by the finite identity rather than a numerical pattern.

step 1.2L2L3algebra
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

False: any positive zero of sine characterizes pi

Statement

If p>0 and sinp=0, then p=π.

Facts & Assumptions

Given: The proposed implication for positive sine zeros.

[L1]
[L3]

For every real x, sinx=0 if and only if x=mπ for some integer m (The zero sets of sine and cosine and the least positive common period 2 pi).

Refutation

technique · direct
1.1

Put p=2π. By [L1], p>0, and by [L3], sinp=0.

L1L3algebra
1.2

Yet 2ππ because π>0.

L1algebra
2.1

Thus a positive zero need not equal π. The correct characterization in [L2] requires the least positive zero.

step 1.1step 1.2L2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

False: circumference divided by radius equals pi

Statement

For every circle of radius r>0, its circumference C(r) satisfies C(r)/r=π.

Facts & Assumptions

Given: A radius r>0.

[L1]

A circle of radius r>0 satisfies C(r)=2πr, has diameter d(r)=2r, and obeys C(r)/d(r)=π (Every circle has circumference 2 pi r and circumference-to-diameter ratio pi).

[L2]

Refutation

technique · direct
1.1

Since r>0, division in [L1] gives C(r)/r=2π.

givenL1algebra
1.2

By [L2], 2ππ, so the asserted ratio is false.

L2algebra
2.1

The valid normalization is circumference divided by diameter: [L1] gives C(r)/(2r)=π. The false statement omits this factor of 2.

step 1.1step 1.2L1algebra
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A twice-traversed circle has the same trace but twice the path length

Statement refuted

Two C1 paths with the same trace must have the same length.

Facts & Assumptions

Given: The paths γ(t)=(cost,sint),β(t)=(cos(2t),sin(2t)),0t2π.

[L1]

The path t(cost,sint) on [0,2π] is the once-around parametrization used to define unit-circle circumference (Circular arcs, circumference as arc length, and diameter).

[L2]

Vector differentiation is componentwise, (sint)=cost, (cost)=sint, and sin2t+cos2t=1 (The derivative and the Riemann integral of a vector-valued function: an intrinsic derivative and a componentwise integral, The derivatives of sine and cosine are cosine and minus sine, Parity and the Pythagorean identity for sine and cosine).

Counterexample

technique · constructive
1.1

Each point γ(s), 0s2π, equals β(s/2), while periodicity in [L3] reduces every β(t)=γ(2t) to a parameter in [0,2π]. Thus γ and β have the same unit-circle trace.

givenL1L3construct
1.2

By [L2], γ(t)2=1 and β(t)2=2 throughout the interval.

givenL2algebra
2.1

By [L4] and [L5], L(γ)=02π1dt=2π,L(β)=02π2dt=4π.

step 1.2L4L5
3.1

The traces coincide by step 1.1 but the lengths differ by step 2.1, so the statement is false. The once-around qualification in the definition of circumference prevents this multiplicity ambiguity.

step 1.1step 2.1L1discharge-construct

Sources