Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck 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.

Addition is commutative

Statement

For all m,nNm, n \in \mathbb{N}: m+n=n+mm + n = n + m.

Facts & Assumptions

Given: Addition (Addition of natural numbers).

[L1]

0+k=k0 + k = k for all kk (Left identity for addition).

[L2]

Left successor law: σ(a)+k=σ(a+k)\sigma(a) + k = \sigma(a + k) for all a,ka, k (Left successor law for addition).

[L3]

Proof

technique · induction
1.1

Base n=0n = 0: m+0=mm + 0 = m and 0+m=m0 + m = m by [L1], so m+0=0+mm + 0 = 0 + m.

baseL1
1.2

Inductive hypothesis: m+n=n+mm + n = n + m.

ih
2.1

Step: m+σ(n)=σ(m+n)=σ(n+m)m + \sigma(n) = \sigma(m + n) = \sigma(n + m) by the recursion and the hypothesis; and the left successor law [L2] gives σ(n)+m=σ(n+m)\sigma(n) + m = \sigma(n + m), so m+σ(n)=σ(n+m)=σ(n)+mm + \sigma(n) = \sigma(n + m) = \sigma(n) + m.

step 1.2givenL2
3.1

By induction [L3], m+n=n+mm + n = n + m for all nn, hence for all m,nNm, n \in \mathbb{N}.

step 1.1step 2.1discharge-induction

Depends on

Used by

Dependency tree · next 3 levels

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