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

pedagogyModelsCert

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Education.PedagogyModelsFromConfigDim on GitHub at line 32.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  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