pith. machine review for the scientific record. sign in
Foundational THEOREM Mathematics & foundations v5

Natural Numbers Emerge from Logic

Peano arithmetic is reconstructed inside the recognition realization

Peano arithmetic is reconstructed inside the recognition realization. **Peano P2 (successor injectivity)**: forced by the constructor disjointness of the inductive type, which itself reflects the injectivity of multiplication by the generator on the orbit.

Predictions

Quantity Predicted Units Empirical Source
Peano arithmetic reconstructed dimensionless Lean theorem target Foundation.ArithmeticFromLogic

Equations

[ 0,\quad S(n),\quad n+m,\quad n\cdot m ]

Peano arithmetic operations reconstructed from logic.

Derivation chain (Lean anchors)

Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.

  1. 1 Successor is injective theorem checked
    IndisputableMonolith.Foundation.ArithmeticFromLogic.succ_injective Open theorem →
  2. 2 Induction theorem checked
    IndisputableMonolith.Foundation.ArithmeticFromLogic.induction Open theorem →
  3. 3 Addition is associative theorem checked
    IndisputableMonolith.Foundation.ArithmeticFromLogic.add_assoc Open theorem →
  4. 4 Addition is commutative theorem checked
    IndisputableMonolith.Foundation.ArithmeticFromLogic.add_comm Open theorem →
  5. 5 Multiplication distributes over addition theorem checked
    IndisputableMonolith.Foundation.ArithmeticFromLogic.mul_add Open theorem →

Narrative

1. Setting

The natural numbers are not imported. RS reconstructs successor, addition, multiplication, induction, and cancellation inside the logic-realization surface.

2. Equations

(E1)

$$ 0,\quad S(n),\quad n+m,\quad n\cdot m $$

Peano arithmetic operations reconstructed from logic.

3. Prediction or structural target

  • Peano arithmetic: predicted reconstructed (dimensionless); empirical Lean theorem target. Source: Foundation.ArithmeticFromLogic

This entry is one of the marquee derivations. The numerical or formal target is explicit, and the falsifier identifies the failure mode.

4. Formal anchor

The primary anchor is Foundation.ArithmeticFromLogic..succ_injective.

injectivity of multiplication by the generator on the orbit. -/
theorem succ_injective : Function.Injective succ := by
  intro a b h
  cases h
  rfl

/-- **Peano P3 (induction)**: any property closed under successor and
holding at zero holds for every `LogicNat`. -/
theorem induction
    {motive : LogicNat → Prop}

5. What is inside the Lean module

Key theorems:

  • zero_ne_succ
  • succ_ne_zero
  • succ_injective
  • induction
  • add_def
  • zero_def
  • one_def
  • add_zero
  • add_succ
  • zero_add
  • succ_add
  • add_assoc

Key definitions:

  • LogicNat
  • zero
  • succ
  • add
  • mul
  • toNat
  • fromNat
  • equivNat

6. Derivation chain

7. Falsifier

A failure of successor injectivity, induction, associativity, commutativity, or distributivity in the logic-derived arithmetic refutes this derivation.

8. Where this derivation stops

Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.

9. Reading note

The minimal way to audit this page is to open the first Lean anchor and then walk the supporting declarations listed above. If the primary theorem is a module-level anchor, the key theorems section names the internal declarations that carry the mathematical load. This keeps the public derivation readable without severing it from the proof object.

10. Audit path

To audit arithmetic-from-logic, start with the primary Lean anchor Foundation.ArithmeticFromLogic.succ_injective. Then inspect the theorem names listed in the module-content section. The page is intentionally built so the public explanation is not a substitute for the proof object; it is a map into it. The mathematical dependency is the same in every case: reciprocal cost fixes J, J fixes the phi-ladder, the eight-tick cycle fixes the recognition clock, and the domain theorem listed above supplies the last step. If that last step is empirical, the falsifier section names what observation would break it. If that last step is formal, a Lean-checkable counterexample is the relevant failure mode.

Falsifier

A failure of successor injectivity, induction, associativity, commutativity, or distributivity in the logic-derived arithmetic refutes this derivation.

References

  1. lean Recognition Science Lean library (IndisputableMonolith)
    https://github.com/jonwashburn/shape-of-logic
    Public Lean 4 canon used by Pith theorem pages.
  2. paper Uniqueness of the Canonical Reciprocal Cost
    Washburn, J.; Zlatanovic, B.
    Axioms (MDPI) (2026)
    Peer-reviewed paper anchoring the J-cost uniqueness theorem.
  3. spec Recognition Science Full Theory Specification
    https://recognitionphysics.org
    High-level theory specification and public program context for Recognition Science derivations.

How to cite this derivation

  • Stable URL: https://pith.science/derivations/arithmetic-from-logic
  • Version: 5
  • Published: 2026-05-14
  • Updated: 2026-05-15
  • JSON: https://pith.science/derivations/arithmetic-from-logic.json
  • YAML source: pith/derivations/registry/bulk/arithmetic-from-logic.yaml

@misc{pith-arithmetic-from-logic, title = "Natural Numbers Emerge from Logic", author = "Recognition Physics Institute", year = "2026", url = "https://pith.science/derivations/arithmetic-from-logic", note = "Pith Derivations, version 5" }