Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16
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.

The binomial theorem over an arbitrary commutative ring

Statement

Let R be a commutative ring. For all x,yR and nN,

(x+y)n=k=0n(nk)xkynk.

The natural-number coefficients act by repeated addition. The formula includes n=0.

Facts & Assumptions

Given: A commutative ring R, elements x,yR, and a natural number n.

[L1]

Multiplication in a commutative ring is commutative and distributes over addition (Commutative ring).

[L2]

The binomial coefficient (nk) counts the k-element subsets of an n-element set, with (n0)=(nn)=1 (The set [A]k of k-element subsets and the binomial coefficient (nk):=[n]k).

[L3]

Proof

technique · induction
1.1

For n=0, both sides are 1: the left by [L3], and the right is the sole term (00)x0y0=1.

baseL2L3
1.2

Assume the formula holds for n.

ih
2.1

Multiply the inductive formula by x+y, distribute using [L1], and reindex to obtain the coefficient (nk1)+(nk) on xkyn+1k for each interior k.

step 1.2L1L3algebra
3.1

By [L4] these interior coefficients are (n+1k), and [L2] supplies the two endpoint coefficients 1. Thus the formula holds for n+1.

step 2.1L2L4algebra
4.1

Induction proves the identity for every natural n.

step 1.1step 3.1discharge-induction

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 75 results over 22 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