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

climateComponent_count

proved
show as:
view math explainer →
module
IndisputableMonolith.Climate.ClimateModelComponentsFromConfigDim
domain
Climate
line
23 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Climate.ClimateModelComponentsFromConfigDim on GitHub at line 23.

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

  20  | biosphereCarbon
  21  deriving DecidableEq, Repr, BEq, Fintype
  22
  23theorem climateComponent_count : Fintype.card ClimateComponent = 5 := by decide
  24
  25structure ClimateModelComponentsCert where
  26  five_components : Fintype.card ClimateComponent = 5
  27
  28def climateModelComponentsCert : ClimateModelComponentsCert where
  29  five_components := climateComponent_count
  30
  31end IndisputableMonolith.Climate.ClimateModelComponentsFromConfigDim