CompletedGroupAlgebra.InClassFunctoriality.GroupLike

6 Theorem | 1 Definition

Completed Group Algebra / Functoriality Within a Class / Group-Like.

import
Imported by

Declarations

theorem completedGroupAlgebraInClass_isCompletedGroupAlgebraModel
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (hForm : ProCGroups.FiniteGroupClass.Formation C)
    (hR : IsProfiniteRing R) (hG : IsProCGroup C G) :
    IsCompletedGroupAlgebraModel R G (CompletedGroupAlgebraInClass C hC R G)

The \(C\)-indexed inverse-limit construction satisfies the universal-property specification for the completed group algebra when \(G\) is pro-\(C\).

Show proof
def completedGroupAlgebraOfInClass
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (R : Type u) (G : Type v) [CommRing R] [TopologicalSpace R] [IsTopologicalRing R]
    [Group G] [TopologicalSpace G] [IsTopologicalGroup G]
    (g : G) : CompletedGroupAlgebraInClass C hC R G :=
  toCompletedGroupAlgebraInClass C hC R G (MonoidAlgebra.of R G g)

A group element maps to its image in the \(C\)-indexed completed group algebra.

theorem completedGroupAlgebraProjectionInClass_of
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (U : CompletedGroupAlgebraIndexInClass G C) (g : G) :
    completedGroupAlgebraProjectionInClass C hC R G U
        (completedGroupAlgebraOfInClass C hC R G g) =
      MonoidAlgebra.single (openNormalSubgroupInClassProj (C := C) (G := G) U g) 1

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

Show proof
theorem completedGroupAlgebraOfInClass_one
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C) :
    completedGroupAlgebraOfInClass C hC R G 1 =
      (1 : CompletedGroupAlgebraInClass C hC R G)

The class-indexed completed group-like element attached to one is the unit.

Show proof
theorem completedGroupAlgebraOfInClass_mul
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (g h : G) :
    completedGroupAlgebraOfInClass C hC R G (g * h) =
      completedGroupAlgebraOfInClass C hC R G g *
        completedGroupAlgebraOfInClass C hC R G h

Class-indexed completed group-like elements multiply according to the group law.

Show proof
theorem continuous_completedGroupAlgebraStageMapInClass_of
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (U : CompletedGroupAlgebraIndexInClass G C) :
    letI : TopologicalSpace (CompletedGroupAlgebraStageInClass C R G U)

The class-indexed finite-stage group-like map is continuous.

Show proof
theorem continuous_completedGroupAlgebraOfInClass
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C) :
    Continuous (completedGroupAlgebraOfInClass C hC R G)

The class-indexed completed group-like map is continuous.

Show proof