theorem
proved
algebraicStructure_count
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 26.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
23 | vectorSpace
24 deriving DecidableEq, Repr, BEq, Fintype
25
26theorem algebraicStructure_count :
27 Fintype.card AlgebraicStructure = 5 := by decide
28
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