def
definition
algebraicStructuresCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Mathematics.AlgebraicStructuresFromConfigDim on GitHub at line 32.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
29structure AlgebraicStructuresCert where
30 five_structures : Fintype.card AlgebraicStructure = 5
31
32def algebraicStructuresCert : AlgebraicStructuresCert where
33 five_structures := algebraicStructure_count
34
35end IndisputableMonolith.Mathematics.AlgebraicStructuresFromConfigDim