Theorems · Inductive type · group theory
Subgroup.IsSubnormal
{G : Type u_1} → [inst : Group G] → Subgroup G → PropA subgroup H of a group G satisfies IsSubnormal if
* either H = ⊤;
* or there is a subgroup K of G containing H and such that H is normal in K and
K satisfies IsSubnormal.
Equivalently, H.IsSubnormal means that there is a chain of subgroups
H₀ ≤ H₁ ≤ ... ≤ Hₙ such that
* H = H₀,
* G = Hₙ,
* for each i ∈ {0, ..., n - 1}, Hᵢ is a normal subgroup of Hᵢ₊₁.
See isSubnormal_iff for this characterisation.
- Defined in
- Mathlib.GroupTheory.IsSubnormal
- Cited by
- 19 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by23
Results whose statement or proof uses this declaration.
- Subgroup.IsSubnormal.mapstatement and proof · cited by 2
- Subgroup.IsSubnormal.trans'statement and proof · cited by 2
- Subgroup.Normal.isSubnormalstatement · cited by 1
- Subgroup.IsSubnormal.belowstatement · cited by 1
- Subgroup.IsSubnormal.comapstatement and proof · cited by 1
- Subgroup.IsSubnormal.isSubnormal_iffstatement and proof · cited by 1
- Subgroup.IsSubnormal.normal_of_isSimpleGroupstatement and proof · cited by 1
- Subgroup.IsSubnormal.subgroupOfstatement and proof · cited by 1
- Subgroup.IsSubnormal.below.casesOnstatement and proof · cited by 0
- Subgroup.IsSubnormal.botstatement · cited by 0
- Subgroup.IsSubnormal.brecOnstatement and proof · cited by 0
- Subgroup.IsSubnormal.casesOnstatement and proof · cited by 0