def
definition
magnetismTypesCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Materials.MagnetismTypesFromConfigDim on GitHub at line 29.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
26structure MagnetismTypesCert where
27 five_types : Fintype.card MagnetismType = 5
28
29def magnetismTypesCert : MagnetismTypesCert where
30 five_types := magnetismType_count
31
32end IndisputableMonolith.Materials.MagnetismTypesFromConfigDim