def
definition
pedagogyModelsCert
show as:
view math explainer →
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
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