pith. machine review for the scientific record. sign in
def

algebraicStructuresCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.AlgebraicStructuresFromConfigDim
domain
Mathematics
line
32 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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