FoxDifferential.Completed.Comparison.SourceProjection

4 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 freeProCZCCompletedFoxBoundary_finiteStageProjection
    (φ : X → H) (v : ZCFreeFoxCoordinates C (X := X) (H := H))
    (j : ZCCompletedGroupAlgebraIndex C H) :
    zcCompletedGroupAlgebraProjection C H j
        (freeProCZCCompletedFoxBoundary C φ v) =
      ∑ x : X,
        zcCompletedGroupAlgebraProjection C H j (v x) *
          zcCompletedGroupAlgebraProjection C H j (zcGroupLike C H (φ x) - 1)

The finite-stage projection of the source-shaped completed Fox boundary map.

Show proof
theorem freeProCZCCompletedFoxBoundary_finiteStageProjection_stage
    (φ : X → H) (v : ZCFreeFoxCoordinates C (X := X) (H := H))
    (j : ZCCompletedGroupAlgebraIndex C H) :
    zcCompletedGroupAlgebraProjection C H j
        (freeProCZCCompletedFoxBoundary C φ v) =
      ∑ x : X,
        zcCompletedGroupAlgebraProjection C H j (v x) *
          (MonoidAlgebra.of (ModNCompletedCoeff j.1.modulus)
            (CompletedGroupAlgebraQuotientInClass H C j.2)
            (QuotientGroup.mk (φ x)) - 1)

The finite-stage projection of the source-shaped completed Fox boundary map, with generator boundaries written in the selected finite pro-\(C\) quotient.

Show proof
theorem zcFreeFoxCoordinatesMap_finiteStageProjection
    (η : H →ₜ* K)
    (v : ZCFreeFoxCoordinates C (X := X) (H := H))
    (j : ZCCompletedGroupAlgebraIndex C K) (x : X) :
    zcCompletedGroupAlgebraProjection C K j
        (zcFreeFoxCoordinatesMap (X := X) C hC η v x) =
      zcCompletedGroupAlgebraMapStage C hC η j
        (zcCompletedGroupAlgebraProjection C H
          (j.1, completedGroupAlgebraComapIndexInClass
            (G := H) (H := K) C hC η j.2) (v x))

Componentwise finite-stage projection formula for target maps on completed Fox coordinates.

Show proof
theorem freeProCZCCompletedFoxBoundary_mapTarget_finiteStageProjection_stage
    (η : H →ₜ* K) (φ : X → H)
    (v : ZCFreeFoxCoordinates C (X := X) (H := H))
    (j : ZCCompletedGroupAlgebraIndex C K) :
    zcCompletedGroupAlgebraProjection C K j
        (zcCompletedGroupAlgebraMap C hC η (freeProCZCCompletedFoxBoundary C φ v)) =
      ∑ x : X,
        zcCompletedGroupAlgebraMapStage C hC η j
          (zcCompletedGroupAlgebraProjection C H
            (j.1, completedGroupAlgebraComapIndexInClass
              (G := H) (H := K) C hC η j.2) (v x)) *
          (MonoidAlgebra.of (ModNCompletedCoeff j.1.modulus)
            (CompletedGroupAlgebraQuotientInClass K C j.2)
            (QuotientGroup.mk (η (φ x))) - 1)

The finite-stage projection of target naturality for source-shaped completed Fox boundary maps.

Show proof