ProCGroups.LocalWeight.GeneratingSetsConvergingToOne

2 Theorem

This module studies generating sets converging to one for pro cgroups. A generating set converging to \(1\) is countable exactly when the profinite group admits a countable descending open-normal chain at the identity. A profinite group is metrizable exactly when it admits a countable generating set converging to \(1\).

import
Imported by

Declarations

theorem cardinal_le_aleph0_iff_hasCountableDescendingOpenNormalChainAtOne
    {G : Type u}
    [Group G] [TopologicalSpace G] [IsTopologicalGroup G]
    (X : Set G) :
    IsProfiniteGroup G →
      GeneratesAndConvergesToOne (G := G) X →
        (Cardinal.mk X ≤ ℵ₀ ↔
          ProCGroups.ProC.HasCountableOpenNormalBasisAtOne G)

A generating set converging to \(1\) is countable exactly when the profinite group admits a countable descending open-normal chain at the identity.

Show proof
theorem nonempty_metrizableSpace_iff_exists_countable_generatingSetConvergingToOne
    {G : Type u} [Group G] [TopologicalSpace G] [IsTopologicalGroup G] :
    IsProfiniteGroup G →
      (Nonempty (MetrizableSpace G) ↔
        ∃ X : Set G, GeneratesAndConvergesToOne (G := G) X ∧ Countable X)

A profinite group is metrizable exactly when it admits a countable generating set converging to \(1\).

Show proof