Mathlib Map

Theorems · Theorem · group theory

Subgroup.nilpotent_iff_finite_descending_central_series

∀ (G : Type u_1) [inst : Group G], Group.IsNilpotent G ↔ ∃ n H, Subgroup.IsDescendingCentralSeries H ∧ H n = ⊥

A group G is nilpotent iff there exists a descending central series which reaches the trivial group in a finite time.

Defined in
Mathlib.GroupTheory.Nilpotent
Cited by
4 results in Mathlib
Foundations
Depth 92 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.

Cites11

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

Cited by4

Results whose statement or proof uses this declaration.