CompletedGroupAlgebra.FunctorialityComposition

2 Theorem

This module proves that completed group algebra functoriality is compatible with composition.

import
Imported by

Declarations

theorem completedGroupAlgebraMap_comp
    (hR : IsProfiniteRing R) (hG : ProCGroups.IsProfiniteGroup G)
    (hH : ProCGroups.IsProfiniteGroup H)
    (φ : G →* H) (hφ : Continuous φ) (ψ : H →* K) (hψ : Continuous ψ) :
    (completedGroupAlgebraMap (G := H) (H := K) R hH ψ hψ).comp
        (completedGroupAlgebraMap (G := G) (H := H) R hG φ hφ) =
      completedGroupAlgebraMap (G := G) (H := K) R hG (ψ.comp φ) (hψ.comp hφ)

Lemma 5.3.5(e), composition law for the completed-group-algebra functor.

Show proof
theorem completedGroupAlgebraMapAlgHom_comp
    (hR : IsProfiniteRing R) (hG : ProCGroups.IsProfiniteGroup G)
    (hH : ProCGroups.IsProfiniteGroup H)
    (φ : G →* H) (hφ : Continuous φ) (ψ : H →* K) (hψ : Continuous ψ) :
    (completedGroupAlgebraMapAlgHom (G := H) (H := K) R hH ψ hψ).comp
        (completedGroupAlgebraMapAlgHom (G := G) (H := H) R hG φ hφ) =
      completedGroupAlgebraMapAlgHom (G := G) (H := K) R hG (ψ.comp φ) (hψ.comp hφ)

Lemma 5.3.5(e), composition law for the completed-group-algebra functor, as an \(R\)-algebra homomorphism.

Show proof