ProCGroups.FoxDifferential.Completed.DifferentialModule.Map.Surjective

2 Theorems | 1 Definition

The principal declarations in this module are:

  • primePowerCompletedGroupAlgebraMapLiftOfSurjective A choice of a lift along the surjective completed group-algebra map \(\Lambda_G \to \Lambda_H\), independent of the displayed differential premodule topology. - primePowerCompletedGroupAlgebraMap_surjective If \(\psi : G \to H\) is surjective, then the induced map of prime-power completed group algebras is surjective. - primePowerCompletedGroupAlgebraMap_liftOfSurjective The chosen lift maps back to the target coefficient.
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 Lean 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 the surjective completed group-algebra map \(\Lambda_G \to \Lambda_H\), independent of the displayed differential premodule topology.

@[simp]
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 Lean proof