Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 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.

Peano system

Definition

A Peano system is a triple (N,0,σ) consisting of a set N, a distinguished element 0∈N, and a successor function σ:N→N (A function is a relation f with (a,b)∈f and (a,c)∈f implying b=c; f:A→B, the value f(a), domain and codomain), satisfying the three Peano axioms:

The elements of N are the natural numbers of the system. We abbreviate 1:=σ(0), 2:=σ(1), 3:=σ(2), and so on.

Remarks

Axiom (P3), the induction axiom, is the load-bearing one: it says N has no proper subset that contains 0 and is closed under σ, so every element is reached from 0 by finitely many successors. It is what makes definition by recursion and proof by induction legitimate (The principle of mathematical induction, The recursion theorem).

This is a structural definition: it does not say what the natural numbers are, only which laws they obey. Two questions are therefore separate and both require proof: that a Peano system exists (a model built inside set theory, The von Neumann naturals form a Peano system, from the von Neumann naturals The natural numbers N (von Neumann)), and that it is unique up to a unique isomorphism (Categoricity: the natural numbers are unique up to unique isomorphism). Together these justify speaking of the natural numbers N.

We use the modern 0-based convention (0∈N). Peano's original postulates started from 1; the choice is immaterial, and starting at 0 matches the set-theoretic construction, where 0=∅.

Depends on

Used by

Dependency tree · two levels

9 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