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.
The natural numbers have no zero divisors
Statement
For all : if then or . Equivalently, if and then .
Facts & Assumptions
Given: multiplication defined by and ; addition defined by and .
Every nonzero natural is a successor: if then for some (Every nonzero natural number is a successor).
for all (Peano axiom P1) (The von Neumann naturals form a Peano system).
Proof
It suffices to prove the contrapositive: if and then .
Assume and .
By [L1] write and for some .
Then , using the multiplication recursion, , and .
By [L2], , so ; this proves the contrapositive, hence if then or .
Depends on
Used by
- Order is compatible with multiplication Lemma
- ℕ × ℕ ≈ ℕ Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 17 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
- T. Tao, Analysis I, 3rd ed., §2.1-2.3 (Peano axioms, recursion, arithmetic) (standard reference, not scraped)
- Peano axioms (Wikipedia) (standard reference, not scraped)
- W. Aitken, MATH 378 Ch. 1: The Peano Axioms (CSU San Marcos) (standard reference, not scraped)