Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck 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 6, with Pascal's rule checked at every interior entry

Example

The array whose n-th row is (n0),(n1),…,(nn) is Pascal's triangle. Rows 0 to 6 are

111121133114641151010511615201561

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

Every interior entry is produced below by Pascal's rule (n+1k+1)=(nk)+(nk+1), and the hockey-stick identity ∑i≤n(ik)=(n+1k+1) from the row above, the boundary entries being the values (n0)=(nn)=1; four interior entries are cross-checked against the closed formula of (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). The row sums and the alternating row sums are then checked against ∑k<n+1(nk)=2n, and ∑k<n+1(−1)kι ⁣(nk)=0 for n≥1, including the row where the alternating sum is not zero.

Facts & Assumptions

Given: The binomial coefficients of The set [A]k of k-element subsets and the binomial coefficient (nk):=∣[n]k∣ and the factorials 0!=1, 1!=1, 2!=2, 3!=6, 4!=24, 5!=120, 6!=720 of The factorial n! and the falling factorial nk‾, defined by recursion in N.

[L1]

Boundary values: (n0)=(nn)=1 for every n, and (nk)=0 for k>n (The set [A]k of k-element subsets and the binomial coefficient (nk):=∣[n]k∣).

[L3]

The closed formula: (nk) k! (n−k)!=n! for k≤n, so (nk) is the natural number whose canonical natural is ι(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), The canonical natural ι(n)=n⋅1F of a field).

Verification

technique · direct
1.1

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

givenL1
2.1

The interior entries, each by [L2] from the row above. Row 2: (21)=(10)+(11)=2. Row 3: (31)=(20)+(21)=3 and (32)=(21)+(22)=3. Row 4: 4, (42)=3+3=6, 4. Row 5: 5, (52)=4+6=10, (53)=6+4=10, 5. Row 6: 6, (62)=5+10=15, (63)=10+10=20, (64)=10+5=15, 6. 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!=6⋅2⋅2=24=4!; (52)⋅2!⋅3!=10⋅2⋅6=120=5!; (62)⋅2!⋅4!=15⋅2⋅24=720=6!; (63)⋅3!⋅3!=20⋅6⋅6=720=6!. So the two routes give the same numbers.

step 2.1L3
3.2

The row sums are 1, 1+1=2, 1+2+1=4, 1+3+3+1=8, 1+4+6+4+1=16, 1+5+10+10+5+1=32 and 1+6+15+20+15+6+1=64, that is 20,21,…,26, as [L4] requires.

step 2.1L4
3.3

The alternating row sums are 1 for row 0, and 1−1=0, 1−2+1=0, 1−3+3−1=0, 1−4+6−4+1=0, 1−5+10−10+5−1=0, 1−6+15−20+15−6+1=0 for rows 1 to 6. Row 0 is the exception, and it is exactly the row where the hypothesis n≥1 of [L4] fails: the sum there has the single term (00)=1.

step 2.1L1L4
4.1

Rows 0 to 6 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 2, and the alternating sums with 0 from row 1 onwards and with 1 at row 0.

step 3.1step 3.2step 3.3∎

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

42 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources