FoxDifferential.Completed.FiniteStage.CoeffMap.Boundary

2 Theorem

Fox Differential / Completed / Finite Stage / Coefficient Map / Boundary.

import
Imported by

Declarations

theorem finiteFoxStageFoxBoundary_coeffMap
    [Fintype X]
    (N : Subgroup (FreeGroup X)) [N.Normal] (hnm : n₀ ∣ m₀)
    (v : finiteFoxStageCoordinateVector (X := X) N m₀) :
    finiteFoxStageTargetGroupAlgebraCoeffMap (X := X) N hnm
        (finiteFoxStageFoxBoundary (X := X) N m₀ v) =
      finiteFoxStageFoxBoundary (X := X) N n₀
        (fun i : X =>
          finiteFoxStageTargetGroupAlgebraCoeffMap (X := X) N hnm (v i))

Coefficient reduction commutes with the finite-stage Fox boundary map.

Show proof
theorem finiteFoxStageBoundaryCycleSubmodule_coeffMap_mem
    [Fintype X]
    (N : Subgroup (FreeGroup X)) [N.Normal] (hnm : n₀ ∣ m₀)
    {v : finiteFoxStageCoordinateVector (X := X) N m₀}
    (hv : v ∈ finiteFoxStageBoundaryCycleSubmodule (X := X) N m₀) :
    (fun i : X =>
        finiteFoxStageTargetGroupAlgebraCoeffMap (X := X) N hnm (v i)) ∈
      finiteFoxStageBoundaryCycleSubmodule (X := X) N n₀

A vector is a boundary cycle after coefficient reduction whenever it was one before reduction.

Show proof