The involution-orbit datum is an equivariant factor set (Lemma 6.2) #
GQ2.invOrbitDatum N gbar (defined in GQ2/OrbitData.lean) is the paper's involution-orbit
cocycle E_ḡ (Lemma 6.2, eqs. (67)–(73)): for an involution ḡ of C = G/N, the factor set
f_g(x,y) = Σ_{u} x_{u} y_{uḡ} (summed over the ⟨ḡ⟩-coset transversal, realized as
Quotient.out) together with the nonzero orientation corrections
m^g_c(x) = Σ_u ε_c(u)·x_{π_c(u)} x_{π_c(u)ḡ}.
This file proves isEquivariantFactorSet_invOrbitDatum: the seven IsEquivariantFactorSet
identities, the hard ones being (71) m_quad and (72) m_mul. Own file (imports only
OrbitData); consumed by the kappa0_exists orbit sum in the §9 layer.
The transversal bookkeeping (eqs. (67), (74)) #
Write O := C ⧸ ⟨ḡ⟩ for the coset space, u.out : C the canonical representative. For c : C,
left translation u ↦ ↑(c⁻¹ · u.out) is a bijection piEquiv c : O ≃ O (the paper's π_c), and
ε_c(u) ∈ 𝔽₂ records whether c⁻¹·u.out is already the canonical rep of its coset (ε = 0) or
the twisted one π_c(u)·ḡ (ε = 1). With ḡ² = 1 the coset is {π, πḡ}, so
c⁻¹·u.out ∈ {π_c(u), π_c(u)·ḡ} — the decomposition (67).
No axioms; Ax = ∅.
Left translation commutes with the ⟨ḡ⟩-coset projection past a chosen representative:
↑(a · (↑w).out) = ↑(a · w) in O.
π_c (paper (67)): left translation by c⁻¹ on the ⟨ḡ⟩-coset space, u ↦ ↑(c⁻¹·u.out).
A bijection with inverse u ↦ ↑(c·u.out).
Equations
- One or more equations did not get rendered due to their size.
Instances For
With ḡ² = 1 the cyclic subgroup ⟨ḡ⟩ is {1, ḡ}.
Eq. (67): with ḡ² = 1, c⁻¹·u.out is either the canonical representative π_c(u) of its
⟨ḡ⟩-coset (ε = 0) or the twist π_c(u)·ḡ (ε = 1).
Unfolding lemma for invOrbitDatum's factor set (definitional).
Unfolding lemma for invOrbitDatum's corrections (definitional).
The canonical ⟨ḡ⟩-coset representative of c⁻¹·u.out — the paper's π_c(u) (an element).
Equations
- GQ2.piElt N gbar c u = Quotient.out ↑(c⁻¹ * Quotient.out u)
Instances For
The orientation bit ε_c(u) (paper (67)): 0 if c⁻¹·u.out is already canonical, else 1.
Equations
- GQ2.epsFun N gbar c u = if c⁻¹ * Quotient.out u = GQ2.piElt N gbar c u then 0 else 1
Instances For
Shift-invariance of the square term (ḡ²=1): x_a x_{aḡ} depends only on the coset of a,
so it equals x_{π} x_{πḡ} for the canonical rep π = (↑a).out.
Paper (74), orientation half: ε_{cd}(u) = ε_c(u) + ε_d(π_c(u)) in 𝔽₂ (the g-exponents
add mod 2). The 4-case bash on (ε_c, ε_d); the mixed cases use ḡ²=1 and mul_right_eq_self.
Left-additivity of the involution factor set.
Right-additivity of the involution factor set.
The involution-orbit datum is an equivariant factor set (Lemma 6.2, eqs. (71)–(73)) for
its square map q_g x = Σ_u x_{u} x_{uḡ}. Needs the involution hypothesis ḡ² = 1.
Paper-tag ledger (auto-generated by paperforge; do not edit) #
- eq. (67) = ⟦eq-piepsilon⟧
- eq. (71) = ⟦eq-halforbitquadratic⟧
- eq. (73) = ⟦eq-kappahalforbit⟧
- Lemma 6.2 = ⟦lem-halforbitcocycle⟧