Mathlib Map

Theorems · Theorem · group theory

Group.isNilpotent_of_finite_tfae

∀ {G : Type u_1} [hG : Group G] [Finite G],
  [Group.IsNilpotent G, NormalizerCondition G, ∀ (H : Subgroup G), IsCoatom H → H.Normal,
      ∀ (p : ℕ), Fact (Nat.Prime p) → ∀ (P : Sylow p G), (↑P).Normal,
      Nonempty (((p : ↥(Nat.card G).primeFactors) → (P : Sylow (↑p) G) → ↥↑P) ≃* G)].TFAE

A finite group is nilpotent iff the normalizer condition holds, and iff all maximal groups are normal and iff all Sylow groups are normal and iff the group is the direct product of its Sylow groups.

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

Around this declaration

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

Cites22

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

  • Finsetstatement · cited by 13,712
  • Groupstatement and proof · cited by 6,238
  • Subgroupstatement and proof · cited by 3,593
  • Finitestatement and proof · cited by 3,029
  • Factstatement and proof · cited by 2,726
  • Nat.Primestatement and proof · cited by 2,059
  • MulEquivstatement and proof · cited by 1,142
  • Nat.cardstatement and proof · cited by 844
  • Subgroup.Normalstatement and proof · cited by 334
  • Nat.primeFactorsstatement and proof · cited by 129
  • IsCoatomstatement and proof · cited by 114
  • Sylowstatement and proof · cited by 103

Cited by2

Results whose statement or proof uses this declaration.