Transversal calculus: Shapiro cochains and degree-2 corestriction #
The paper's §6 evaluates determinant classes through the normalized bar corestriction and the
normalized Shapiro map for an open finite-index subgroup U ≤ G (eqs. (97), (106), (108)):
ℓ_u(γ) = ũ⁻¹ · γ · (γ⁻¹·u)~ ∈ U— the transversal 1-cochain attached to a cosetu ∈ G/U(~= the chosen representative of a coset);Sh(α)(γ)_u = α(ℓ_u(γ))— the Shapiro cochain ofα : U → 𝔽₂(paper'sb(γ)_h, left-regular convention of Lemma 6.15's proof);(cor ν)(γ, η) = Σ_u ν(ℓ_u(γ), ℓ_{γ⁻¹·u}(η))— the degree-2 corestriction of a 2-cochainνonU(eq. (108));(cor α)(γ) = Σ_u α(ℓ_u(γ))— the degree-1 corestriction (the summed Shapiro coordinates, eq. (106)'s degree-1 shadow; at index 2 this isGQ2/EvensKahn.lean'scorFunup to the transversal choice).
Encoding decisions (docs/section67-extraction.md §D2):
- The transversal is
Quotient.out(the canonical choice-function representative). The paper quantifies over transversals and proves the class is independent of the choice (Lemmas 6.13/6.15, "up to the normalized coboundary caused by a change of transversal"); fixing the canonical one makes every definition here choice-parameter-free. Transversal-independence, where needed, is part of the §§6–7 proof obligations. Deviation flagged. - Sums are
finsum(∑ᶠ), meaningful under[Finite (G ⧸ U)](finite index) — total without it. H2ofFun/H1ofFunare junk-total class formers: they send a raw function to its cohomology class when it is a (continuous) cocycle and to0otherwise. This permits definitions of classes whose cocycle property is proved separately (the paper's Lemma 6.1/6.15 content), keeping alldefs total and independent of the proof layer.
Cocycle membership, Mackey restriction, and transversal-independence are proved downstream. This file is definition-only.
The transversal 1-cochain ℓ #
The raw transversal word ℓ_u(γ) = ũ⁻¹ · γ · (γ⁻¹·u)~, with ~ the canonical
representative (Quotient.out) and γ⁻¹·u the natural left action of G on G ⧸ U.
Equations
- GQ2.Corestriction.lWord U u γ = (Quotient.out u)⁻¹ * γ * Quotient.out (γ⁻¹ • u)
Instances For
ℓ_u(γ) lands in U.
The transversal 1-cochain ℓ_u(γ) ∈ U (paper's ℓ_u, proof of Lemma 6.15, eq. (108)).
Equations
- GQ2.Corestriction.lTrans U u γ = ⟨GQ2.Corestriction.lWord U u γ, ⋯⟩
Instances For
Shapiro cochains and corestriction #
The normalized Shapiro cochain of α : U → 𝔽₂: Sh(α)(γ)_u = α(ℓ_u(γ))
(the paper's b(γ)_h, left-regular convention).
Equations
- GQ2.Corestriction.shapiroFun U α γ u = α (GQ2.Corestriction.lTrans U u γ)
Instances For
The degree-1 corestriction (cor α)(γ) = Σ_u α(ℓ_u(γ)) (eq. (106)'s degree-1 form;
at index 2 this is GQ2/EvensKahn.lean's corFun up to transversal choice).
Equations
- GQ2.Corestriction.cor1Fun U α γ = ∑ᶠ (u : G ⧸ U), α (GQ2.Corestriction.lTrans U u γ)
Instances For
The degree-2 corestriction of a 2-cochain ν on U (paper eq. (108)):
(cor ν)(γ, η) = Σ_u ν(ℓ_u(γ), ℓ_{γ⁻¹·u}(η)).
Equations
- GQ2.Corestriction.cor2Fun U ν p = ∑ᶠ (u : G ⧸ U), ν (GQ2.Corestriction.lTrans U u p.1, GQ2.Corestriction.lTrans U (p.1⁻¹ • u) p.2)
Instances For
Junk-total class formers #
Send a raw function to its cohomology class when it is a continuous cocycle, and to 0
otherwise. These let statement files define classes whose cocycle property was, during
development, one of their own separately stated obligations, keeping the defs
total.
The H¹-class of a raw function, or 0 if it is not a continuous 1-cocycle.
Equations
- GQ2.H1ofFun G φ = if h : φ ∈ GQ2.ContCoh.Z1 G (ZMod 2) then (GQ2.ContCoh.H1mk G (ZMod 2)) ⟨φ, h⟩ else 0
Instances For
The H²-class of a raw function, or 0 if it is not a continuous 2-cocycle.
Equations
- GQ2.H2ofFun G φ = if h : φ ∈ GQ2.ContCoh.Z2 G (ZMod 2) then (GQ2.ContCoh.H2mk G (ZMod 2)) ⟨φ, h⟩ else 0
Instances For
Evaluation rule for H1ofFun on an actual cocycle.
Evaluation rule for H2ofFun on an actual cocycle.
Paper-tag ledger (auto-generated by paperforge; do not edit) #
- eq. (106) = ⟦eq-explicit-corestriction-cup⟧
- eq. (108) = ⟦eq-normalized-corestriction-two⟧
- eq. (97) = ⟦eq-two-point-shapiro⟧
- Lemma 6.1 = ⟦lem-extraspecialconnecting⟧
- Lemma 6.15 = ⟦lem-orbitshapiro⟧