CompletedGroupAlgebra.InClassFunctoriality.UnitRepresentation

5 Theorem

Completed Group Algebra / Functoriality Within a Class / Unit Representation.

import
Imported by

Declarations

theorem completedGroupAlgebraUnitRepresentationInClassConcrete_val
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (g : G) :
    ((completedGroupAlgebraUnitRepresentation R G (CompletedGroupAlgebraInClass C hC R G)
        (toCompletedGroupAlgebraInClassRingHom C hC R G) g :
        (CompletedGroupAlgebraInClass C hC R G)ˣ) : CompletedGroupAlgebraInClass C hC R G) =
      completedGroupAlgebraOfInClass C hC R G g

The concrete class-indexed unit representation evaluates to the corresponding completed group-like element.

Show proof
theorem continuous_completedGroupAlgebraUnitRepresentationInClassConcrete_val
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C) :
    Continuous fun g : G =>
      ((completedGroupAlgebraUnitRepresentation R G (CompletedGroupAlgebraInClass C hC R G)
        (toCompletedGroupAlgebraInClassRingHom C hC R G) g :
        (CompletedGroupAlgebraInClass C hC R G)ˣ) : CompletedGroupAlgebraInClass C hC R G)

The \(C\)-indexed canonical unit representation is continuous after forgetting to \(\widehat{R[G]}_{C}\).

Show proof
theorem toCompletedGroupAlgebraInClassRingHom_mem_span_completedGroupAlgebraOfInClass
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (x : MonoidAlgebra R G) :
    toCompletedGroupAlgebraInClassRingHom C hC R G x ∈
      Submodule.span R (Set.range (completedGroupAlgebraOfInClass C hC R G))

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

Show proof
theorem completedGroupAlgebraOfInClass_dense_span
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (hForm : ProCGroups.FiniteGroupClass.Formation C) (hG : IsProCGroup C G) :
    closure (Submodule.span R (Set.range (completedGroupAlgebraOfInClass C hC R G)) :
      Set (CompletedGroupAlgebraInClass C hC R G)) = Set.univ

The \(C\)-indexed completed group-like elements topologically generate \(\widehat{R[G]}_{C}\) as an \(R\)-module, for pro-\(C\) groups and formation classes.

Show proof
theorem completedGroupAlgebraInClass_module_induces_continuous_gmodule
    (C : ProCGroups.FiniteGroupClass.{v}) (hC : ProCGroups.FiniteGroupClass.FiniteOnly C)
    (A : Type (max u v)) [AddCommGroup A] [TopologicalSpace A]
    [Module (CompletedGroupAlgebraInClass C hC R G) A]
    [ContinuousSMul (CompletedGroupAlgebraInClass C hC R G) A] :
    letI : DistribMulAction G A

A continuous module over the \(C\)-indexed completed group algebra inherits the natural continuous \(G\)-module structure via the group-like units.

Show proof