FoxDifferential.Completed.ProCIntegerCoefficients.AugmentationIdeal.Closure

3 Theorem

This module develops the augmentation side of the construction. It identifies the relevant kernels and ideals and compares the finite-stage and completed forms.

import
Imported by

Declarations

theorem directed_zcCompletedGroupAlgebraIndex
    (hForm : ProCGroups.FiniteGroupClass.Formation C) :
    Directed (· ≤ ·) (id : ZCCompletedGroupAlgebraIndex C H → ZCCompletedGroupAlgebraIndex C H)

The \(\mathbb{Z}_C\llbracket H\rrbracket\) finite-stage index is directed when both the coefficient and group-quotient classes are directed by formation closure.

Show proof
theorem zcCompletedGroupAlgebraStageAugmentationIdeal_mem_projection_standard
    (i : ZCCompletedGroupAlgebraIndex C H)
    (x : zcCompletedGroupAlgebraStageAugmentationIdeal C H i) :
    ∃ y ∈ zcCompletedGroupAlgebraStandardAugmentationIdeal C H,
      zcCompletedGroupAlgebraProjection C H i y = (x : ZCCompletedGroupAlgebraStage C H i)

Every finite-stage augmentation-ideal element is the projection of an element of the algebraic standard augmentation ideal.

Show proof
theorem closure_zcCompletedGroupAlgebraStandardAugmentationIdeal_eq_augmentationIdeal
    (hForm : ProCGroups.FiniteGroupClass.Formation C) :
    closure
        ((zcCompletedGroupAlgebraStandardAugmentationIdeal C H :
          Ideal (ZCCompletedGroupAlgebra C H)) : Set (ZCCompletedGroupAlgebra C H)) =
      ((zcCompletedGroupAlgebraAugmentationIdeal C H :
        Ideal (ZCCompletedGroupAlgebra C H)) : Set (ZCCompletedGroupAlgebra C H))

The completed augmentation ideal is the closure of the algebraic standard-generator ideal.

Show proof