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.

Multiplication is commutative

Statement

For all m,nNm, n \in \mathbb{N}: mn=nmm \cdot n = n \cdot m.

Facts & Assumptions

Given: multiplication (Multiplication of natural numbers).

[L1]

0k=00 \cdot k = 0 for all kNk \in \mathbb{N} (Zero and one under multiplication).

[L2]

The successor-left law σ(n)m=nm+m\sigma(n) \cdot m = n \cdot m + m (Distributivity and the successor law for multiplication).

[L3]

The induction principle (The principle of mathematical induction).

Proof

technique · induction on $n$, with $m$ fixed
1.1

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

baseL1
1.2

Inductive hypothesis: mn=nmm \cdot n = n \cdot m.

ih
2.1

Step: mσ(n)=mn+m=nm+m=σ(n)mm \cdot \sigma(n) = m \cdot n + m = n \cdot m + m = \sigma(n) \cdot m, using the multiplication recursion, the hypothesis, then the successor-left law [L2].

step 1.2L2
3.1

By induction [L3], mn=nmm \cdot n = n \cdot 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: 23 results over 12 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