Encyclopedia Mathematics Mathematics Conway Group Structural From Rs Conway Cert
ARTICLE 4 claims 2 theorems 2 models
Mathematics Conway Group Structural From Rs Conway Cert
A machine-checked certificate records three integer facts about the Leech lattice and the Conway group, without attempting any group-theoretic proof.
A certificate for the Leech lattice
The Leech lattice is a 24-dimensional arrangement of points in space, famous in mathematics because its symmetry group, the Conway group Co₁, is one of the sporadic simple groups, the exceptional building blocks of finite group theory. The Recognition Science framework's ledger, a discrete record of events, uses this lattice as a structural anchor. A declaration named ConwayCert in the framework's machine-checked library of formal theorems packages three integer facts about this lattice: its dimension is 24, this dimension equals half the order of the Weyl group B₃ (which has 48 elements), and 24 factors as 2³ · 3.
These are not deep theorems about the Conway group. Each is a simple arithmetic identity, verified by direct computation in the proof assistant. The dimension of the Leech lattice being 24 is a definitional choice, not a derived result. The equality between the lattice dimension and half the order of B₃ is a coincidence of small integers, checked by calculation. The factorisation 24 = 2³ · 3 is likewise an elementary fact. The certificate's role is to record these identities in a form the framework's later work can rely on, with the guarantee that no axioms beyond the standard logical ones were used and no proof steps were left incomplete.
In Recognition Science, the significance is structural rather than group-theoretic. The framework derives three spatial dimensions from its forcing chain, and the number 24 appears here as 2³ · 3, echoing that derivation. The certificate does not prove that the Conway group exists, does not classify sporadic groups, and does not establish any property of the Leech lattice beyond the three listed integer identities. It is a small, reliable foundation stone, not a monument.
MODEL leechDimension · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
def leechDimension : ℕ := 24
THEOREM ConwayCert · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
structure ConwayCert where
leech_dim : leechDimension = 24
leech_half_b3 : leechFromCube = leechDimension
leech_factorisation : leechDimension = 2 ^ 3 * 3
MODEL leechDimension · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
def leechDimension : ℕ := 24
THEOREM leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
theorem leech_half_b3 : leechFromCube = leechDimension := by decide
What this page does not claim
This certificate does not prove that the Conway group Co₁ exists or is simple. This certificate does not establish any property of the Leech lattice beyond the three listed integer identities. This certificate does not derive the number 24 from the framework's forcing chain; it merely records the integer factorisation.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- What is the full classification of sporadic simple groups and where does Co₁ sit within it?
- How does the Leech lattice's 24-dimensional structure relate to the framework's derivation of three spatial dimensions?
- What role does the Weyl group B₃ play in the broader theory of root systems and reflection groups?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
MODEL leechDimension · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
def leechDimension : ℕ := 24The Leech lattice is a 24-dimensional arrangement of points in space, famous in mathematics because its symmetry group, the Conway group Co₁, is one of the sporadic simple groups. leechDimension · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.leanTHEOREM ConwayCert · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
structure ConwayCert where leech_dim : leechDimension = 24 leech_half_b3 : leechFromCube = leechDimension leech_factorisation : leechDimension = 2 ^ 3 * 3A declaration named ConwayCert in the framework's machine-checked library of formal theorems packages three integer facts about this lattice: its dimension is 24, this dimension equals half the order of the Weyl group B₃ (which has 48 elements), and 24 factors as 2³ · 3. ConwayCert · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.leanMODEL leechDimension · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
def leechDimension : ℕ := 24The dimension of the Leech lattice being 24 is a definitional choice, not a derived result. leechDimension · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.leanTHEOREM leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
theorem leech_half_b3 : leechFromCube = leechDimension := by decideThe equality between the lattice dimension and half the order of B₃ is a coincidence of small integers, checked by calculation. leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean