Encyclopedia Mathematics Mathematics Conway Group Structural From Rs Leech Dimension Eq

ARTICLE 2 claims 2 theorems

Mathematics Conway Group Structural From Rs Leech Dimension Eq

The Leech lattice, a 24-dimensional sphere-packing object famous in group theory, has its dimension fixed by a trivial arithmetic identity in the framework's machine-checked library.

The Leech lattice dimension

The Leech lattice is a highly symmetric arrangement of points in 24-dimensional space, discovered by John Leech in 1967 and central to the classification of finite simple groups. Its dimension, 24, is one of the lattice's defining features: the Leech lattice is the unique even unimodular lattice in 24 dimensions with no vectors of squared length 2. The number 24 also appears throughout mathematics, from the 24-cell in four dimensions to the 24 hours in a day, and it is the dimension where exceptional sphere packings and the Monster group's connection to modular forms emerge.

The framework's declaration leechDimension_eq (a theorem in its machine-checked library of formal theorems) states that the Leech lattice's dimension equals 24. This is a definitional identity: the framework defines the dimension as 24, and the theorem proves this equality by reflexivity, meaning no computation is needed beyond the definition itself. The library also records two related structural integer facts: the dimension factors as 2³ × 3, and it equals half the order of the B₃ Coxeter group, which has 48 elements. These are simple arithmetic identities, each verified by the library's kernel with no axioms beyond the standard three logical postulates.

In Recognition Science, this declaration is a structural anchor for sporadic group work: it connects the Leech lattice's dimension to the framework's derived number 24, which appears in the forcing chain that produces three spatial dimensions and the eight-tick recognition cycle. The library uses these identities as certificates, packaging the dimension fact, the half-B₃ relation, and the factorization into a single structure that other proofs can reference. The declaration does not, however, claim to derive the Leech lattice from recognition principles, nor does it explain why 24 is the dimension of the lattice; it merely records the dimension as a definitional fact and proves the associated arithmetic identities.

What matters for a reader is that this is a bookkeeping fact, not a discovery. The theorem establishes exactly what it says: the Leech lattice has dimension 24, and this number factors as 2³ × 3 and equals half of 48. It does not prove that the Leech lattice exists, that it is unique, or that its dimension is forced by any deeper principle. Those are separate questions, and the framework's library does not claim to answer them in this declaration.

THEOREM leechDimension_eq · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
theorem leechDimension_eq : leechDimension = 24 := rfl
THEOREM leechDim_factorisation · leech_half_b3 · IndisputableMonolith/Mathematics/ConwayGroupStructuralFromRS.lean
/-- 24 = 2³ · 3 (integer factorisation). -/
theorem leechDim_factorisation : leechDimension = 2 ^ 3 * 3 := by decide
theorem leech_half_b3 : leechFromCube = leechDimension := by decide

What this page does not claim

The declaration does not prove that the Leech lattice exists or is unique. The declaration does not derive the dimension 24 from recognition principles. The declaration does not connect the Leech lattice to the Monster group's construction.

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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND