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

Arithmetic is Categorical Across Realizations

All admissible realizations of recognition extract the same arithmetic up to unique iso

All admissible realizations of recognition extract the same arithmetic up to unique iso.

Predictions

Quantity Predicted Units Empirical Source
extracted arithmetic canonical equivalence dimensionless Lean theorem target Foundation.ArithmeticOf

Equations

[ \mathrm{ArithmeticOf}(R)\simeq \mathrm{ArithmeticOf}(S) ]

Categorical equivalence of extracted arithmetic.

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 Logic-arithmetic is initial def checked
    IndisputableMonolith.Foundation.ArithmeticOf.logicNat_initial Open theorem →
  2. 2 Lift uniqueness theorem checked
    IndisputableMonolith.Foundation.ArithmeticOf.logicNatLift_unique_fun Open theorem →
  3. 3 Extracted Peano surface theorem checked
    IndisputableMonolith.Foundation.ArithmeticOf.extracted_peanoSurface Open theorem →
  4. 4 Equivalence of initial objects def checked
    IndisputableMonolith.Foundation.ArithmeticOf.equivOfInitial Open theorem →

Narrative

1. Setting

Arithmetic must be the same across admissible realizations. This is the Universal Forcing program in miniature: different realizations extract canonically equivalent Peano surfaces.

2. Equations

(E1)

$$ \mathrm{ArithmeticOf}(R)\simeq \mathrm{ArithmeticOf}(S) $$

Categorical equivalence of extracted arithmetic.

3. Prediction or structural target

  • extracted arithmetic: predicted canonical equivalence (dimensionless); empirical Lean theorem target. Source: Foundation.ArithmeticOf

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.ArithmeticOf..logicNat_initial.

/-- `LogicNat` is initial among Peano objects. -/
def logicNat_initial : PeanoObject.IsInitial logicNatPeano where
  lift := logicNatLift
  uniq := by
    intro B f g
    rw [logicNatLift_unique_fun B f, logicNatLift_unique_fun B g]

/-- The Peano object extracted from a realization's own orbit. -/
def realizationPeano (R : LogicRealization) : PeanoObject where
  carrier := R.Orbit

5. What is inside the Lean module

Key theorems:

  • logicNatLift_unique_fun
  • realizationLift_unique_fun
  • extracted_peanoSurface
  • canonical_peanoSurface

Key definitions:

  • PeanoObject
  • Hom
  • id
  • comp
  • IsInitial
  • ArithmeticOf
  • PeanoSurface
  • logicNatPeano

6. Derivation chain

7. Falsifier

Two admissible recognition realizations whose extracted arithmetic is not equivalent refute categorical arithmetic forcing.

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-is-categorical, start with the primary Lean anchor Foundation.ArithmeticOf.logicNat_initial. 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

Two admissible recognition realizations whose extracted arithmetic is not equivalent refute categorical arithmetic forcing.

Pith papers using these anchors

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-is-categorical
  • Version: 5
  • Published: 2026-05-14
  • Updated: 2026-05-15
  • JSON: https://pith.science/derivations/arithmetic-is-categorical.json
  • YAML source: pith/derivations/registry/bulk/arithmetic-is-categorical.yaml

@misc{pith-arithmetic-is-categorical, title = "Arithmetic is Categorical Across Realizations", author = "Recognition Physics Institute", year = "2026", url = "https://pith.science/derivations/arithmetic-is-categorical", note = "Pith Derivations, version 5" }