Mathlib Map

Theorems · Theorem · group theory

AddSubgroup.IsSubnormal.isSubnormal_iff

∀ {G : Type u_1} [inst : AddGroup G] {H : AddSubgroup G},
  H.IsSubnormal ↔ ∃ n f, Monotone f ∧ (∀ (i : ℕ), ((f i).addSubgroupOf (f (i + 1))).Normal) ∧ f 0 = H ∧ f n = ⊤

A characterisation of satisfying IsSubnormal in terms of chains of additive subgroups, each normal in the following one. The sequence stabilises once it reaches , which is guaranteed at the asserted n.

Defined in
Mathlib.GroupTheory.IsSubnormal
Cited by
0 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroup

Around this declaration

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

Cites10

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.