FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraModN.System.CompletionMap

2 Theorem | 1 Definition

This module sets up the finite-stage and inverse-limit description of the construction. It records the stage maps, projections, and comparison lemmas used to pass back to the completed object.

import
Imported by

Declarations

theorem modNCompletedGroupAlgebraStageMap_compatibleMaps :
    (modNCompletedGroupAlgebraSystem n G).CompatibleMaps
      (fun U => modNCompletedGroupAlgebraStageMap n G U)

The mod-\(n\) completed group-algebra stage maps are compatible with transition maps and coordinate projections.

Show proof
def toModNCompletedGroupAlgebra :
    ModNCompletedGroupRing n G → ModNCompletedGroupAlgebra n G := by
  letI : TopologicalSpace (ModNCompletedGroupRing n G) := ⊥
  exact
    (modNCompletedGroupAlgebraSystem n G).inverseLimitLift
      (fun U => modNCompletedGroupAlgebraStageMap n G U)
      (modNCompletedGroupAlgebraStageMap_compatibleMaps (n := n) (G := G))

The canonical map \((\mathbb{Z}/n\mathbb{Z})[G] \to \varprojlim_U (\mathbb{Z}/n\mathbb{Z})[G/U]\).

theorem modNCompletedGroupAlgebraProjection_toCompleted
    (U : _root_.CompletedGroupAlgebra.CompletedGroupAlgebraIndex G) (x : ModNCompletedGroupRing n G) :
    modNCompletedGroupAlgebraProjection n G U (toModNCompletedGroupAlgebra n G x) =
      modNCompletedGroupAlgebraStageMap n G U x

The finite-stage projection to the completed mod-\(n\) group algebra is given by the corresponding coordinate formula.

Show proof