The exact Gao constant of generalized dihedral groups, formalized in Lean
LaTeX sources · Manuscript-to-Lean evidence map · Formalization status
This is one of the formalization repositories in Euler's first batch of publicly releasable results.
For a finite group
where
| Year | Result |
|---|---|
| 1996 | Weidong Gao proved |
| 2005 | Zhuang and Gao conjectured the same equality for every finite group. This repository does not claim to settle that full conjecture. |
| 2026 | The result recorded here settles a new nonabelian infinite family: generalized dihedral groups with an arbitrary finite abelian odd |
Primary references: Gao 1996 · Zhuang–Gao 2005 · Godara–Joshi–Mazumdar 2026
Let
where
Together with
The theorem extends the cyclic-kernel dihedral formula to every finite
abelian odd
The project does not claim to cover mixed-prime kernels,
The repository contains:
- the 13-page paper;
- the complete LaTeX source, bibliography, and build instructions;
- the Lean 4 proof, its supporting theorems, and an axiom audit;
- a section-by-section evidence map; and
- the open obligations and release gates.
| Scope | Status |
|---|---|
| Exact generalized-dihedral Gao formula stated above | Unconditionally checked in Lean |
| The |
Checked in Lean |
| Full arbitrary-weight GMO theorem for every nonempty integer weight set |
In progress — PARTIALLY_VERIFIED |
The repository-wide verdict remains PARTIALLY_VERIFIED only because the paper also states the full arbitrary-weight GMO theorem, whose complete source range is still being formalized. The final Gao formula does not depend on a hidden assumption, a conditional engine, a provider parameter, or an admitted result.
The stable public Lean entry point is
GaoLean.ConcreteGDihedral.gaoGeneralizedDihedralOddPGroup. Historical PR/V1
names are retained only as provenance-preserving internal interfaces.
The repository pins Lean v4.32.0 and Mathlib v4.32.0.
lake update
lake exe cache get
lake build GaoLean GaoFormal.AxiomAuditThe latest server build from a separate checkout completed 8853/8853 jobs
with exit code 0; see the
build receipt. The public audit
surface uses only the standard Lean/Mathlib axioms propext,
Classical.choice, and Quot.sound where applicable. The repository scan
found no sorry, admit, project-defined top-level axiom, unsafe,
native_decide, or sorryAx escape.
To rebuild the paper:
cd paper/arxiv
make pdfThe committed PDF has 13 pages and was rebuilt from the committed sources. The final build log contains no unresolved reference, unresolved citation, overfull-box, or underfull-box warning.
paper/arxiv/ Paper PDF, LaTeX source, bibliography, and build report
GaoLean/ Main mathematics and the general-weight GMO formalization
GaoFormal/ Aggregate entry point and axiom audit
docs/ Current plan, evidence map, coverage tables, and build records
docs/milestones/ Archived development milestones
audit/ Frozen statements and independent review material
Please use GitHub Issues for proof suggestions, reproduction failures, and other questions. Any upgrade to the verification status must update the evidence map, axiom audit, and independent clean-build record together.