ProCGroups.FoxDifferential.Completed.ProCIntegerCoefficients.AugmentationIdeal.Closure

2 Theorems

The principal declarations in this module are:

  • zcCompletedGroupAlgebraStageAugmentationIdeal_mem_projection_standard Every finite-stage augmentation-ideal element is the projection of an element of the algebraic standard augmentation ideal. - closure_zcCompletedGroupAlgebraStandardAugmentationIdeal_eq_augmentationIdeal The completed augmentation ideal is the closure of the algebraic standard-generator ideal.
imports
Imported by

Declarations

omit
  [ProCGroups.FiniteGroupClass.ContainsTrivialQuotients C] in
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 Lean 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 Lean proof