ProCGroups.NormalSubgroups.SimpleQuotients.Compactness

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 maximal_open_normal_intersections_compactness_step
    {G : Type u} [Group G] [TopologicalSpace G] [IsTopologicalGroup G] [CompactSpace G]
    (K : Subgroup G) [K.Normal] (hKclosed : IsClosed (K : Set G))
    (๐“œ : Set (Subgroup G))
    (hMclosed : โˆ€ M โˆˆ ๐“œ, IsClosed (M : Set G))
    (hfinite :
      โˆ€ S : Set (Subgroup G), S.Finite โ†’ S โІ ๐“œ โ†’ sInf S โŠ” K = โŠค) :
    sInf ๐“œ โŠ” K = โŠค

Compactness step: if the closed normal subgroups satisfying \(M \sqcup K = \top\) are already stable under finite intersections, then they are stable under arbitrary intersections.

Show proof
theorem maximal_open_normal_intersections_nonabelian_simple
    {G : Type u} [Group G] [TopologicalSpace G] [IsTopologicalGroup G] [CompactSpace G]
    (K : Subgroup G) [K.Normal] [IsSimpleGroup (G โงธ K)]
    (hquotNoncomm : ProCGroups.IsNoncommutativeGroup (G โงธ K))
    (hKclosed : IsClosed (K : Set G))
    (๐“œ : Set (Subgroup G))
    (hMnormal : โˆ€ M โˆˆ ๐“œ, M.Normal)
    (hMclosed : โˆ€ M โˆˆ ๐“œ, IsClosed (M : Set G))
    (hMtop : โˆ€ M โˆˆ ๐“œ, M โŠ” K = โŠค) :
    sInf ๐“œ โŠ” K = โŠค

Maximal open normal subgroups with a fixed nonabelian simple quotient are closed under arbitrary intersections.

Show proof