FoxDifferential.Discrete.FreeExpansion

6 Theorem | 1 Definition

This module develops Fox differentials and completed Fox coordinates for free, profinite, and pro-\(C\) group constructions.

import
Imported by

Declarations

def freeCrossedDifferentialExpansion (w : FreeGroup X) : A :=
  ∑ x : X,
    relativeFreeGroupFoxDerivative (H := H) X ψ w x • basisValue x

Prescribed values on the free generators determine the Fox-coordinate expansion.

theorem freeCrossedDifferentialExpansion_one :
    freeCrossedDifferentialExpansion (H := H) (A := A) ψ basisValue 1 = 0

The Fox-coordinate expansion of the identity word is zero.

Show proof
theorem freeCrossedDifferentialExpansion_of (x : X) :
    freeCrossedDifferentialExpansion (H := H) (A := A) ψ basisValue (FreeGroup.of x) =
      basisValue x

The Fox-coordinate expansion of a free generator returns its prescribed basis value.

Show proof
theorem freeCrossedDifferentialExpansion_isDifferentialMap :
    IsDifferentialMap (A := A) ψ
      (freeCrossedDifferentialExpansion (H := H) (A := A) ψ basisValue)

The Fox-coordinate expansion is a crossed differential.

Show proof
theorem freeCrossedDifferentialWithCoeff_groupRingScalar_eq_expansion (w : FreeGroup X) :
    freeCrossedDifferentialWithCoeff (A := A) (groupRingScalar ψ) basisValue w =
      freeCrossedDifferentialExpansion (H := H) (A := A) ψ basisValue w

The coefficient-generic free crossed differential over a group ring is the Fox-coordinate expansion of its generator values.

Show proof
theorem freeCrossedDifferentialWithCoeffCoordinates_eq_relativeFreeGroupFoxDerivative
    (w : FreeGroup X) :
    freeCrossedDifferentialWithCoeffCoordinates
        (X := X) (groupRingScalar ψ) w =
      relativeFreeGroupFoxDerivative (H := H) X ψ w

The coefficient-generic coordinate crossed differential specializes to the usual relative Fox derivative over a group ring.

Show proof
theorem crossedDifferential_comp_relativeFreeGroupFoxDerivative
    (ψ : FreeGroup Y →* H) (φ : FreeGroup X →* FreeGroup Y)
    (delta : FreeGroup Y → A) (hdelta : IsDifferentialMap (A := A) ψ delta)
    (w : FreeGroup X) :
    delta (φ w) =
      ∑ x : X,
        relativeFreeGroupFoxDerivative (H := H) X (ψ.comp φ) w x •
          delta (φ (FreeGroup.of x))

Abstract Fox chain rule for an arbitrary crossed differential.

Show proof