FoxDifferential.Completed.DifferentialModule.Map.Surjective

2 Theorem | 1 Definition

This module proves the universal-property part of the construction. It packages finite-stage data into completed maps and shows the required extension and uniqueness statements.

import
Imported by

Declarations

theorem primePowerCompletedGroupAlgebraMap_surjective
    (ψ : ContinuousMonoidHom G H) (hψ : Function.Surjective ψ) :
    Function.Surjective
      (primePowerCompletedGroupAlgebraMap (ℓ := ℓ) (G := G) (H := H) ψ)

If \(\psi : G \to H\) is surjective, then the induced map of prime-power completed group algebras is surjective.

Show proof
def primePowerCompletedGroupAlgebraMapLiftOfSurjective
    (ψ : ContinuousMonoidHom G H) (hψ : Function.Surjective ψ)
    (a : PrimePowerCompletedGroupAlgebra ℓ H) :
    PrimePowerCompletedGroupAlgebra ℓ G :=
  Classical.choose
    (primePowerCompletedGroupAlgebraMap_surjective
      (ℓ := ℓ) (G := G) (H := H) ψ hψ a)

A choice of a lift along a surjective completed group-algebra map. This is intentionally kept at the completed group-algebra level: it uses the already-proved surjectivity of \(\Lambda_G \to \Lambda_H\), and does not touch the displayed differential premodule topology.

theorem primePowerCompletedGroupAlgebraMap_liftOfSurjective
    (ψ : ContinuousMonoidHom G H) (hψ : Function.Surjective ψ)
    (a : PrimePowerCompletedGroupAlgebra ℓ H) :
    primePowerCompletedGroupAlgebraMap (ℓ := ℓ) (G := G) (H := H) ψ
        (primePowerCompletedGroupAlgebraMapLiftOfSurjective
          (ℓ := ℓ) (G := G) (H := H) ψ hψ a) = a

The chosen lift maps back to the target coefficient.

Show proof