Documentation

GQ2.SectionNine

§9: the strong induction proving Theorem 4.2 #

Theorem 4.2 — equality of the boundary-framed exact-image counts of the two sources for every marked target — by strong induction on the marked 2-kernel size |L_Y| (paper pp. 44–47). This file provides the interfaces and subproofs used by the induction. The design and paper correspondence are recorded in docs/section9-extraction.md.

The two regimes:

Encoding correction (documented in docs/section9-extraction.md §Deviations): thm_4_2 requires (hE2 : ∀ e : E, e ^ 2 = 1). The §9 induction does not apply without it: the θ-decoration descends through the block only because E is elementary abelian 2 (lemma_7_3, whose paper statement carries exactly this hypothesis), and the terminal case kills the odd complement through θ for the same reason. §10 consumes Theorem 4.2 at E = 0 only (paper p. 48), so the correction is harmless downstream.

File organisation. The implementation is split into Terminal (the group-theoretic correspondence) and Induction (the terminal case and recursive solver). This umbrella preserves the original import path and public declaration names.

Theorem 4.2 #

The statements GQ2.thm_4_2 and GQ2.thm_4_2_stratum live in GQ2/ThmFourTwo.lean: the R-stage lane consumes prop_8_9 (Prop89Close) and SectionNine.blockEnrichment (BlockEnrichment, downstream of this file — it consumes kappa0_exists), so the proof cannot live here. Consumers import GQ2.ThmFourTwo; this file supplies the induction infrastructure without an import cycle.

Paper-tag ledger (auto-generated by paperforge; do not edit) #