pith. machine review for the scientific record. sign in
theorem

rockState_count

proved
show as:
view math explainer →
module
IndisputableMonolith.Geology.RockCycleFromConfigDim
domain
Geology
line
26 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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