FoxDifferential.Completed.Residue.FreeGroup.Fundamental

6 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 residueFreeGroupFoxBoundary_derivativeVector
    (n : ℕ) (ψ : FreeGroup X →* H) (w : FreeGroup X) :
    residueFreeGroupFoxBoundary n ψ
        (residueFreeGroupFoxDerivativeVector n ψ w) =
      residueGroupRingBoundary n ψ w

Boundary-map form of the residue Fox fundamental formula.

Show proof
theorem residueFreeGroupFoxBoundary_of_crossedDifferential
    (n : ℕ) (ψ : FreeGroup X →* H)
    (delta : FreeGroup X → ResidueFreeFoxCoordinates n H X)
    (hdelta : IsCrossedDifferential (residueGroupRingScalar n ψ) delta)
    (hbasis :
      ∀ x : X, delta (FreeGroup.of x) =
        Pi.single x (1 : ResidueGroupRing n H))
    (w : FreeGroup X) :
    residueFreeGroupFoxBoundary n ψ (delta w) =
      residueGroupRingBoundary n ψ w

Any residue crossed differential on a free group with the standard basis values satisfies the conditional residue Fox boundary formula.

Show proof
theorem residueFreeGroupFoxDerivative_fundamental_formula_of_crossedDifferential
    (n : ℕ) (ψ : FreeGroup X →* H)
    (delta : FreeGroup X → ResidueFreeFoxCoordinates n H X)
    (hdelta : IsCrossedDifferential (residueGroupRingScalar n ψ) delta)
    (hbasis :
      ∀ x : X, delta (FreeGroup.of x) =
        Pi.single x (1 : ResidueGroupRing n H))
    (w : FreeGroup X) :
    residueGroupRingBoundary n ψ w =
      ∑ i : X,
        delta w i *
          (MonoidAlgebra.of (ModNCompletedCoeff n) H (ψ (FreeGroup.of i)) - 1)

Conditional residue Fox fundamental formula. The residue Fox-Euler sum computed from any residue crossed differential with standard basis values is \([\psi(w)]-1\).

Show proof
theorem residueFreeGroupFoxDerivative_euler_formula_of_crossedDifferential
    (n : ℕ) (ψ : FreeGroup X →* H)
    (delta : FreeGroup X → ResidueFreeFoxCoordinates n H X)
    (hdelta : IsCrossedDifferential (residueGroupRingScalar n ψ) delta)
    (hbasis :
      ∀ x : X, delta (FreeGroup.of x) =
        Pi.single x (1 : ResidueGroupRing n H))
    (w : FreeGroup X) :
    (MonoidAlgebra.of (ModNCompletedCoeff n) H (ψ w) : ResidueGroupRing n H) - 1 =
      ∑ i : X,
        delta w i *
          (MonoidAlgebra.of (ModNCompletedCoeff n) H (ψ (FreeGroup.of i)) - 1)

The explicit \([\psi(w)]-1\) form of the conditional residue Fox-Euler formula.

Show proof
theorem residueFreeGroupFoxDerivative_fundamental_formula
    (n : ℕ) (ψ : FreeGroup X →* H) (w : FreeGroup X) :
    residueGroupRingBoundary n ψ w =
      ∑ i : X,
        residueFreeGroupFoxDerivative n ψ i w *
          (MonoidAlgebra.of (ModNCompletedCoeff n) H (ψ (FreeGroup.of i)) - 1)

The residue Fox fundamental formula, also known as the residue Fox-Euler formula: \([\psi(w)]-1 = \sum_i (\partial w/\partial x_i)([\psi(x_i)]-1)\).

Show proof
theorem residueFreeGroupFoxDerivative_euler_formula
    (n : ℕ) (ψ : FreeGroup X →* H) (w : FreeGroup X) :
    (MonoidAlgebra.of (ModNCompletedCoeff n) H (ψ w) : ResidueGroupRing n H) - 1 =
      ∑ i : X,
        residueFreeGroupFoxDerivative n ψ i w *
          (MonoidAlgebra.of (ModNCompletedCoeff n) H (ψ (FreeGroup.of i)) - 1)

The explicit \([\psi(w)]-1\) form of the residue Fox-Euler formula.

Show proof