ProCGroups.CrowellExactSequence.Discrete.Exactness

2 Theorems

Surjectivity and the kernel/image identities for the relative Fox derivative assemble into the four-term discrete Crowell sequence. The free-group presentation theorem specializes this criterion to the Blanchfield--Lyndon exact sequence.

import
Imported by

Declarations

theorem crowellExactSequence_of_surjective
    {G : Type} [Group G]
    (psi : MonoidHom G H) (hpsi : Function.Surjective psi) :
    letI := kernelAbelianizationModuleOfSurjective psi hpsi
    Function.Injective
        (kernelAbelianizationBoundaryLinearOfSurjective (H := H) psi hpsi) ∧
      Function.Exact
        (kernelAbelianizationBoundaryLinearOfSurjective (H := H) psi hpsi)
        (toGroupRing psi) ∧
      Function.Exact (toGroupRing psi) (augmentation H) ∧
      Function.Surjective (augmentation H)

Discrete Crowell exact sequence for a surjective group homomorphism.

Show Lean proof
theorem freeGroupPresentation_blanchfieldLyndonExactSequence
    (r : Nat) (psi : MonoidHom (FreeGroup (Fin r)) H) (hpsi : Function.Surjective psi) :
    letI := kernelAbelianizationModuleOfSurjective psi hpsi
    Function.Injective
        (FoxCalculus.freeGroupPresentationRelativeDerivativeHeadMap (H := H) r psi hpsi) ∧
      Function.Exact
        (FoxCalculus.freeGroupPresentationRelativeDerivativeHeadMap (H := H) r psi hpsi)
        (FoxCalculus.freeGroupPresentationBlanchfieldLyndonTailMap (H := H) r psi) ∧
      Function.Exact
        (FoxCalculus.freeGroupPresentationBlanchfieldLyndonTailMap (H := H) r psi)
        (augmentation H) ∧
      Function.Surjective (augmentation H)

The discrete Blanchfield--Lyndon exact sequence for a surjective finite free presentation.

Show Lean proof