B9: corestriction, the index-two Evens norm, and eq. (111)'s ingredients #
Statement infrastructure for the paper's Evens/Kahn/Kozlowski leaf (B9): the paper's eq. (111)
w(Tr_{L/k}⟨a⟩) = w(Tr_{L/k}⟨1⟩) · (1 + cor_{L/k}[a] + N^{Ev}_{L/k}([a]))
(Kahn, Théorème 2 at the rank-1 form ⟨a⟩, expanded through Evens' Theorem 1 for index 2;
the index-2 case is Kozlowski Thm 1.1) — truncated to degrees ≤ 2 and scoped to the concrete
diagonalizations the paper uses in Lemma 6.16. The axiom itself
(GQ2.evensKahn_dyadic, the degree-1 and degree-2 components of (111)) lives in
GQ2/Foundations/Axioms.lean; this file provides all definitions and their well-formedness.
What is defined (all unconditional constructions) #
For a topological group G, an open subgroup U of index 2 and a fixed s ∉ U, and a
continuous homomorphism α : U → 𝔽₂ (a trivial-action 1-cocycle):
evensAux U s α : G → 𝔽₂— the paper's normalized Shapiro cocycle componentb(γ)₁ = α(γ·s̃^{c(γ)})of eq. (97) (c(γ) = [γ ∉ U]); the other component isbS U s α = evensAux U s α ∘ (s⁻¹·)(a simplification of (97) recorded here:b(γ)_s = b(s⁻¹γ)₁).corFun U s α = b₁ + b_s— the degree-1 corestriction cocycle (sum over the coset transversal{1, s});corFun_mem_Z1packages it forZ¹(G, 𝔽₂).evensNormFun U s α : G × G → 𝔽₂— the paper's two-point graph cocycle (98):ν_α(γ,η) = b(γ)₁·b(η)_{γ̄⁻¹s} + ε(γ̄)·b(η)₁·b(η)_s;evensNormH2packages its class inH²(G,𝔽₂). By the paper's Lemma 6.13 (eq. (99)) this class is the index-two Evens normN^{Ev}([α])— we define the Evens norm by this cocycle, exactly as the plan prescribes ("transcribe (95)–(98) as the definition").- Over
kwith algebraic closurek̄(the Kummer-class API's setting):kummerZ1On— the Kummer cocycle ofa ∈ Lˣover the subgroupN = G_L(β² = a,Nfixinga), generalizing the Kummer-class API's full-groupkummerCocycleto elements algebraic overk. - Stiefel–Whitney classes of diagonal rank-2 forms are notational: for
⟨x, y⟩overℚ₂,w₁ = [x] + [y](Kummer classes, the Kummer-class API) andw₂ = [x] ∪ [y](trivialCupPairing, the Demushkin interface/the cup-product API). Following the plan, noQuadraticFormmachinery is used: (111) is asserted at the paper's fixed diagonal representativesTr_{L/k}⟨a⟩ ≃ ⟨2u, 2dn/u⟩,Tr_{L/k}⟨1⟩ ≃ ⟨2, 2d⟩(Lemma 6.16), absorbing the Delzant well-definedness question into the axiom's scoping. Deviation flagged.
The cocycle identity #
ν_α ∈ Z² is proved from the uniform expansion rules (index 2)
b₁(xy) = b₁(x) + D₀(x;y), b_s(xy) = b_s(x) + D₁(x;y),
where D₀(x;y) = if x ∈ U then b₁(y) else b_s(y) and D₁ is the other branch; the cocycle
sum then cancels pairwise in characteristic 2 using D₀(h;k)·D₁(h;k) = b₁(k)·b_s(k).
Convention anchor (checked by hand, model G = C₄ ⊇ U = C₂, α ≠ 0): the class restricts on
U to the nontrivial H²(C₂)-class, and the fibre extension of the universal two-point
cocycle is D₈ (paper, Lemma 6.13).
Citations #
Evens, Trans. AMS 108 (1963), Thm 1 (§§4–5); Kahn, Invent. Math. 78 (1984), Théorèmes 1–3;
Kozlowski, Proc. AMS 91 (1984), Thm 1.1; paper §6, eqs. (95)–(100), (111), Lemmas 6.13/6.16.
docs/literature-axioms.md B9.
Index-2 helpers #
Product membership for an index-2 subgroup: xy ∈ U ↔ (x ∈ U ↔ y ∈ U).
The Shapiro components b₁, b_s and their expansion rules #
The first Shapiro component (paper eq. (97), u = 1):
b(γ)₁ = α(γ) for γ ∈ U and α(γs) otherwise. (Total function: junk 0 if the
membership bookkeeping fails, which cannot happen at index 2.)
Equations
- GQ2.evensAux U s α x = if hx : x ∈ U then α ⟨x, hx⟩ else if hxs : x * s ∈ U then α ⟨x * s, hxs⟩ else 0
Instances For
The second Shapiro component b(γ)_s, via the identity b(γ)_s = b(s⁻¹γ)₁.
Equations
- GQ2.bS U s α x = GQ2.evensAux U s α (s⁻¹ * x)
Instances For
Expansion rule for b₁ on a product.
Expansion rule for b_s on a product (the two branches swap).
Continuity #
b₁ is locally constant, hence continuous: on U it is α ∘ ι, off U it is
α ∘ (·s) ∘ ι, both witnessed on open sets.
Degree-1 corestriction #
The degree-1 corestriction cocycle: cor(α) = b₁ + b_s (sum over the transversal
{1, s}).
Equations
- GQ2.corFun U s α x = GQ2.evensAux U s α x + GQ2.bS U s α x
Instances For
cor(α) is a homomorphism (the two expansion cross-terms recombine).
cor(α) as a continuous 1-cocycle (trivial action): membership in Z¹(G, 𝔽₂).
The degree-1 corestriction class cor([α]) ∈ H¹(G, 𝔽₂).
Equations
- GQ2.corH1 htriv hUo hUi hs α hα hαc = (GQ2.ContCoh.H1mk G (ZMod 2)) ⟨GQ2.corFun U s α, ⋯⟩
Instances For
The index-two Evens norm (the paper's two-point graph cocycle (98)) #
The paper's eq. (98): ν_α(γ,η) = b(γ)₁·b(η)_{γ̄⁻¹s} + ε(γ̄)·b(η)₁·b(η)_s. Its class is
the index-two Evens norm N^{Ev}_{U→G}([α]) (paper Lemma 6.13, eq. (99)).
Equations
- GQ2.evensNormFun U s α q = if q.1 ∈ U then GQ2.evensAux U s α q.1 * GQ2.bS U s α q.2 else GQ2.evensAux U s α q.1 * GQ2.evensAux U s α q.2 + GQ2.evensAux U s α q.2 * GQ2.bS U s α q.2
Instances For
ν_α is a 2-cocycle — the pairwise-cancellation calculation of the module docstring
(uniform expansion rules + D₀·D₁ = b₁(k)·b_s(k), characteristic 2).
The index-two Evens norm N^{Ev}([α]) ∈ H²(G, 𝔽₂), defined as the class of the
two-point graph cocycle (98) (= the paper's Lemma 6.13/eq. (99) normalization).
Equations
- GQ2.evensNormH2 htriv hUo hUi hs α hα hαc = (GQ2.ContCoh.H2mk G (ZMod 2)) ⟨GQ2.evensNormFun U s α, ⋯⟩
Instances For
Kummer cocycles over a subgroup #
For a ∈ Lˣ (rather than kˣ), the Kummer cocycle g ↦ [g√a ≠ √a] is a homomorphism on any
subgroup N ≤ G_k that fixes a — the input [a] ∈ H¹(G_L, 𝔽₂) of the Evens norm and
corestriction in (111).
A nonzero element of a characteristic-zero field is not its own negative.
If g fixes β², then g√ = ±√: the two-values lemma with an abstract fixed square
(the Kummer-class API's two_values, relativized off the base field).
The Kummer cocycle function is a homomorphism on a subgroup fixing β².
The Kummer cocycle of a over a subgroup N fixing it, as an element of
Z¹(N, 𝔽₂): the input class [a] ∈ H¹(G_L, 𝔽₂) of (111) (with N = G_L, a = β²).
Equations
- GQ2.kummerZ1On N hβ hβ0 hN = ⟨fun (g : ↥N) => GQ2.Kummer.kummerCocycleFun β ↑g, ⋯⟩
Instances For
Base-general Kummer classes over G_k #
The base-general forms of B9 and B11 (finite dyadic base k — the §§6–7 proof layer census amendment,
docs/section67-extraction.md §the §§6–7 proof layer amendments) phrase Kummer classes of units of k over the
subtype group G_k = ↥(k.fixingSubgroup) inside the one fixed G_ℚ₂ — no second algebraic
closure is introduced, so the classes compose directly with the subgroup-relative corestriction
and Evens norm above (exactly the shape GQ2.SectionSix.lemma_6_16 consumes).
A canonical square root in the algebraically closed ℚ̄₂.
Equations
- GQ2.sqrtCl x = ⋯.choose
Instances For
G_k = fixingSubgroup k fixes the elements of k, in •-form.
The ℚ̄₂-coercion of a unit of k is nonzero.
The base-general Kummer class [a] ∈ H¹(G_k, 𝔽₂) of a unit a ∈ kˣ, over the subtype
group of k.fixingSubgroup and via the canonical root sqrtCl (class independent of the root,
the Kummer-class API's kummerCocycleFun_root_indep). Specializes the Kummer-class API's base-ℚ₂ kummerClass to arbitrary
finite dyadic bases; the input shape of the amended B9/B11 axioms.
Equations
- GQ2.kummerClassK k a = (GQ2.ContCoh.H1mk (↥k.fixingSubgroup) (ZMod 2)) ⟨fun (g : ↥k.fixingSubgroup) => GQ2.Kummer.kummerCocycleFun (GQ2.sqrtCl ↑↑a) ↑g, ⋯⟩
Instances For
2 as a unit of the intermediate field k (char 0).
Equations
- GQ2.twoUnit k = Units.mk0 2 ⋯
Instances For
Z¹-level packaging (for the axiom statement) #
Paper-tag ledger (auto-generated by paperforge; do not edit) #
- eq. (100) = ⟦eq-halforbit-transfer-description⟧
- eq. (111) = ⟦eq-SWconvention⟧
- eq. (95) = ⟦eq-universal-two-point-cocycle⟧
- eq. (97) = ⟦eq-two-point-shapiro⟧
- eq. (98) = ⟦eq-explicit-evens⟧
- eq. (99) = ⟦eq-evens-normalization⟧
- Lemma 6.13 = ⟦lem-twopointevans⟧
- Lemma 6.16 = ⟦lem-evensvanish⟧
- Thm 1.1 = ⟦prop-markedDem⟧ [cited as theorem; paper says proposition]