ProCGroups.NormalSubgroups.SimpleQuotients.FiniteIntersections

2 Theorem

This module sets up the finite-stage and inverse-limit description of the construction. It records the stage maps, projections, and comparison lemmas used to pass back to the completed object.

import
Imported by

Declarations

theorem sInf_normal_of_forall_normal
    {G : Type u} [Group G] {S : Set (Subgroup G)}
    (hSnormal : ∀ M ∈ S, M.Normal) :
    (sInf S).Normal

An arbitrary infimum of normal subgroups is normal, when normality is known for every subgroup in the indexing set.

Show proof
theorem finite_sInf_sup_eq_top_of_noncomm_simple_quotient
    {G : Type u} [Group G] (K : Subgroup G) [K.Normal]
    [IsSimpleGroup (G ⧸ K)]
    (hquotNoncomm : ProCGroups.IsNoncommutativeGroup (G ⧸ K))
    {S : Set (Subgroup G)} (hSfinite : S.Finite)
    (hSnormal : ∀ M ∈ S, M.Normal)
    (hStop : ∀ M ∈ S, M ⊔ K = ⊤) :
    sInf S ⊔ K = ⊤

Finite-intersection step: in a noncommutative simple quotient, any finite intersection of normal subgroups whose product with K is all of G still has product \(\top\) with K.

Show proof