ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraModN.System.CompletionMap
The principal declarations in this module are:
toModNCompletedGroupAlgebraThe canonical map \((\mathbb{Z}/n\mathbb{Z})[G] \to \varprojlim_U (\mathbb{Z}/n\mathbb{Z})[G/U]\). -modNCompletedGroupAlgebraStageMap_compatibleMapsThe mod-\(n\) completed group-algebra stage maps are compatible with transition maps and coordinate projections. -modNCompletedGroupAlgebraProjection_toCompletedThe finite-stage projection to the completed mod-\(n\) group algebra is given by the corresponding coordinate formula.
import
Imported by
- ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraModN.Augmentation
- ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraModN.System
- ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraPrimePower.Basic.StageCoeffMap.AllFinite
- ProCGroups.FoxDifferential.Completed.Residue.Core
omit [Fact (0 < n)] in
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 Lean proof
by
intro U V hUV
funext x
exact congrFun
(congrArg DFunLike.coe
(modNCompletedGroupAlgebraStageMap_compatible (n := n) (G := G) (U := U) (V := V) hUV))
x
Definition
FoxDifferential.toModNCompletedGroupAlgebra
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]\).
omit [Fact (0 < n)] in
@[simp]
theorem modNCompletedGroupAlgebraProjection_toCompleted
(U : _root_.CompletedGroupAlgebra.CompletedGroupAlgebraIndex G) (x : ModNCompletedGroupRing
n G) :
modNCompletedGroupAlgebraProjection n G U (toModNCompletedGroupAlgebra n G x) =
modNCompletedGroupAlgebraStageMap n G U xThe finite-stage projection to the completed mod-\(n\) group algebra is given by the corresponding coordinate formula.
Show Lean proof
by
rfl