Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)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.

Peano system

Definition

A Peano system is a triple (N,0,σ)(N, 0, \sigma) consisting of a set NN, a distinguished element 0N0 \in N, and a successor function σ:NN\sigma : N \to N (A function is a relation ff with (a,b)f(a,b) \in f and (a,c)f(a,c) \in f implying b=cb = c; f:ABf : A \to B, the value f(a)f(a), domain and codomain), satisfying the three Peano axioms:

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

Remarks

Axiom (P3), the induction axiom, is the load-bearing one: it says NN has no proper subset that contains 00 and is closed under σ\sigma, so every element is reached from 00 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\mathbb{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\mathbb{N}.

We use the modern 00-based convention (0N0 \in N). Peano's original postulates started from 11; the choice is immaterial, and starting at 00 matches the set-theoretic construction, where 0=0 = \varnothing.

Depends on

Used by

Dependency tree · next 3 levels

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