ProCGroups.Topologies.FullSubgroupTopology.QuotientVariety

1 Theorem | 1 Structure

This module develops the maps induced by continuous homomorphisms. It organizes the relevant quotient pullbacks and finite-stage maps, then proves the compatibility statements needed for the completed construction.

import
Imported by

Declarations

structure QuotientVariety extends QuotientFormation where
  comap_closed :
    ∀ {G H : Type u} [Group G] [Group H] (f : G →* H) {N : Subgroup H},
      toQuotientFormation.contains N → toQuotientFormation.contains (N.comap f)

A quotient variety is a quotient formation with the closure properties needed for varieties.

theorem isOpenSubgroup_comap (f : G →* H) {K : Subgroup H}
    (hK : C.toQuotientFormation.IsOpenSubgroup K) :
    C.toQuotientFormation.IsOpenSubgroup (K.comap f)

Abstract form of the fact that full pro-\(C\) openness pulls back along a homomorphism.

Show proof