The RS Unit System is Self-Consistent
tick, voxel, coh, and act compose consistently with derived c, hbar, G
tick, voxel, coh, and act compose consistently with derived c, hbar, G. **Theorem**: τ₀ = t_P / √π.
Equations
[ J(x)=\frac12(x+x^{-1})-1,\qquad \varphi^2=\varphi+1 ]
Shared constant-forcing backbone.
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 Units self-consistent theorem checked
IndisputableMonolith.Constants.Derivation.units_self_consistentOpen theorem → -
2 c derived = CODATA theorem checked
IndisputableMonolith.Constants.Derivation.c_derived_eq_codataOpen theorem → -
3 tau0 Planck relation theorem checked
IndisputableMonolith.Constants.Derivation.tau0_planck_relationOpen theorem → -
4 tau0 matches foundation theorem checked
IndisputableMonolith.Constants.Derivation.tau0_matches_foundationOpen theorem →
Narrative
1. Setting
The RS Unit System is Self-Consistent is anchored in Constants.Derivation. The page is not a loose explainer: it is a public map from the Recognition Science forcing chain into one Lean-checked declaration bundle. The primary anchor determines what is proved, and the surrounding declarations show how the result is used.
2. Equations
(E1)
$$ J(x)=\frac12(x+x^{-1})-1,\qquad \varphi^2=\varphi+1 $$
Shared constant-forcing backbone.
3. Prediction or structural target
- Structural target:
Constants.Derivationmust keep resolving in the Lean canon, and all downstream pages that cite this anchor must continue to type-check.
This page is currently a structural derivation. Where the claim has direct empirical content, the prediction table gives the measurable target; otherwise the claim is a formal bridge inside the Lean canon.
4. Formal anchor
The primary anchor is Constants.Derivation..units_self_consistent.
theorem units_self_consistent :
∀ (ℏ' G' c' : ℝ), ℏ' > 0 → G' > 0 → c' > 0 →
tau0 = sqrt (ℏ' * G' / (Real.pi * c' ^ 3)) / c' →
ell0 = c' * tau0 →
ℏ' = Real.pi * c' ^ 5 * tau0 ^ 2 / G' := by
intro ℏ' G' c' hℏ hG hc htau _hell
have hc_ne : c' ≠ 0 := ne_of_gt hc
have hG_ne : G' ≠ 0 := ne_of_gt hG
have hpi_ne : Real.pi ≠ 0 := ne_of_gt Real.pi_pos
5. What is inside the Lean module
Key theorems:
c_codata_poshbar_codata_posG_codata_posc_codata_ne_zerohbar_codata_ne_zeroG_codata_ne_zerotau0_postau0_ne_zeroinner_posinner_nonnegtau0_sq_eqell0_pos
Key definitions:
c_codatahbar_codataG_codatatau0ell0RSUnitSystemcanonicalUnitsc_derived
6. Derivation chain
units_self_consistent- Units self-consistentc_derived_eq_codata- c derived = CODATAtau0_planck_relation- tau0 Planck relationtau0_matches_foundation- tau0 matches foundation
7. Falsifier
An internal inconsistency between derived RS units and CODATA constants refutes units_self_consistent.
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.
10. Audit path
To audit rs-units-self-consistent, start with the primary Lean anchor Constants.Derivation.units_self_consistent. 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
An internal inconsistency between derived RS units and CODATA constants refutes units_self_consistent.
Related derivations
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/rs-units-self-consistent - Version: 5
- Published: 2026-05-14
- Updated: 2026-05-15
- JSON:
https://pith.science/derivations/rs-units-self-consistent.json - YAML source:
pith/derivations/registry/bulk/rs-units-self-consistent.yaml
@misc{pith-rs-units-self-consistent,
title = "The RS Unit System is Self-Consistent",
author = "Recognition Physics Institute",
year = "2026",
url = "https://pith.science/derivations/rs-units-self-consistent",
note = "Pith Derivations, version 5"
}