theorem
proved
rockState_count
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Geology.RockCycleFromConfigDim on GitHub at line 26.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
23 | magma
24 deriving DecidableEq, Repr, BEq, Fintype
25
26theorem rockState_count : Fintype.card RockState = 5 := by decide
27
28structure RockCycleCert where
29 five_states : Fintype.card RockState = 5
30
31def rockCycleCert : RockCycleCert where
32 five_states := rockState_count
33
34end IndisputableMonolith.Geology.RockCycleFromConfigDim