FamiliesExtend from the Lemma 6.11 package #
FamiliesExtend ρ (GQ2/LocalKummer.lean) — every admissible family V^∨ → H¹(N, 𝔽₂) is the
scalar-restriction family of a class in H¹(ℚ₂, V) — is the H²(H_V, V) = 0 input of the
lemma_6_17_dim chain (the paper's (78) projectivity logic). This file discharges it from
the Lemma 6.11 regular-summand package alone (familiesExtend_of_package), with no counting
and no graded filtration:
- Inverse Shapiro at the free module. For the regular coefficients
RegMod C Nr(𝔽₂[C]^{Nr}with the left-translation action, pulled back toG_ℚ₂throughρ), every admissible family extends. The extension is the explicit coinduced-module cocycleb(g)(n, x) := u_n(s(x)⁻¹ · g · s(ρ(g)⁻¹x))wheresis a normalized set-section ofρandu_nrepresents the family's value at the evaluation functionalev_{n,1}; the cocycle identity is the middle-insertion factorization of theshapiroWord, and the family is recovered on all ofR^∨from the single seedev_{n,1}by conjugation-equivariance (ρsurjective) plus the finiteev-span ofR^∨. - Retract transfer.
phiResis natural in the coefficient module (phiRes_mapCoeff1), so along the package(ι, r)withr ∘ ι = ida family onVis pushed toRegMod(ψ ↦ ξ(ψ ∘ ι)), extended there, and the extending class is pulled back throughmapCoeff1 r—FamiliesExtendforVitself.
RegMod C Nr is an instance-opaque type synonym (a plain def) for
Fin Nr → C → ZMod 2: the repo's global trivial action of G_ℚ₂ on ZMod 2
(GQ2/SectionSix.lean) lifts pointwise over raw function types and would clash with the
translation action; the synonym hides the pi-shape from instance search, so the actions
declared here are the only candidates. Everything here is #print axioms ⊆ std-3.
Consumer: GQ2/DimAssembly.lean (lemma_6_17_dim_of_hduality), which obtains the V-side
package from lemma_6_11_of_tame_pair and thereby removes hext from the lemma_6_17_dim
parameter list (leaving only the deep-part proof's hduality).
The normalized section and the Shapiro word #
A set-theoretic section of ρ, normalized so that sec1 ρ hρsurj 1 = 1.
Equations
- GQ2.ShapiroExtend.sec1 ρ hρsurj c = if c = 1 then 1 else Function.surjInv hρsurj c
Instances For
The inverse-Shapiro word s(x)⁻¹ · g · s(ρ(g)⁻¹x), as an element of ↥N. This is the
(g, x)-entry of the coinduced-module extension cocycle.
Equations
- GQ2.ShapiroExtend.shapiroWord ρ hρsurj g x = ⟨(GQ2.ShapiroExtend.sec1 ρ hρsurj x)⁻¹ * g * GQ2.ShapiroExtend.sec1 ρ hρsurj ((ρ g)⁻¹ * x), ⋯⟩
Instances For
Middle-insertion factorization — the source of the cocycle identity for the extension.
On the kernel, at the base point x = 1, the word is the element itself.
Continuity of the word in g (the C-inputs are discrete, so the section legs are free).
The regular coefficient module, instance-opaque #
The regular coefficients 𝔽₂[C]^{Nr}, as an instance-opaque synonym of
Fin Nr → C → ZMod 2: a plain def, so the ambient pointwise-action instances on raw
function types (via the repo's global trivial G_ℚ₂-action on ZMod 2) cannot fire on it;
the left-translation C-action below is the unique action in scope.
Equations
- GQ2.ShapiroExtend.RegMod C Nr = (Fin Nr → C → ZMod 2)
Instances For
Equations
- One or more equations did not get rendered due to their size.
The left-translation action of C on the regular coefficients.
Equations
- One or more equations did not get rendered due to their size.
The evaluation span of the regular module's dual #
The evaluation functional at (n, x) on the regular coefficients.
Equations
- GQ2.ShapiroExtend.evReg Nr n x = { toFun := fun (F : GQ2.ShapiroExtend.RegMod C Nr) => F n x, map_zero' := ⋯, map_add' := ⋯ }
Instances For
The ev-span: every functional on the regular module is the (finite) sum of the
evaluations it supports — R^∨ is spanned by the point evaluations.
Naturality of the scalar restriction in the coefficient module #
phiRes is natural in the coefficient module: restricting a pushed-forward class is
pre-composing the functional. The workhorse of the retract transfer.
The main theorem: FamiliesExtend from the regular-summand package #
FamiliesExtend from the Lemma 6.11 package (the deep-part proof): given the equivariant
split-summand package (ι, r) embedding V into the regular module 𝔽₂[C]^{Nr}
(the lemma_6_11/lemma_6_11_of_tame_pair output shape), every admissible family extends to
a class of H¹(ℚ₂, V).
Inverse Shapiro at the regular module (the explicit coinduced-coefficient cocycle out of the
family's evaluation seeds), then the retract transfer along mapCoeff1 r. The statement is
V-side only; the regular module and its actions live inside the proof.
Paper-tag ledger (auto-generated by paperforge; do not edit) #
- Lemma 6.11 = ⟦lem-faithfulprojective⟧