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

conwayCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.ConwayGroupStructuralFromRS on GitHub at line 37.

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

  34  leech_half_b3 : leechFromCube = leechDimension
  35  leech_factorisation : leechDimension = 2 ^ 3 * 3
  36
  37def conwayCert : ConwayCert where
  38  leech_dim := leechDimension_eq
  39  leech_half_b3 := leech_half_b3
  40  leech_factorisation := leechDim_factorisation
  41
  42end IndisputableMonolith.Mathematics.ConwayGroupStructuralFromRS