CompletedGroupAlgebra.AllFiniteAugmentation.InClassComparison

2 Theorem

Completed Group Algebra / All Finite Augmentation / Within a Class Comparison.

import
Imported by

Declarations

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

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

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

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

Show proof