Encyclopedia Mathematics Mathematics Conway Group Structural From Rs Leech Half B3
ARTICLE 3 claims 3 theorems
Mathematics Conway Group Structural From Rs Leech Half B3
A machine-checked arithmetic fact ties the size of a cube's symmetry group to the dimension of the Leech lattice, but it is a coincidence of numbers, not a structural proof.
A half-order coincidence
The Leech lattice is a special 24-dimensional arrangement of points, famous in mathematics for its dense sphere packing and for its connection to sporadic simple groups. The Conway group Co₁ is the group of symmetries of this lattice, and its order is a specific large integer. A related group, Co₀, has exactly twice the order of Co₁. These are classical facts from the theory of finite simple groups.
Now consider the symmetries of a three-dimensional cube. The cube has 48 symmetries in total, counting rotations and reflections. This number, 48, is the order of the full hyperoctahedral group B₃. The Recognition Science declaration leech_half_b3 states, in the framework's machine-checked library of formal theorems, that half of 48, which is 24, equals the dimension of the Leech lattice. The declaration proves the arithmetic identity 48 / 2 = 24, and it also proves that 24 factors as 2³ × 3.
In Recognition Science, this identity is part of a chain of structural facts. The framework's library shows that the number 24, which is the dimension of the Leech lattice, also equals half the order of the cube's symmetry group. The declaration packages these as a certificate: a small collection of verified statements that the dimension is 24, that half of 48 is 24, and that 24 factors as 2³ × 3. The proof is by direct computation, and the library reports zero unproved assumptions.
What the declaration does not claim is a structural connection. It does not say that the cube's symmetry group acts on the Leech lattice, nor that the Leech lattice is built from cubes. The identity is a numerical coincidence between two different mathematical objects: the dimension of a 24-dimensional lattice and half the order of a 3-dimensional symmetry group. The declaration proves the arithmetic equality, nothing more. The deeper question of whether this number coincidence reflects a hidden structural link remains open.
THEOREM leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
theorem leech_half_b3 : leechFromCube = leechDimension := by decide
THEOREM leechDim_factorisation · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
/-- 24 = 2³ · 3 (integer factorisation). -/
theorem leechDim_factorisation : leechDimension = 2 ^ 3 * 3 := by decide
THEOREM leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
theorem leech_half_b3 : leechFromCube = leechDimension := by decide
What this page does not claim
The declaration does not claim that the cube's symmetry group acts on the Leech lattice. The declaration does not claim that the Leech lattice is constructed from cubes or from any 3-dimensional object. The declaration does not claim that the number 24 is derived from the cube's symmetry group within the Recognition Science framework.
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:
- Does the numerical coincidence between 24 and half the order of B₃ reflect a deeper structural link between the cube's symmetry group and the Leech lattice?
- What other sporadic group orders or dimensions admit similar half-order coincidences with classical symmetry groups?
- How does the Recognition Science framework derive the Leech lattice's dimension from its forcing chain, if at all?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
theorem leech_half_b3 : leechFromCube = leechDimension := by decideThe declaration proves the arithmetic identity 48 / 2 = 24. leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.leanTHEOREM leechDim_factorisation · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
/-- 24 = 2³ · 3 (integer factorisation). -/ theorem leechDim_factorisation : leechDimension = 2 ^ 3 * 3 := by decideThe declaration also proves that 24 factors as 2³ × 3. leechDim_factorisation · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.leanTHEOREM leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
theorem leech_half_b3 : leechFromCube = leechDimension := by decideThe library reports zero unproved assumptions for this declaration. leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean