Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 2026-08-02 (claude-opus-5)
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.

Pascal's triangle computed to row 66, with Pascal's rule checked at every interior entry

Example

The array whose nn-th row is (n0),(n1),,(nn)\binom{n}{0}, \binom{n}{1}, \dots, \binom{n}{n} is Pascal's triangle. Rows 00 to 66 are

111121133114641151010511615201561\begin{array}{c} 1 \\ 1 \quad 1 \\ 1 \quad 2 \quad 1 \\ 1 \quad 3 \quad 3 \quad 1 \\ 1 \quad 4 \quad 6 \quad 4 \quad 1 \\ 1 \quad 5 \quad 10 \quad 10 \quad 5 \quad 1 \\ 1 \quad 6 \quad 15 \quad 20 \quad 15 \quad 6 \quad 1 \end{array}

1111211331146413+3=6¡42¢=¡31¢+¡32¢

Every interior entry is produced below by Pascal's rule (n+1k+1)=(nk)+(nk+1)\binom{n+1}{k+1} = \binom{n}{k} + \binom{n}{k+1}, and the hockey-stick identity in(ik)=(n+1k+1)\sum_{i \le n}\binom{i}{k} = \binom{n+1}{k+1} from the row above, the boundary entries being the values (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1; four interior entries are cross-checked against the closed formula of (nk)k!(nk)!=n!\binom{n}{k}\,k!\,(n-k)! = n! for knk \le n; hence (nk)k!=nk\binom{n}{k}\,k! = n^{\underline{k}}, the quotient n!/(k!(nk)!)n!/(k!(n-k)!) is a natural number, and (nk)=(nnk)\binom{n}{k} = \binom{n}{n-k}. The row sums and the alternating row sums are then checked against k<n+1(nk)=2n\sum_{k<n+1}\binom{n}{k} = 2^{n}, and k<n+1(1)kι ⁣(nk)=0\sum_{k<n+1}(-1)^{k}\iota\!\binom{n}{k} = 0 for n1n \ge 1, including the row where the alternating sum is not zero.

Facts & Assumptions

Given: The binomial coefficients of The set [A]k[A]^{k} of kk-element subsets and the binomial coefficient (nk):=[n]k\binom{n}{k} := \lvert [n]^{k}\rvert and the factorials 0!=10! = 1, 1!=11! = 1, 2!=22! = 2, 3!=63! = 6, 4!=244! = 24, 5!=1205! = 120, 6!=7206! = 720 of The factorial n!n! and the falling factorial nkn^{\underline{k}}, defined by recursion in N\mathbb{N}.

[L1]

Boundary values: (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1 for every nn, and (nk)=0\binom{n}{k} = 0 for k>nk > n (The set [A]k[A]^{k} of kk-element subsets and the binomial coefficient (nk):=[n]k\binom{n}{k} := \lvert [n]^{k}\rvert).

[L3]

The closed formula: (nk)k!(nk)!=n!\binom{n}{k}\,k!\,(n-k)! = n! for knk \le n, so (nk)\binom{n}{k} is the natural number whose canonical natural is ι(n!)/(ι(k!)ι((nk)!))\iota(n!)/(\iota(k!)\iota((n-k)!)) ((nk)k!(nk)!=n!\binom{n}{k}\,k!\,(n-k)! = n! for knk \le n; hence (nk)k!=nk\binom{n}{k}\,k! = n^{\underline{k}}, the quotient n!/(k!(nk)!)n!/(k!(n-k)!) is a natural number, and (nk)=(nnk)\binom{n}{k} = \binom{n}{n-k}, The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field).

Verification

technique · direct
1.1

Row 00 is the single entry (00)=1\binom{0}{0} = 1, and row 11 is (10)=1\binom{1}{0} = 1, (11)=1\binom{1}{1} = 1, both by [L1]. Every row begins and ends with 11 for the same reason.

givenL1
2.1

The interior entries, each by [L2] from the row above. Row 22: (21)=(10)+(11)=2\binom{2}{1} = \binom{1}{0}+\binom{1}{1} = 2. Row 33: (31)=(20)+(21)=3\binom{3}{1} = \binom{2}{0}+\binom{2}{1} = 3 and (32)=(21)+(22)=3\binom{3}{2} = \binom{2}{1}+\binom{2}{2} = 3. Row 44: 44, (42)=3+3=6\binom{4}{2} = 3+3 = 6, 44. Row 55: 55, (52)=4+6=10\binom{5}{2} = 4+6 = 10, (53)=6+4=10\binom{5}{3} = 6+4 = 10, 55. Row 66: 66, (62)=5+10=15\binom{6}{2} = 5+10 = 15, (63)=10+10=20\binom{6}{3} = 10+10 = 20, (64)=10+5=15\binom{6}{4} = 10+5 = 15, 66. This is the array displayed above.

step 1.1L1L2
3.1

The closed formula agrees, checked on four interior entries by [L3]: (42)2!2!=622=24=4!\binom{4}{2}\cdot 2!\cdot 2! = 6\cdot 2\cdot 2 = 24 = 4!; (52)2!3!=1026=120=5!\binom{5}{2}\cdot 2!\cdot 3! = 10\cdot 2\cdot 6 = 120 = 5!; (62)2!4!=15224=720=6!\binom{6}{2}\cdot 2!\cdot 4! = 15\cdot 2\cdot 24 = 720 = 6!; (63)3!3!=2066=720=6!\binom{6}{3}\cdot 3!\cdot 3! = 20\cdot 6\cdot 6 = 720 = 6!. So the two routes give the same numbers.

step 2.1L3
3.2

The row sums are 11, 1+1=21+1 = 2, 1+2+1=41+2+1 = 4, 1+3+3+1=81+3+3+1 = 8, 1+4+6+4+1=161+4+6+4+1 = 16, 1+5+10+10+5+1=321+5+10+10+5+1 = 32 and 1+6+15+20+15+6+1=641+6+15+20+15+6+1 = 64, that is 20,21,,262^{0}, 2^{1}, \dots, 2^{6}, as [L4] requires.

step 2.1L4
3.3

The alternating row sums are 11 for row 00, and 11=01-1 = 0, 12+1=01-2+1 = 0, 13+31=01-3+3-1 = 0, 14+64+1=01-4+6-4+1 = 0, 15+1010+51=01-5+10-10+5-1 = 0, 16+1520+156+1=01-6+15-20+15-6+1 = 0 for rows 11 to 66. Row 00 is the exception, and it is exactly the row where the hypothesis n1n \ge 1 of [L4] fails: the sum there has the single term (00)=1\binom{0}{0} = 1.

step 2.1L1L4
4.1

Rows 00 to 66 are as displayed, each interior entry agreeing with [L2] and the four checked in step 3.1 agreeing with [L3], the row sums with the powers of 22, and the alternating sums with 00 from row 11 onwards and with 11 at row 00.

step 3.1step 3.2step 3.3

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 79 results over 25 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources