structure
definition
MasteryDesignCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Education.MasteryDesignFromJCost on GitHub at line 22.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
19
20open Common.CanonicalJBand
21
22structure MasteryDesignCert where
23 base : CanonicalCert
24
25def masteryDesignCert : MasteryDesignCert where
26 base := cert
27
28end MasteryDesignFromJCost
29end Education
30end IndisputableMonolith