Alphabeta Math
LemmaStatement: Literature-sourcedProof: 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.

Left identity for addition

Statement

For all n∈N: 0+n=n. The right identity n+0=n is definitional, so together with this law 0 is a two-sided identity for addition.

Facts & Assumptions

Given: Addition with m+0=m and m+σ(n)=σ(m+n) (Addition of natural numbers).

[L1]

Proof

technique · induction
1.1

Base n=0: 0+0=0 by the clause m+0=m at m=0.

base
1.2

Inductive hypothesis: 0+n=n.

ih
2.1

Step: 0+σ(n)=σ(0+n)=σ(n), using m+σ(n)=σ(m+n) at m=0, then the hypothesis.

step 1.2given
3.1

By induction [L1], 0+n=n for all n∈N.

step 1.1step 2.1discharge-induction∎

Depends on

Used by

Dependency tree · two levels

7 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