structure
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 29.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
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