Pith. sign in
module module moderate

IndisputableMonolith.Chemistry.RS_Chem_Module_009

show as:
view Lean formalization →

Chemistry module 009 packages a domain cost functional, a positive canonical threshold, and an inhabited certificate that the cost is nonnegative and matches its pointwise evaluation. Chemists and RS auditors cite it when wiring recognition cost into molecular or reaction-scale bounds. The module is mostly definitional: equalities and positivity are discharged by unfolding the Cost import and elementary real arithmetic.

claimDefine a chemistry-domain cost $C_{\mathrm{dom}}$ built from the RS $J$-cost, a canonical threshold $\theta>0$, and a certificate asserting $C_{\mathrm{dom}}\ge 0$ together with pointwise agreement $C_{\mathrm{dom}}(x)=C_{\mathrm{dom\_at}}(x)$.

background

Recognition Science measures mismatch with the unique cost $J(x)=(x+x^{-1})/2-1$ fixed by the Recognition Composition Law and the T5 uniqueness step. The Cost import exposes that functional; Constants supplies the RS-native tick $\tau_0=1$.

This module sits in the Chemistry domain layer. It introduces a domain-level cost (a specialization or wrapper of $J$ to chemistry-scale inputs), records that the cost is nonnegative, and fixes a positive canonical threshold used as a comparison scale for recognition events in the chemical setting.

The certificate bundle RSChem009Cert packages those facts so downstream chemistry lemmas can assume a single inhabited record rather than re-proving nonnegativity and evaluation agreement at each use site.

proof idea

Definition module with thin lemmas. The domain cost is introduced by definition from the Cost import; pointwise evaluation equality is by unfolding. Nonnegativity follows from the corresponding property of $J$ (or direct algebraic checks on the closed form). The canonical threshold is a positive constant definition; positivity is a one-line real inequality. The certificate type is a structure packing those propositions, and inhabitation is by supplying the proved fields.

why it matters in Recognition Science

Gives the Chemistry lane a named cost, threshold, and certificate so later RS chemistry results can cite a single module rather than raw Cost primitives. No downstream edges are recorded yet in the mirror graph, so this is presently a leaf packaging layer: it closes local scaffolding for module 009 and stands ready for mass-ladder, bond, or reaction bounds that need a nonnegative domain cost and a fixed positive threshold. It does not itself advance T0–T8; it applies the already-forced $J$-cost inside chemistry.

scope and limits

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (8)