An exponent passes through a commutator with a lower central series member, modulo two steps further down
ProvedLowerCentralSeries.mk_commutatorElement_zpowcommutatorsgroup-theorynilpotent-groups
Let be a group with lower central series , let , let , and let be any integer. Then in the quotient ,
Equivalently, for fixed the map sending to the class of is a homomorphism from to . This is what centrality of buys: without passing to the quotient the two sides differ, and the congruence is genuinely modulo , not modulo .
The group is not assumed nilpotent, and the modulus is always at least two steps down: never , and never the group itself. At the hypothesis on is vacuous, since is the whole group, so the claim there is about arbitrary and modulo . The exponent ranges over all integers, zero and negatives included.
Preamble
import Mathlib
Formal statement
namespace LowerCentralSeries
theorem mk_commutatorElement_zpow {G : Type*} [Group G] {k : ℕ} (a : G) {b : G}
(hb : b ∈ (⊤ : Subgroup G).lowerCentralSeries k) (p : ℤ) :
(QuotientGroup.mk (a * b ^ p * a⁻¹ * (b ^ p)⁻¹) :
G ⧸ (⊤ : Subgroup G).lowerCentralSeries (k + 2))
= QuotientGroup.mk (a * b * a⁻¹ * b⁻¹) ^ p := by
sorry
end LowerCentralSeries
Source
Proved in the course of the Wolf mission (J. A. Wolf, Growth of finitely generated solvable groups and curvature of Riemannian manifolds, Journal of Differential Geometry 2 (1968) 421-446, https://doi.org/10.4310/jdg/1214428658); used there as the bilinearity that keeps the word length linear in Wolf's (3.8), the lower bound of Theorem 3.2.