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.
Categoricity: the natural numbers are unique up to unique isomorphism
Statement
Let and be Peano systems (Peano system). There is a unique bijection with and for all , an isomorphism of Peano systems. Thus the natural numbers are determined up to a unique isomorphism.
Facts & Assumptions
Given: Two Peano systems and .
Recursion theorem, valid in any Peano system since its proof uses only the axioms P1 to P3: for a set , an element , and , there is a unique with and (The recursion theorem).
Induction holds in each system (axiom P3): a subset containing the base point and closed under the successor is the whole system (Peano system).
Proof
Apply the recursion theorem [L1] in with , , : there is a unique with and .
Symmetrically, apply [L1] in with , , : there is a unique with and .
The composite satisfies and ; the identity satisfies the same two equations, so by induction [L2] the set is all of , i.e. .
Likewise by the same argument carried out in .
Hence is a bijection with inverse , and it preserves the base point and the successor, so it is an isomorphism of Peano systems.
Uniqueness: any with and satisfies the recursion clauses defining in step 1.1, so by the uniqueness in [L1] (equivalently contains and is closed under , hence is all of by induction [L2]).
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 19 results over 11 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
- Peano axioms (Wikipedia) (standard reference, not scraped)
- T. Tao, Analysis I, 3rd ed., §2.1-2.3 (Peano axioms, recursion, arithmetic) (standard reference, not scraped)