FoxDifferential.Completed.FreeProC.Uniqueness.Existence

3 Theorem

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

theorem existsUnique_freeProCZCCompletedFoxDerivativeVector_of_semidirectLiftHom
    {ι : X → F} (hι : IsFreeProCGroup (ProC := ProC) ι)
    (htarget : ProC (G := ZCCompletedFoxSemidirect ProC.finiteQuotientClass X H))
    (φ : X → H)
    (hφ : Continuous (freeProCZCCompletedFoxSemidirectGenerator (ProC := ProC) φ)) :
    ∃! delta : F → ZCFreeFoxCoordinates ProC.finiteQuotientClass (X := X) (H := H),
      ∃ f : F →ₜ* ZCCompletedFoxSemidirect ProC.finiteQuotientClass X H,
        (∀ g : F, delta g = (f g).left) ∧
        (∀ x : X, (f (ι x)).left =
          Pi.single x (1 : ZCCompletedGroupAlgebra ProC.finiteQuotientClass H)) ∧
        ∀ x : X, (f (ι x)).right = φ x

Existence and uniqueness of the free pro-\(C\) completed Fox derivative vector, formulated as the left component of a continuous semidirect homomorphism with prescribed generator data.

Show proof
theorem existsUnique_freeProCZCCompletedFoxSemidirectLift
    {ι : X → F} (hι : IsFreeProCGroup (ProC := ProC) ι)
    (htarget : ProC (G := ZCCompletedFoxSemidirect ProC.finiteQuotientClass X H))
    (φ : X → H)
    (hφ : Continuous (freeProCZCCompletedFoxSemidirectGenerator (ProC := ProC) φ)) :
    ∃! f : F →* ZCCompletedFoxSemidirect ProC.finiteQuotientClass X H,
      Continuous f ∧
        ∀ x : X, f (ι x) = freeProCZCCompletedFoxSemidirectGenerator (ProC := ProC) φ x

Existence and uniqueness of the continuous completed Fox semidirect lift from a free pro-\(C\) source.

Show proof
theorem existsUnique_freeProCZCCompletedFoxSemidirectLift_components
    {ι : X → F} (hι : IsFreeProCGroup (ProC := ProC) ι)
    (htarget : ProC (G := ZCCompletedFoxSemidirect ProC.finiteQuotientClass X H))
    (φ : X → H)
    (hφ : Continuous (freeProCZCCompletedFoxSemidirectGenerator (ProC := ProC) φ)) :
    ∃! f : F →* ZCCompletedFoxSemidirect ProC.finiteQuotientClass X H,
      Continuous f ∧
        (∀ x : X, (f (ι x)).left =
          Pi.single x (1 : ZCCompletedGroupAlgebra ProC.finiteQuotientClass H)) ∧
        ∀ x : X, (f (ι x)).right = φ x

Componentwise existence and uniqueness of the continuous completed Fox semidirect lift from a free pro-\(C\) source.

Show proof