Theorems · Definition · group theory
Subgroup.upperCentralSeries
(G : Type u_1) → [inst : Group G] → ℕ → Subgroup G
upperCentralSeries G n is the nth term in the upper central series of G.
This is the increasing chain of subgroups of G that starts with the trivial subgroup ⊥ of G
and then continues defining upperCentralSeries G (n + 1) to be all the elements of G
that, modulo upperCentralSeries G n, belong to the center of the quotient
G ⧸ upperCentralSeries G n.
In particular, the identities
* upperCentralSeries G 0 = ⊥ (upperCentralSeries_zero);
* upperCentralSeries G 1 = center G (upperCentralSeries_one);
hold.
- Defined in
- Mathlib.GroupTheory.Nilpotent
- Cited by
- 51 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Groupstatement and proof · cited by 6,238
- Subgroupstatement · cited by 3,593
- Subgroup.upperCentralSeriesAuxproof · cited by 4
Cited by54
Results whose statement or proof uses this declaration.
- Subgroup.upperCentralSeries_onestatement · cited by 7
- Group.nilpotencyClass_defstatement · cited by 5
- Subgroup.upperCentralSeries_eq_top_iff_nilpotencyClass_lestatement and proof · cited by 5
- Subgroup.upperCentralSeries_monostatement and proof · cited by 5
- Group.IsNilpotent.nilpotentstatement · cited by 5
- Subgroup.nilpotent_iff_finite_ascending_central_seriesproof · cited by 4
- Subgroup.ascending_central_series_le_upperstatement · cited by 3
- Subgroup.upperCentralSeries.eq_ge_of_eq_succstatement and proof · cited by 3
- Subgroup.upperCentralSeries.mapstatement and proof · cited by 3
- Subgroup.comap_upperCentralSeries_quotient_centerstatement and proof · cited by 3
- Group.nilpotencyClass_quotient_centerproof · cited by 3
- Group.nilpotent_of_surjectiveproof · cited by 3