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

pedagogyModel_count

proved
show as:
view math explainer →
module
IndisputableMonolith.Education.PedagogyModelsFromConfigDim
domain
Education
line
27 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Education.PedagogyModelsFromConfigDim on GitHub at line 27.

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

  24  | apprenticeship
  25  deriving DecidableEq, Repr, BEq, Fintype
  26
  27theorem pedagogyModel_count : Fintype.card PedagogyModel = 5 := by decide
  28
  29structure PedagogyModelsCert where
  30  five_models : Fintype.card PedagogyModel = 5
  31
  32def pedagogyModelsCert : PedagogyModelsCert where
  33  five_models := pedagogyModel_count
  34
  35end IndisputableMonolith.Education.PedagogyModelsFromConfigDim