FoxDifferential.Completed.Continuous.TailExactness

2 Theorem

This module develops the Fox-differential part of the theory. It records the formulas that connect generators, boundaries, Jacobians, and completed coordinates.

import
Imported by

Declarations

theorem exact_foxBoundaryMap_zcGroupLike_sub_one_of_topologicallyGenerates
    (hForm : ProCGroups.FiniteGroupClass.Formation C)
    (φ : X → H) (hφ : TopologicallyGenerates (G := H) (Set.range φ)) :
    Function.Exact
      (foxBoundaryMap (fun x : X => zcGroupLike C H (φ x) - 1) :
        (X → ZCCompletedGroupAlgebra C H) → ZCCompletedGroupAlgebra C H)
      (zcCompletedGroupAlgebraAugmentation C H :
        ZCCompletedGroupAlgebra C H → ZCCoeff C)

If a finite family topologically generates \(H\), the corresponding completed finite Fox boundary is exact at \(\mathbb{Z}_C\llbracket H\rrbracket\).

Show proof
theorem exact_freeProCZCCompletedFoxBoundary_of_topologicallyGenerates
    (hForm : ProCGroups.FiniteGroupClass.Formation C)
    (φ : X₀ → H) (hφ : TopologicallyGenerates (G := H) (Set.range φ)) :
    Function.Exact
      (freeProCZCCompletedFoxBoundary C φ :
        (X₀ → ZCCompletedGroupAlgebra C H) → ZCCompletedGroupAlgebra C H)
      (zcCompletedGroupAlgebraAugmentation C H :
        ZCCompletedGroupAlgebra C H → ZCCoeff C)

The sequence is used by identifying the image of the first map with the kernel of the second and by verifying injectivity and surjectivity at the two ends.

Show proof