ProCGroups.ProC.InverseLimits.Limits

2 Theorem | 1 Instance

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

instance instTopologicalSpaceX (i : I) : TopologicalSpace (S.X i) := S.topologicalSpace i

The constructed object carries the topological space structure inherited from its construction.

theorem inverseLimit
    (hIso : FiniteGroupClass.IsomClosed C)
    (hQuot : FiniteGroupClass.QuotientClosed C)
    (hdir : Directed (· ≤ ·) (id : I → I))
    (hX : ∀ i, IsProCGroup C (S.X i)) :
    IsProCGroup C S.inverseLimit

A directed inverse limit of pro-\(C\) groups is pro-\(C\).

Show proof
theorem quotient_closedNormalSubgroup
    (hIso : FiniteGroupClass.IsomClosed C)
    (hQuot : FiniteGroupClass.QuotientClosed C)
    (hG : IsProCGroup C G)
    (K : Subgroup G) [K.Normal] (hK : IsClosed (K : Set G)) :
    IsProCGroup C (G ⧸ K)

If \(G\) is pro-\(C\) and \(C\) is closed under quotients, then every quotient of \(G\) by a closed normal subgroup is again pro-\(C\). The proof reconstructs \(G/K\) as the inverse limit of the finite quotients \(G/U\) over the open normal subgroups \(U\) containing \(K\), and then applies the inverse-limit permanence theorem.

Show proof