Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25
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.

Distributivity and the successor law for multiplication

Statement

For all a,b,c,n∈N: (left distributivity) a⋅(b+c)=a⋅b+a⋅c; and (successor-left law) σ(a)⋅n=a⋅n+n.

Facts & Assumptions

Given: multiplication m⋅0=0, m⋅σ(n)=m⋅n+m and addition m+0=m, m+σ(k)=σ(m+k) (Multiplication of natural numbers, Addition of natural numbers); in particular the addition recursion a+σ(k)=σ(a+k) is available.

[L1]

Addition is associative (Addition is associative) and commutative (Addition is commutative).

[L2]

The induction principle (The principle of mathematical induction).

Proof

technique · induction on $c$ for distributivity, with a second induction on $n$ for the successor law
1.1

Base c=0: a⋅(b+0)=a⋅b=a⋅b+0=a⋅b+a⋅0, using b+0=b and a⋅0=0.

base
1.2

Inductive hypothesis: a⋅(b+c)=a⋅b+a⋅c.

ih
1.3

Successor-left law σ(a)⋅n=a⋅n+n, by a second induction on n: base n=0 gives σ(a)⋅0=0=a⋅0+0; assuming σ(a)⋅n=a⋅n+n, the step gives σ(a)⋅σ(n)=σ(a)⋅n+σ(a)=(a⋅n+n)+σ(a)=a⋅n+(n+σ(a))=a⋅n+σ(n+a)=a⋅n+σ(a+n)=a⋅n+(a+σ(n))=(a⋅n+a)+σ(n)=a⋅σ(n)+σ(n), using associativity and commutativity [L1] and a+σ(k)=σ(a+k).

L1given
2.1

Step: a⋅(b+σ(c))=a⋅σ(b+c)=a⋅(b+c)+a=(a⋅b+a⋅c)+a=a⋅b+(a⋅c+a)=a⋅b+a⋅σ(c), using b+σ(c)=σ(b+c), the multiplication recursion, the hypothesis, associativity [L1], and a⋅σ(c)=a⋅c+a.

step 1.2L1
3.1

By induction [L2], a⋅(b+c)=a⋅b+a⋅c for all c (hence all a,b,c) and σ(a)⋅n=a⋅n+n for all a,n.

step 2.1step 1.3discharge-induction∎

Depends on

Used by

Dependency tree · two levels

13 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