CompletedGroupAlgebra.AllFiniteFunctoriality.GroupLike

2 Theorem

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 completedGroupAlgebraMap_of
    (hG : ProCGroups.IsProfiniteGroup G) (φ : G →* H) (hφ : Continuous φ) (g : G) :
    completedGroupAlgebraMap (G := G) (H := H) R hG φ hφ (completedGroupAlgebraOf R G g) =
      completedGroupAlgebraOf R H (φ g)

The completed functorial map sends the group-like element attached to \(g\) to that of \(\varphi(g)\).

Show proof
theorem completedGroupAlgebraMapAlgHom_of
    (hG : ProCGroups.IsProfiniteGroup G) (φ : G →* H) (hφ : Continuous φ) (g : G) :
    completedGroupAlgebraMapAlgHom (G := G) (H := H) R hG φ hφ
        (completedGroupAlgebraOf R G g) =
      completedGroupAlgebraOf R H (φ g)

The algebra-hom completed functorial map sends group-like elements to their images.

Show proof