A Lean 4 Verification Report for Subregular Affine Cells and the Level $-1$ Vertex Algebra of Type $D$
The Shan–Yan–Zhao affine left-cell conjecture for the level -1 vertex algebra L_{-1}(D_ℓ), ℓ≥5, classifies simple objects in the vacuum block and identifies the Grothendieck group with a specialized dual affine cell module. Verifying such a representation-theoretic proof requires distinguishing kernel-checked deductions from foundational infrastructure not present in Mathlib.
A single Lean 4 file separates the proof into internally kernel-checked calculations and external representation-theoretic facts exposed as structured semantic interfaces rather than axioms. Higher results (twisted vertex algebras, BRST reduction, finite W-algebras) are represented via typed parameters and hypotheses. Lean assembles membership/descent chains, type-D norm-gap and rigidity arguments, exhaustion logic, quotient classification, and the additive Grothendieck-group isomorphism from these inputs.
The top-level theorem DTypeMainTheorem.theorem_1_1 derives the classification predicate, an equivalence giving ℓ+1 simple objects, and an additive-group isomorphism. The 10,511-line source has 304 declarations, no sorry/admit, no user-declared axioms, and #print axioms reports only [propext, Classical.choice, Quot.sound].
| Paper result | Lean declaration | Boundary |
|---|---|---|
| Lemma 4.5 | lemma_4_5_vacuum_central_zero | scalar cancellation kernel-checked |
| Theorem 4.10 | theorem_4_10_membership | ideal containment derived |
| Theorem 5.14 | theorem_5_14_from_propositions_5_5_and_5_13 | orbit branches assembled in Lean |
| Theorem 6.1 | theorem_6_1 | descent/exhaustion internal |
