FoxDifferential.Completed.ProCIntegerCoefficients.AugmentationIdeal.Basic

9 Theorem | 3 Definition

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

def zcCompletedGroupAlgebraStandardAugmentationIdeal :
    Ideal (ZCCompletedGroupAlgebra C H) :=
  Ideal.span (Set.range fun h : H => zcGroupLike C H h - 1)

The algebraic ideal generated by the standard completed augmentation generators \([h]-1\). The completed augmentation ideal itself is the kernel of the completed augmentation map, defined in the completed augmentation construction with \(\mathbb{Z}_C\)-coefficients.

theorem zcCompletedGroupAlgebraStandardAugmentationIdeal_eq_span :
    ((zcCompletedGroupAlgebraStandardAugmentationIdeal C H :
      Ideal (ZCCompletedGroupAlgebra C H)) :
      Submodule (ZCCompletedGroupAlgebra C H) (ZCCompletedGroupAlgebra C H)) =
      Submodule.span (ZCCompletedGroupAlgebra C H)
        (Set.range fun h : H => zcGroupLike C H h - 1)

The standard completed augmentation-generator ideal, viewed as a submodule, is the submodule span of the standard generators.

Show proof
theorem zcGroupLike_sub_one_mem_standardAugmentationIdeal (h : H) :
    zcGroupLike C H h - 1 ∈ zcCompletedGroupAlgebraStandardAugmentationIdeal C H

Each completed group-like generator \([h]-1\) lies in the algebraic standard augmentation-generator ideal.

Show proof
theorem zcCompletedGroupAlgebraBoundary_mem_standardAugmentationIdeal
    (ψ : G →* H) (g : G) :
    zcCompletedGroupAlgebraBoundary C ψ g ∈
      zcCompletedGroupAlgebraStandardAugmentationIdeal C H

The completed Fox boundary lies in the algebraic standard augmentation-generator ideal.

Show proof
def zcCompletedGroupAlgebraBoundaryToStandardAugmentationIdeal
    (ψ : G →* H) (g : G) :
    zcCompletedGroupAlgebraStandardAugmentationIdeal C H :=
  ⟨zcCompletedGroupAlgebraBoundary C ψ g,
    zcCompletedGroupAlgebraBoundary_mem_standardAugmentationIdeal C H ψ g⟩

The completed Fox boundary, with codomain restricted to the algebraic standard augmentation-generator ideal.

theorem zcCompletedGroupAlgebraBoundaryToStandardAugmentationIdeal_isCrossedDifferential
    (ψ : G →* H) :
    IsCrossedDifferential
      (zcCompletedGroupAlgebraScalar C ψ)
      (zcCompletedGroupAlgebraBoundaryToStandardAugmentationIdeal C H ψ)

The standard-augmentation-ideal-valued completed Fox boundary is a crossed differential.

Show proof
theorem zcToStdAugIdeal_val
    (ψ : G →* H) (x : ZCCompletedDifferentialModule C ψ) :
    ((zcToStdAugIdeal C H ψ x :
      ZCCompletedGroupAlgebra C H)) =
      zcToCompletedGroupAlgebra C ψ x

The value of the standard-augmentation-ideal-valued completed Fox tail is the underlying completed group-algebra tail.

Show proof
theorem zcToCompletedGroupAlgebra_mem_standardAugmentationIdeal
    (ψ : G →* H) (x : ZCCompletedDifferentialModule C ψ) :
    zcToCompletedGroupAlgebra C ψ x ∈
      zcCompletedGroupAlgebraStandardAugmentationIdeal C H

The completed Fox tail lands in the algebraic standard augmentation-generator ideal.

Show proof
theorem zcToCompletedGroupAlgebra_range_le_standardAugmentationIdeal
    (ψ : G →* H) :
    LinearMap.range (zcToCompletedGroupAlgebra C ψ) ≤
      (zcCompletedGroupAlgebraStandardAugmentationIdeal C H :
        Submodule (ZCCompletedGroupAlgebra C H) (ZCCompletedGroupAlgebra C H))

The range of the completed Fox tail is contained in the algebraic standard augmentation-generator ideal.

Show proof
theorem zcToCompletedGroupAlgebra_range_eq_standardAugmentationIdeal_of_surjective
    (ψ : G →* H) (hψ : Function.Surjective ψ) :
    LinearMap.range (zcToCompletedGroupAlgebra C ψ) =
      (zcCompletedGroupAlgebraStandardAugmentationIdeal C H :
        Submodule (ZCCompletedGroupAlgebra C H) (ZCCompletedGroupAlgebra C H))

If \(\psi\) is surjective, the completed Fox tail has range exactly the algebraic standard augmentation-generator ideal.

Show proof
theorem zcToStdAugIdeal_surjective_of_surjective
    (ψ : G →* H) (hψ : Function.Surjective ψ) :
    Function.Surjective
      (zcToStdAugIdeal C H ψ)

If \(\psi\) is surjective, the standard-augmentation-ideal-valued completed Fox tail is surjective.

Show proof