Pith. sign in
structure

StructMaterialsM53Cert

definition
show as:
module
IndisputableMonolith.Materials.Structural_Materials_mod53
domain
Materials
line
23 · github
papers citing
none yet

plain-language theorem explainer

Certificate bundle for the Materials domain at recognition rung 53. It packages three structural properties: domain cost vanishes on equal arguments, domain cost is nonnegative for positive inputs, and the canonical threshold is strictly positive. Downstream code builds a concrete inhabitant and proves the type is nonempty. Pure structure declaration with no proof body.

Claim. A Materials structural certificate at rung 53 is a record of three statements: (i) the domain cost satisfies $C(r,r)=0$ for every $r\neq 0$; (ii) $C(m,e)\ge 0$ whenever $m>0$ and $e>0$; (iii) the canonical threshold $T$ obeys $T>0$.

background

This module states a structural Recognition Science certificate for the Materials domain at recognition rung 53 (Plan v7, 120th pass). Status is structural: zero sorry, zero axiom. The local cost is a two-argument domain cost $C(m,e)$ on positive reals, built in the style of the RS J-cost $J(x)=(x+x^{-1})/2-1$, which is nonnegative and vanishes at the identity $x=1$.

Sibling facts in the same file supply the three fields: diagonal vanishing of domain cost, nonnegativity of domain cost, and positivity of a canonical threshold. Upstream, ObserverForcing records that every recognition-event cost is nonnegative via $J$-cost nonnegativity on positive states. The certificate is the interface that packages those domain-level facts for later use.

proof idea

No proof body: this is a structure declaration. The three fields are bare propositions (diagonal cost identity, cost nonnegativity under positivity hypotheses, threshold positivity). Inhabitation is deferred to the sibling definition that fills the fields with domainCost_at_eq, domainCost_nonneg, and canonicalThreshold_pos.

why it matters

Gives the typed interface for the Materials rung-53 structural certificate. Downstream, cert assembles a concrete value by plugging in the three sibling lemmas, and cert_inhabited records Nonempty of the structure. That pattern is how RS materials modules expose a checkable structural prediction without axioms: cost geometry (diagonal zero, nonnegativity) plus a positive threshold, aligned with the global fact that recognition costs are nonnegative. It does not itself compute a materials constant; it is the certificate shape those computations must satisfy.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.