FoxDifferential.Completed.DifferentialModule.TargetQuotient.Basic

2 Theorem | 1 Definition

This module develops the maps induced by continuous homomorphisms. It organizes the relevant quotient pullbacks and finite-stage maps, then proves the compatibility statements needed for the completed construction.

import
Imported by

Declarations

def finiteFoxStageTargetQuotientContinuousMonoidHom
    [TopologicalSpace (FreeGroup X)] [DiscreteTopology (FreeGroup X)]
    (N : Subgroup (FreeGroup X)) [N.Normal]
    [TopologicalSpace (finiteFoxStageTargetQuotient (X := X) N)] :
    ContinuousMonoidHom (FreeGroup X) (finiteFoxStageTargetQuotient (X := X) N) where
  toMonoidHom := QuotientGroup.mk' N
  continuous_toFun := continuous_of_discreteTopology

The completed Fox-differential map is continuous with respect to the inverse-limit topology on the completed coefficient modules.

theorem finiteFoxStageTargetQuotientContinuousMonoidHom_apply
    [TopologicalSpace (FreeGroup X)] [DiscreteTopology (FreeGroup X)]
    (N : Subgroup (FreeGroup X)) [N.Normal]
    [TopologicalSpace (finiteFoxStageTargetQuotient (X := X) N)]
    (w : FreeGroup X) :
    finiteFoxStageTargetQuotientContinuousMonoidHom (X := X) N w =
      QuotientGroup.mk' N w

The finite-stage target quotient homomorphism sends a word to its quotient class modulo \(N\).

Show proof
theorem finiteFoxStagePrimePowerSourceCompletedIndex_le_targetQuotientComap
    [TopologicalSpace (FreeGroup X)]
    [DiscreteTopology (FreeGroup X)]
    (N : Subgroup (FreeGroup X)) [N.Normal]
    [TopologicalSpace (finiteFoxStageTargetQuotient (X := X) N)]
    [IsTopologicalGroup (finiteFoxStageTargetQuotient (X := X) N)]
    (hfinite : ∀ a : ℕ,
      Finite (FreeGroup X ⧸
        finiteFoxCommutatorPowerSubgroup (F := FreeGroup X) N (ℓ ^ a)))
    (j : PrimePowerCompletedGroupAlgebraIndex
      (finiteFoxStageTargetQuotient (X := X) N)) :
    completedGroupAlgebraComapIndex
        (G := FreeGroup X) (H := finiteFoxStageTargetQuotient (X := X) N)
        (finiteFoxStageTargetQuotientContinuousMonoidHom (X := X) N) j.2 ≤
      finiteFoxStagePrimePowerSourceCompletedIndex
        (ℓ := ℓ) (X := X) N hfinite j.1

The completed free derivative source finite stage \([N,N]N^{ell^a}\) refines every finite stage pulled back from the target quotient \(F/N\). This order comparison lets the completed group-algebra projection for \(\pi: \mathbb{Z}_{\ell}\llbracket F\rrbracket \to \mathbb{Z}_{\ell}\llbracket F/N\rrbracket\) be computed from the completed free derivative source projection.

Show proof