pith. machine review for the scientific record. sign in
def definition def or abbrev high

catalystSelectivityCert

show as:
view Lean formalization →

This definition supplies a certified instance of the CatalystSelectivityCert structure, confirming exactly five selectivity regimes for heterogeneous catalysts under the J-cost model. Researchers in industrial chemistry modeling branching reactions would reference it to anchor the canonical regimes: perfect, primary-dominant, branching, mixed, and non-selective. The construction is a direct instantiation that pulls in the decidable cardinality proof for the SelectivityRegime type.

claimLet $C$ be the structure requiring that the finite cardinality of the set of selectivity regimes equals five. The definition supplies an explicit term of this type by setting the field to the theorem establishing $|$SelectivityRegime$| = 5$.

background

The module introduces five canonical selectivity regimes for heterogeneous catalysts, identified with configuration dimension D = 5. These regimes are perfect selectivity, primary-product dominant, branching selectivity, mixed, and non-selective. The Recognition canonical J(φ) band gates the branching point.

proof idea

The definition constructs the structure instance by directly assigning the five_regimes field to the result of the theorem selectivityRegime_count. This is a one-line wrapper that applies the decidable cardinality result.

why it matters in Recognition Science

This definition certifies the enumeration of five regimes in the chemistry extension of the Recognition framework. It supports applications of the J-cost model to catalyst selectivity, consistent with the five-regime classification gated by the J(φ) band. No downstream uses are recorded yet.

scope and limits

formal statement (Lean)

  33def catalystSelectivityCert : CatalystSelectivityCert where
  34  five_regimes := selectivityRegime_count

proof body

Definition body.

  35
  36end IndisputableMonolith.Chemistry.CatalystSelectivityFromJCost

depends on (2)

Lean names referenced from this declaration's body.