ProCGroups.CompletedGroupAlgebra.AllFiniteAugmentation.InClassComparison

2 Theorems

The canonical comparison maps between the all-finite and in-class completions commute with their augmentations. This file records both directions of that compatibility.

imports
Imported by

Declarations

@[simp 900]
theorem completedGroupAlgebraCanonicalAugmentationInClass_comp_toInClass
    (C : ProCGroups.FiniteGroupClass.{v})
    [ProCGroups.FiniteGroupClass.ContainsTrivialQuotients C] :
    (completedGroupAlgebraCanonicalAugmentationInClass (R := R) (G := G) C ).comp
        (completedGroupAlgebraToInClassRingHom (R := R) (G := G) C ) =
      completedGroupAlgebraCanonicalAugmentation R G

Composing the class-indexed canonical augmentation with the comparison map gives the all-finite augmentation.

Show Lean proof
@[simp]
theorem completedGroupAlgebraCanonicalAugmentation_fromInClass
    (C : ProCGroups.FiniteGroupClass.{v})
    [ProCGroups.FiniteGroupClass.ContainsTrivialQuotients C]
    (hForm : ProCGroups.FiniteGroupClass.Formation C) (hG : HasOpenNormalBasisInClass C G)
    (x : CompletedGroupAlgebraInClass C R G) :
    completedGroupAlgebraCanonicalAugmentation R G
        (completedGroupAlgebraFromInClass (R := R) (G := G) C hForm hG x) =
      completedGroupAlgebraCanonicalAugmentationInClass (R := R) (G := G) C x

The all-finite canonical augmentation after the comparison map from a class-indexed completion agrees with the class-indexed augmentation.

Show Lean proof