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 Logic-arithmetic is initial def checked
IndisputableMonolith.Foundation.ArithmeticOf.logicNat_initialOpen theorem → -
2 Lift uniqueness theorem checked
IndisputableMonolith.Foundation.ArithmeticOf.logicNatLift_unique_funOpen theorem → -
3 Extracted Peano surface theorem checked
IndisputableMonolith.Foundation.ArithmeticOf.extracted_peanoSurfaceOpen theorem → -
4 Equivalence of initial objects def checked
IndisputableMonolith.Foundation.ArithmeticOf.equivOfInitialOpen 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_funrealizationLift_unique_funextracted_peanoSurfacecanonical_peanoSurface
Key definitions:
PeanoObjectHomidcompIsInitialArithmeticOfPeanoSurfacelogicNatPeano
6. Derivation chain
logicNat_initial- Logic-arithmetic is initiallogicNatLift_unique_fun- Lift uniquenessextracted_peanoSurface- Extracted Peano surfaceequivOfInitial- Equivalence of initial objects
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
-
lean
Recognition Science Lean library (IndisputableMonolith)
https://github.com/jonwashburn/shape-of-logic
Public Lean 4 canon used by Pith theorem pages. -
paper
Uniqueness of the Canonical Reciprocal Cost
Peer-reviewed paper anchoring the J-cost uniqueness theorem. -
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"
}