Theorems · Inductive type · group theory
AddSubgroup.IsSubnormal
{G : Type u_2} → [inst : AddGroup G] → AddSubgroup G → PropAn additive subgroup H of an additive group G satisfies IsSubnormal if
* either H = ⊤;
* or there is an additive 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 additive subgroups
H₀ ≤ H₁ ≤ ... ≤ Hₙ such that
* H = H₀,
* G = Hₙ,
* for each i ∈ {0, ..., n - 1}, Hᵢ is a normal additive subgroup of Hᵢ₊₁.
See isSubnormal_iff for this characterisation.
- Defined in
- Mathlib.GroupTheory.IsSubnormal
- Cited by
- 17 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
- Assumes
- AddGroup
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.
- AddGroupstatement · cited by 4,410
- AddSubgroupstatement · cited by 3,232
Cited by21
Results whose statement or proof uses this declaration.
- AddSubgroup.IsSubnormal.trans'statement and proof · cited by 2
- AddSubgroup.IsSubnormal.addSubgroupOfstatement and proof · cited by 1
- AddSubgroup.IsSubnormal.belowstatement · cited by 1
- AddSubgroup.IsSubnormal.botstatement · cited by 1
- AddSubgroup.IsSubnormal.comapstatement and proof · cited by 1
- AddSubgroup.IsSubnormal.mapstatement and proof · cited by 1
- AddSubgroup.IsSubnormal.normal_of_isSimpleAddGroupstatement and proof · cited by 1
- AddSubgroup.Normal.isSubnormalstatement · cited by 1
- AddSubgroup.IsSubnormal.brecOnstatement and proof · cited by 0
- AddSubgroup.IsSubnormal.casesOnstatement and proof · cited by 0
- AddSubgroup.IsSubnormal.eq_bot_or_top_of_isSimpleAddGroupstatement and proof · cited by 0
- AddSubgroup.IsSubnormal.exists_normal_and_le_and_lt_top_of_nestatement and proof · cited by 0