ProCGroups.FoxDifferential.Discrete.KernelBoundary.MagnusComparison

2 Theorems

This module compares the relative free Fox derivative with the universal differential and deduces the discrete Magnus-kernel criterion in relative Fox coordinates.

imports
Imported by

Declarations

theorem d_eq_zero_of_foxDifferential_relativeFreeGroupFoxDerivative_eq_zero
    (ψ : FreeGroup X →* H) (w : FreeGroup X)
    (hw :
      FoxDifferential.FoxCalculus.relativeFreeGroupFoxDerivative
        (H := H) X ψ w = 0) :
    universalDifferential ψ w = 0

If the FoxDifferential relative free Fox derivative of a word vanishes, then the Crowell universal differential of the same word vanishes.

Show Lean proof
theorem mem_commutator_ker_of_relFreeFoxDeriv_eq_zero_of_surj
    (ψ : FreeGroup X →* H) (hψ : Function.Surjective ψ) (n : ψ.ker)
    (hn :
      FoxDifferential.FoxCalculus.relativeFreeGroupFoxDerivative
        (H := H) X ψ n.1 = 0) :
    n ∈ commutator ψ.ker

Discrete Magnus-kernel theorem with the zero condition formulated using the FoxDifferential relative free Fox derivative.

Show Lean proof