The auxiliary words (1)–(3) and the admissibility predicate #
This file makes the paper's presentation data completely concrete for finite groups, which is all the surjection-count form of Theorem 1.2 ever needs (paper §2, App. A–B).
Conventions match the paper exactly:
x ^ g = g⁻¹ * x * g(conjP)[x, y] = x⁻¹ * y⁻¹ * x * y(commP)x ^ ω₂= the 2-primary part ofx(powOmega2)
ω₂ ∈ ℤ̂ is the idempotent that is 1 on the 2-adic factor and 0 on every odd factor.
On a single element x of finite order d = 2^a · m (m odd), x ^ ω₂ is the projection
of x to the 2-primary part of ⟨x⟩, i.e. x ^ e for any integer e ≡ 1 (mod 2^a),
e ≡ 0 (mod m). We realise such an e concretely as omega2Exp d. Because
orderOf x ∣ Monoid.exponent G, using orderOf x per element agrees with a single global
integer exponent on the whole finite group, so this is faithful to the profinite ω₂.
The ω₂ exponent #
A concrete nonnegative-integer representative of the profinite idempotent ω₂ modulo n:
the unique e ∈ [0, n) with e ≡ 1 (mod 2^{v₂ n}) and e ≡ 0 (mod oddpart n).
Realised as (oddpart n) ^ (2^{v₂ n - 1}) (Euler: m^{φ(2^a)} ≡ 1 mod 2^a, and it is
≡ 0 mod m).
Equations
- GQ2.omega2Exp n = if n.factorization 2 = 0 then 0 else (n / 2 ^ n.factorization 2) ^ 2 ^ (n.factorization 2 - 1) % n
Instances For
x ^ ω₂: the 2-primary part of a finite-order element.
Noncomputable because it uses orderOf; a computable variant parametrized by an explicit
exponent (a multiple of Monoid.exponent G) is a follow-up for the App. B cross-check.
Equations
- GQ2.powOmega2 x = x ^ GQ2.omega2Exp (orderOf x)
Instances For
x ^ ω₂: the 2-primary part of a finite-order element.
Noncomputable because it uses orderOf; a computable variant parametrized by an explicit
exponent (a multiple of Monoid.exponent G) is a follow-up for the App. B cross-check.
Equations
- GQ2.«term_^ω₂» = Lean.ParserDescr.trailingNode `GQ2.«term_^ω₂» 1024 0 (Lean.ParserDescr.symbol "^ω₂")
Instances For
The paper's conventions for conjugation and commutator #
Right conjugation x ^ g = g⁻¹ x g (paper's convention).
Equations
- GQ2.«term_^c_» = Lean.ParserDescr.trailingNode `GQ2.«term_^c_» 1024 0 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " ^c ") (Lean.ParserDescr.cat `term 0))
Instances For
A marked generating tuple (σ, τ, x₀, x₁) #
A "marking": an ordered quadruple of group elements (σ, τ, x₀, x₁).
- σ : G
- τ : G
- x₀ : G
- x₁ : G
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The auxiliary words, transcribed from the machine-readable block (App. B) and eqs. (1)–(3).
sigma2 = sigma^ω₂ g0 = sigma2^2
u0 = (x0*tau)^ω₂ u1 = (x1*tau)^ω₂
d0 = u0*x0⁻¹ z0 = x0^sigma2
c0 = [d0, z0] dg = d0^g0
hcomm = [dg, d0] h0 = (x0^g0)*x0*dg*d0*d0^2*hcomm
h₀ = (x₀ ^ g₀) · x₀ · d_g · d₀ · d₀² · h_c. (Note the bare d₀ between d_g and d₀² —
paper eq. (3) and the App. B machine block agree on dg*d0*d0^2; it is what makes h₀ an
instance of the class-two word h_ϕ(X,D) = ϕ(X)·X·ϕ(D)·D·D²·[ϕ(D),D] of paper Lemma 5.2.
A step-1 transcription dropped it; see docs/erratum-h0-transcription.md.)
Instances For
The two relations #
A marking is admissible if it generates, satisfies both relations, and its wild generators have 2-group normal closure (paper §2, "admissible marked generating quadruple").
Equations
- t.Admissible = (t.Generates ∧ t.TameRel ∧ t.WildRel ∧ t.Pro2Core)
Instances For
The finite count N(G) of admissible markings — the right-hand side of the
surjection-count form of Theorem 1.2 (equals |Sur(Γ_A, G)|, paper Prop. 2.3).
Well-defined (finite) for any finite group since Marking G ≃ G⁴.
Equations
- GQ2.admissibleCount G = Nat.card { t : GQ2.Marking G // t.Admissible }
Instances For
In a 2-torsion additive group, an odd multiple is the identity — the module-side face of
"ω₂ ≡ 0 on the odd part" (odd averaging with no division, cf.
inflationVanishes_of_oddNormal and regular_summand_of_subgroup_summand).
Paper-tag ledger (auto-generated by paperforge; do not edit) #
- eq. (1) = ⟦eq-defwords⟧
- eq. (3) = ⟦eq-defwords3⟧
- Lemma 5.2 = ⟦lem-class2square⟧
- Prop 2.3 = ⟦prop-epi-semantics⟧
- Theorem 1.2 = ⟦thm-main⟧