IndisputableMonolith.Compat.Constants
Compat.Constants supplies compatibility definitions for core Recognition Science values including the golden ratio phi and a placeholder cohesion energy E_coh. It re-exports shims from the main Constants module for use in cross-module compatibility layers. The module contains only definitions and positivity statements.
claim$\phi$ is the golden ratio, $E_{\rm coh}$ is the cohesion energy placeholder, $\tau_0 = 1$ tick is the fundamental RS time quantum, and $l_0$, rung are the associated length and rung parameters.
background
The module imports IndisputableMonolith.Constants, whose doc states: 'The fundamental RS time quantum (RS-native). $\tau_0 = 1$ tick.' It introduces sibling definitions phi, E_coh, tau0, l0, rung together with their positivity lemmas. The Compat domain provides shims so that downstream code can reference these constants without direct dependence on the core file.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
The module feeds IndisputableMonolith.Compat, described as 'Central compatibility imports for the project. Downstream modules can import this file to gain access to compatibility shims and project-wide constants.' It supplies the placeholder cohesion energy and related constants required by the compatibility layer.
scope and limits
- Does not derive any constant from the forcing chain or J-uniqueness.
- Does not assign numerical values to E_coh beyond the placeholder label.
- Does not contain theorems with proof obligations.
- Does not address spatial dimension D=3 or the eight-tick octave.