Theorems · Definition · group theory
AddSubgroup.upperCentralSeriesStep
{G : Type u_1} → [inst : AddGroup G] → (N : AddSubgroup G) → [N.Normal] → AddSubgroup GIf N is a normal additive subgroup of G, then the set
{x : G | ∀ y : G, x + y -x - y ∈ N} is an additive subgroup of G
(because it is the preimage in G of the centre of the additive quotient group G/N.)
- Defined in
- Mathlib.GroupTheory.Nilpotent
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext
- Assumes
- AddGroupAddSubgroup.Normal
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.ofPredproof · cited by 6,101
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- Bracket.bracketproof · cited by 642
- AddSubgroup.Normalstatement and proof · cited by 183
Cited by5
Results whose statement or proof uses this declaration.
- AddSubgroup.upperCentralSeries_oneproof · cited by 4
- AddSubgroup.upperCentralSeriesStep_eq_comap_centerstatement and proof · cited by 1
- AddSubgroup.mem_upperCentralSeriesStepstatement · cited by 0
- AddSubgroup.upperCentralSeriesAux.eq_defstatement and proof · cited by 0
- AddSubgroup.upperCentralSeriesStep.congr_simpstatement and proof · cited by 0