ProCGroups.FoxDifferential.Completed.Continuous.TailExactness

2 Theorems

The principal declarations in this module are:

  • exact_foxBoundaryMap_zcGroupLike_sub_one_of_topologicallyGenerates If a finite family topologically generates \(H\), the corresponding completed finite Fox boundary is exact at \(\mathbb{Z}_C\llbracket H\rrbracket\). - exact_freeProCZCCompletedFoxBoundary_of_topologicallyGenerates In the sequence, the first map is injective, its image is the kernel of the second map, and the second map is surjective.
import
Imported by

Declarations

omit [DecidableEq X] in
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 Lean proof
omit [DecidableEq X₀] in
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)

In the sequence, the first map is injective, its image is the kernel of the second map, and the second map is surjective.

Show Lean proof