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

rockCycleCert

show as:
view Lean formalization →

rockCycleCert supplies a concrete witness for the rock cycle certificate by filling its five_states field with the decided cardinality of rock states. Geologists using the Recognition Science framework cite it to anchor the five-state cycle (igneous, sedimentary, metamorphic, partial melt, magma) to configDim. The definition is a one-line wrapper that directly assigns the upstream cardinality theorem.

claimThe rock cycle certificate is the structure asserting that the finite set of rock states has cardinality exactly five, where the states comprise igneous, sedimentary, metamorphic, partial melt, and magma. This instance is obtained by assigning the value of the theorem that establishes the cardinality by exhaustive decision.

background

The module RockCycleFromConfigDim derives the rock cycle from configDim, fixing five canonical states whose transitions are gated by recognition J-cost on the temperature-pressure ratio. RockCycleCert is the structure whose sole field requires Fintype.card RockState = 5. The upstream theorem rockState_count proves this equality by decide, supplying the concrete value used in the definition.

proof idea

This definition is a one-line wrapper that applies the rockState_count theorem to populate the five_states field of the RockCycleCert structure.

why it matters in Recognition Science

This declaration anchors the five-state rock cycle to configDim within the Recognition Science geology module, providing the base certificate for J-cost gated transitions. It fills the D = 5 requirement for rock states and supports downstream modeling of the cycle, though no parent theorems are recorded yet.

scope and limits

formal statement (Lean)

  31def rockCycleCert : RockCycleCert where
  32  five_states := rockState_count

proof body

Definition body.

  33
  34end IndisputableMonolith.Geology.RockCycleFromConfigDim

depends on (2)

Lean names referenced from this declaration's body.