Mathlib Map

Theorems · Theorem · group theory

AddGroup.nilpotencyClass_sum

∀ {G₁ : Type u_2} {G₂ : Type u_3} [inst : AddGroup G₁] [inst_1 : AddGroup G₂] [AddGroup.IsNilpotent G₁]
  [AddGroup.IsNilpotent G₂],
  AddGroup.nilpotencyClass (G₁ × G₂) = max (AddGroup.nilpotencyClass G₁) (AddGroup.nilpotencyClass G₂)

The nilpotency class of a product is the max of the nilpotency classes of the factors.

Defined in
Mathlib.GroupTheory.Nilpotent
Cited by
0 results in Mathlib
Foundations
Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddGroupAddGroup.IsNilpotentAddGroup.IsNilpotent

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.