def
definition
conwayCert
show as:
view math explainer →
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
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