CompletedGroupAlgebra.UniversalProperty.Basic

10 Theorem | 1 Definition

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

theorem completedGroupAlgebra_isCompletedGroupAlgebraModel
    (hR : IsProfiniteRing R) (hG : ProCGroups.IsProfiniteGroup G) :
    IsCompletedGroupAlgebraModel R G (Carrier R G)

The concrete inverse-limit construction satisfies the universal-property specification for the completed group algebra.

Show proof
def completedGroupAlgebraOf (R : Type u) (G : Type v) [CommRing R] [TopologicalSpace R]
    [IsTopologicalRing R] [Group G] [TopologicalSpace G] [IsTopologicalGroup G]
    (g : G) : Carrier R G :=
  toCompletedGroupAlgebra R G (MonoidAlgebra.of R G g)

A group element maps to its image in the completed group algebra.

theorem completedGroupAlgebraProjection_of
    (U : CompletedGroupAlgebraIndex G) (g : G) :
    completedGroupAlgebraProjection R G U (completedGroupAlgebraOf R G g) =
      MonoidAlgebra.single (openNormalSubgroupInClassProj
        (C := ProCGroups.FiniteGroupClass.allFinite) (G := G) U g) 1

Projection of a completed group-like element to a finite quotient stage.

Show proof
theorem completedGroupAlgebraOf_one :
    completedGroupAlgebraOf R G 1 = (1 : Carrier R G)

The completed group-like element attached to \(1\) is the unit.

Show proof
theorem completedGroupAlgebraOf_mul (g h : G) :
    completedGroupAlgebraOf R G (g * h) =
      completedGroupAlgebraOf R G g * completedGroupAlgebraOf R G h

Completed group-like elements multiply according to the group law.

Show proof
theorem continuous_completedGroupAlgebraStageMap_of
    (U : CompletedGroupAlgebraIndex G) :
    letI : TopologicalSpace (CompletedGroupAlgebraStage R G U)

The finite-stage group-like map \(G\to R[G/U]\) is continuous.

Show proof
theorem continuous_completedGroupAlgebraOf :
    Continuous (completedGroupAlgebraOf R G)

The completed group-like map \(G \to \widehat{R[G]}\) is continuous.

Show proof
theorem toCompletedGroupAlgebraRingHom_mem_span_completedGroupAlgebraOf
    (x : MonoidAlgebra R G) :
    toCompletedGroupAlgebraRingHom R G x ∈
      Submodule.span R (Set.range (completedGroupAlgebraOf R G))

The dense abstract group-algebra map lands in the span of the completed group-like elements.

Show proof
theorem completedGroupAlgebraOf_dense_span (hG : ProCGroups.IsProfiniteGroup G) :
    closure (Submodule.span R (Set.range (completedGroupAlgebraOf R G)) :
      Set (Carrier R G)) = Set.univ

The completed group-like elements topologically generate \(\widehat{R[G]}\) as an \(R\)-module.

Show proof
theorem completedGroupAlgebraOf_freeProfiniteModule_prerequisites
    (hR : IsProfiniteRing R) (hG : ProCGroups.IsProfiniteGroup G) :
    IsProfiniteRing R ∧ IsProfiniteModule R (Carrier R G) ∧
      Continuous (completedGroupAlgebraOf R G) ∧
        closure (Submodule.span R (Set.range (completedGroupAlgebraOf R G)) :
          Set (Carrier R G)) = Set.univ

These are the structural inputs for the free profinite-module statement in Lemma 5.3.5(d); the full continuous-linear universal property is proved below.

Show proof
theorem completedGroupAlgebraContinuousLinearMap_ext_of_basis
    (hG : ProCGroups.IsProfiniteGroup G)
    {N : Type (max u v)} [AddCommGroup N] [TopologicalSpace N] [Module R N] [T2Space N]
    {F K : Carrier R G →L[R] N}
    (hbasis : ∀ g : G, F (completedGroupAlgebraOf R G g) =
      K (completedGroupAlgebraOf R G g)) :
    F = K

The uniqueness half of the universal property in Lemma 5.3.5(d): a continuous linear map out of \(\widehat{R[G]}\) is determined by its values on the completed group-like elements.

Show proof