ProCGroups.LocalWeight.LocalWeightTheorems

3 Theorem

This module studies local weight theorems for pro cgroups. 6.2(a). Closed generating subsets compute the local weight.

import
Imported by

Declarations

theorem localWeight_eq_rho_of_closedGeneratingSet
    (G : Type u) [Group G] [TopologicalSpace G] [IsTopologicalGroup G]
    (X : Set G) (hG : IsProfiniteGroup G) (hXclosed : IsClosed X)
    (hXgen : TopologicallyGenerates (G := G) X) (hXinfinite : Set.Infinite X) :
    localWeight G = rho ↥X

6.2(a). Closed generating subsets compute the local weight.

Show proof
theorem cardinalEqLocalWeight_of_generatesAndConvergesToOne_infinite
    (G : Type u) [Group G] [TopologicalSpace G] [IsTopologicalGroup G]
    (X : Set G) (hG : IsProfiniteGroup G)
    (hX : GeneratesAndConvergesToOne (G := G) X) (hXinfinite : Set.Infinite X) :
    Cardinal.mk X = localWeight G

6.2(b). Infinite generating sets converging to \(1\) have cardinality \(w_0(G)\).

Show proof
theorem topologicalRank_eq_localWeight_of_infinite
    (G : Type u) [Group G] [TopologicalSpace G] [IsTopologicalGroup G]
    (hG : IsProfiniteGroup G) (hdinf : Cardinal.aleph0 ≤ topologicalRank G) :
    topologicalRank G = localWeight G

For an infinite profinite group, the topological generator rank equals the local weight.

Show proof