Mathlib Map

Theorems · Theorem · group theory

Subgroup.isNilpotent_of_ker_le_center

∀ {G : Type u_1} [inst : Group G] {H : Type u_2} [inst_1 : Group H] (f : G →* H),
  f.ker ≤ Subgroup.center G → ∀ [Group.IsNilpotent H], Group.IsNilpotent G

The preimage of a nilpotent group is nilpotent if the kernel of the homomorphism is contained in the center.

Defined in
Mathlib.GroupTheory.Nilpotent
Cited by
2 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupGroupGroup.IsNilpotent

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.