abbrev CompletedGroupAlgebraStage (R : Type u) (G : Type v) [CommRing R] [Group G]
[TopologicalSpace G] [IsTopologicalGroup G] (U : CompletedGroupAlgebraIndex G) :
Type (max u v) :=
MonoidAlgebra R (CompletedGroupAlgebraQuotient G U)The finite-stage group algebra \(R[G/U]\) from Ribes--Zalesskii, Section 5.3.
def completedGroupAlgebraStageCoeffMap
(S : Type w) [CommRing S] (f : R →+* S) (U : CompletedGroupAlgebraIndex G) :
CompletedGroupAlgebraStage R G U →+* CompletedGroupAlgebraStage S G U :=
MonoidAlgebra.mapRangeRingHom (CompletedGroupAlgebraQuotient G U) f
@[simp]For a homomorphism \(f:R\to S\), coefficient change at a fixed finite stage sends \(R[G/U]\) to \(S[G/U]\) by applying \(f\) to each coefficient and leaving the quotient support unchanged.
theorem completedGroupAlgebraStageCoeffMap_single
(S : Type w) [CommRing S] (f : R →+* S) (U : CompletedGroupAlgebraIndex G)
(q : CompletedGroupAlgebraQuotient G U) (r : R) :
completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f U
(MonoidAlgebra.single q r) =
MonoidAlgebra.single q (f r)The coefficient-change map on a finite stage sends the singleton basis function supported at \(q\) with coefficient \(r\) to the singleton supported at the same \(q\) with coefficient \(f(r)\).
Show proof
by
exact MonoidAlgebra.mapRangeRingHom_single f q r
@[simp]Proof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Coefficient-change assertions hold because each singleton coefficient is transported by the chosen ring homomorphism and the quotient support is left unchanged. Finiteness is reduced to the finite quotient set together with the finite coefficient data, so the relevant finite-stage function space or quotient object is finite. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. Coefficient and scalar compatibility is verified without changing the support in the finite quotient: only coefficients are transported by the given ring homomorphism or scalar action. Linearity, multiplicativity, and the algebra-map identities then extend the singleton computation to arbitrary finite sums.
□theorem completedGroupAlgebraStageCoeffMap_comp
(S : Type w) (T : Type*) [CommRing S] [CommRing T]
(f : R →+* S) (g : S →+* T) (U : CompletedGroupAlgebraIndex G) :
(completedGroupAlgebraStageCoeffMap (R := S) (G := G) T g U).comp
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f U) =
completedGroupAlgebraStageCoeffMap (R := R) (G := G) T (g.comp f) UCoefficient change is performed stagewise: each coefficient is transported by the given ring homomorphism while the finite quotient support is left unchanged.
Show proof
by
exact (MonoidAlgebra.mapRangeRingHom_comp
(M := CompletedGroupAlgebraQuotient G U) g f).symmProof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Coefficient-change assertions hold because each singleton coefficient is transported by the chosen ring homomorphism and the quotient support is left unchanged. Finiteness is reduced to the finite quotient set together with the finite coefficient data, so the relevant finite-stage function space or quotient object is finite. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. For quotient and subgroup claims, representatives are chosen in the ambient group and the induced map is checked to send the class of an element to the class of its image. Normality, openness, and membership in the finite quotient class are preserved by the subgroup, quotient, intersection, or inverse-image closure property being invoked.
□theorem finite_completedGroupAlgebraStage [Finite R] (U : CompletedGroupAlgebraIndex G) :
Finite (CompletedGroupAlgebraStage R G U)Show proof
by
classical
letI : Fintype (CompletedGroupAlgebraQuotient G U) := Fintype.ofFinite _
letI : Fintype R := Fintype.ofFinite R
letI : DecidableEq (CompletedGroupAlgebraQuotient G U) := Classical.decEq _
letI : Finite (CompletedGroupAlgebraQuotient G U → R) := by
letI : Fintype (CompletedGroupAlgebraQuotient G U → R) := inferInstance
exact Finite.of_fintype _
let f : CompletedGroupAlgebraStage R G U → CompletedGroupAlgebraQuotient G U → R :=
fun x q => x q
refine Finite.of_injective f ?_
intro x y hxy
ext q
exact congrFun hxy qProof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Coefficient-change assertions hold because each singleton coefficient is transported by the chosen ring homomorphism and the quotient support is left unchanged. Finiteness is reduced to the finite quotient set together with the finite coefficient data, so the relevant finite-stage function space or quotient object is finite. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. Coefficient and scalar compatibility is verified without changing the support in the finite quotient: only coefficients are transported by the given ring homomorphism or scalar action. Linearity, multiplicativity, and the algebra-map identities then extend the singleton computation to arbitrary finite sums.
□def completedGroupAlgebraTransition (R : Type u) (G : Type v) [CommRing R] [Group G]
[TopologicalSpace G] [IsTopologicalGroup G] {U V : CompletedGroupAlgebraIndex G}
(hUV : U ≤ V) :
CompletedGroupAlgebraStage R G V →+* CompletedGroupAlgebraStage R G U :=
MonoidAlgebra.mapDomainRingHom R
(OpenNormalSubgroupInClass.map
(C := ProCGroups.FiniteGroupClass.allFinite) (G := G)
(U := OrderDual.ofDual U) (V := OrderDual.ofDual V) hUV)The transition map \(R[G/V] \to R[G/U]\) is induced by the quotient map \(G/V \to G/U\).
theorem completedGroupAlgebraTransition_of
{U V : CompletedGroupAlgebraIndex G} (hUV : U ≤ V)
(g : CompletedGroupAlgebraQuotient G V) :
completedGroupAlgebraTransition R G hUV (MonoidAlgebra.of R _ g) =
MonoidAlgebra.single ((OpenNormalSubgroupInClass.map
(C := ProCGroups.FiniteGroupClass.allFinite) (G := G)
(U := OrderDual.ofDual U) (V := OrderDual.ofDual V) hUV) g) 1The transition map sends a basis element to the induced basis element.
Show proof
by
classical
simp only [completedGroupAlgebraTransition, MonoidAlgebra.of, MonoidAlgebra.single, MonoidHom.coe_mk,
OneHom.coe_mk, MonoidAlgebra.mapDomainRingHom_apply, Finsupp.mapDomain_single]
rflProof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Finiteness is reduced to the finite quotient set together with the finite coefficient data, so the relevant finite-stage function space or quotient object is finite. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. Projection and transition formulas are proved at an arbitrary finite stage. Both sides use the same quotient map on the support and the same coefficient map on the coefficient, so they agree on singleton basis elements; finite support and linearity extend the equality to the whole finite-stage group algebra.
□theorem completedGroupAlgebraTransition_single
{U V : CompletedGroupAlgebraIndex G} (hUV : U ≤ V)
(q : CompletedGroupAlgebraQuotient G V) (r : R) :
completedGroupAlgebraTransition R G hUV (MonoidAlgebra.single q r) =
MonoidAlgebra.single
((OpenNormalSubgroupInClass.map
(C := ProCGroups.FiniteGroupClass.allFinite) (G := G)
(U := OrderDual.ofDual U) (V := OrderDual.ofDual V) hUV) q) rThe transition map \(R[G/V] \to R[G/U]\) sends a singleton supported at a class of \(G/V\) to the singleton supported at its image in \(G/U\), with the same coefficient.
Show proof
by
classical
simp only [completedGroupAlgebraTransition, MonoidAlgebra.single, MonoidAlgebra.mapDomainRingHom_apply,
Finsupp.mapDomain_single]
rflProof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Coefficient-change assertions hold because each singleton coefficient is transported by the chosen ring homomorphism and the quotient support is left unchanged. Finiteness is reduced to the finite quotient set together with the finite coefficient data, so the relevant finite-stage function space or quotient object is finite. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. Coefficient and scalar compatibility is verified without changing the support in the finite quotient: only coefficients are transported by the given ring homomorphism or scalar action. Linearity, multiplicativity, and the algebra-map identities then extend the singleton computation to arbitrary finite sums.
□theorem completedGroupAlgebraTransition_id (U : CompletedGroupAlgebraIndex G) :
completedGroupAlgebraTransition R G (le_rfl : U ≤ U) = RingHom.id _The transition map for the reflexive relation is the identity.
Show proof
by
rw [completedGroupAlgebraTransition, OpenNormalSubgroupInClass.map_id]
exact MonoidAlgebra.mapDomainRingHom_id
(R := R) (M := CompletedGroupAlgebraQuotient G U)Proof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Kernel, image, and exactness assertions are proved by the two standard inclusions: an image element satisfies the required vanishing condition, and an element satisfying that condition is repackaged with the vanishing proof as a preimage. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. Projection and transition formulas are proved at an arbitrary finite stage. Both sides use the same quotient map on the support and the same coefficient map on the coefficient, so they agree on singleton basis elements; finite support and linearity extend the equality to the whole finite-stage group algebra.
□theorem completedGroupAlgebraTransition_comp
{U V W : CompletedGroupAlgebraIndex G} (hUV : U ≤ V) (hVW : V ≤ W) :
(completedGroupAlgebraTransition R G hUV).comp
(completedGroupAlgebraTransition R G hVW) =
completedGroupAlgebraTransition R G (hUV.trans hVW)Transition maps compose along refinements of finite quotients.
Show proof
by
rw [completedGroupAlgebraTransition, completedGroupAlgebraTransition,
completedGroupAlgebraTransition, ← MonoidAlgebra.mapDomainRingHom_comp]
congr 1
exact OpenNormalSubgroupInClass.map_comp
(C := ProCGroups.FiniteGroupClass.allFinite) (G := G)
(U := OrderDual.ofDual U) (V := OrderDual.ofDual V) (W := OrderDual.ofDual W)
hUV hVWProof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Finiteness is reduced to the finite quotient set together with the finite coefficient data, so the relevant finite-stage function space or quotient object is finite. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. For quotient and subgroup claims, representatives are chosen in the ambient group and the induced map is checked to send the class of an element to the class of its image. Normality, openness, and membership in the finite quotient class are preserved by the subgroup, quotient, intersection, or inverse-image closure property being invoked.
□theorem completedGroupAlgebraStageCoeffMap_compatible
(S : Type w) [CommRing S] (f : R →+* S)
{U V : CompletedGroupAlgebraIndex G} (hUV : U ≤ V) :
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f U).comp
(completedGroupAlgebraTransition R G hUV) =
(completedGroupAlgebraTransition S G hUV).comp
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f V)Coefficient change is performed stagewise: supports are unchanged and coefficients are transported by the given ring homomorphism.
Show proof
by
exact MonoidAlgebra.mapRangeRingHom_comp_mapDomainRingHom
(f := f)
(g := OpenNormalSubgroupInClass.map
(C := ProCGroups.FiniteGroupClass.allFinite) (G := G)
(U := OrderDual.ofDual U) (V := OrderDual.ofDual V) hUV)Proof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Coefficient-change assertions hold because each singleton coefficient is transported by the chosen ring homomorphism and the quotient support is left unchanged. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. Coefficient and scalar compatibility is verified without changing the support in the finite quotient: only coefficients are transported by the given ring homomorphism or scalar action. Linearity, multiplicativity, and the algebra-map identities then extend the singleton computation to arbitrary finite sums.
□theorem completedGroupAlgebraStageCoeffMap_transition_comp
(S : Type w) (T : Type*) [CommRing S] [CommRing T]
(f : R →+* S) (g : S →+* T)
{U V W : CompletedGroupAlgebraIndex G} (hUV : U ≤ V) (hVW : V ≤ W) :
((completedGroupAlgebraStageCoeffMap (R := S) (G := G) T g U).comp
(completedGroupAlgebraTransition S G hUV)).comp
((completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f V).comp
(completedGroupAlgebraTransition R G hVW)) =
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) T (g.comp f) U).comp
(completedGroupAlgebraTransition R G (hUV.trans hVW))Two coefficient changes and two group-quotient transitions compose as the combined change and combined transition.
Show proof
by
calc
((completedGroupAlgebraStageCoeffMap (R := S) (G := G) T g U).comp
(completedGroupAlgebraTransition S G hUV)).comp
((completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f V).comp
(completedGroupAlgebraTransition R G hVW))
=
(completedGroupAlgebraStageCoeffMap (R := S) (G := G) T g U).comp
(((completedGroupAlgebraTransition S G hUV).comp
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f V)).comp
(completedGroupAlgebraTransition R G hVW)) := by
apply RingHom.ext
intro x
rfl
_ =
(completedGroupAlgebraStageCoeffMap (R := S) (G := G) T g U).comp
(((completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f U).comp
(completedGroupAlgebraTransition R G hUV)).comp
(completedGroupAlgebraTransition R G hVW)) := by
rw [← completedGroupAlgebraStageCoeffMap_compatible
(R := R) (G := G) S f hUV]
_ =
((completedGroupAlgebraStageCoeffMap (R := S) (G := G) T g U).comp
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) S f U)).comp
((completedGroupAlgebraTransition R G hUV).comp
(completedGroupAlgebraTransition R G hVW)) := by
apply RingHom.ext
intro x
rfl
_ =
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) T (g.comp f) U).comp
((completedGroupAlgebraTransition R G hUV).comp
(completedGroupAlgebraTransition R G hVW)) := by
rw [completedGroupAlgebraStageCoeffMap_comp]
_ =
(completedGroupAlgebraStageCoeffMap (R := R) (G := G) T (g.comp f) U).comp
(completedGroupAlgebraTransition R G (hUV.trans hVW)) := by
rw [completedGroupAlgebraTransition_comp]Proof. Let \(U\) range over the open normal finite-index subgroups of \(G\), and write the completed group algebra as the inverse limit \(\widehat{R[G]}=\varprojlim_U R[G/U]\). An element or morphism of the completed algebra is determined by its composites with all finite-stage projections, so the proof is reduced to ordinary group-algebra calculations at the stages \(R[G/U]\). At a finite stage, quotient maps move the support from one coset space to another, while coefficient maps act only on coefficients; therefore the relevant formula is checked on singleton basis functions and then extended by additivity and multiplicativity. Coefficient-change assertions hold because each singleton coefficient is transported by the chosen ring homomorphism and the quotient support is left unchanged. Compatibility under refinement of finite quotients ensures that the verified finite-stage identities form a compatible family, and inverse-limit extensionality then proves the claimed completed statement. Every equality used in the completed algebra is therefore an equality of compatible families. The finite-stage maps respect refinement because they are induced by the same quotient homomorphisms of groups and the same coefficient homomorphisms. This also handles definitions and bundled structures: the data are first built at each finite stage, then the compatibility equations show that the family lies in the inverse limit. Consequently the coordinate calculation uniquely determines the completed object and verifies the required algebraic or topological property. For quotient and subgroup claims, representatives are chosen in the ambient group and the induced map is checked to send the class of an element to the class of its image. Normality, openness, and membership in the finite quotient class are preserved by the subgroup, quotient, intersection, or inverse-image closure property being invoked.
□def completedGroupAlgebraSystem (R : Type u) (G : Type v) [CommRing R] [TopologicalSpace R]
[IsTopologicalRing R] [Group G] [TopologicalSpace G] [IsTopologicalGroup G] :
ProCGroups.InverseSystems.InverseSystem (I := CompletedGroupAlgebraIndex G) where
X := CompletedGroupAlgebraStage R G
topologicalSpace := fun U => finiteGroupAlgebraTopology R (CompletedGroupAlgebraQuotient G U)
map := fun {U V} hUV => completedGroupAlgebraTransition R G hUV
continuous_map := by
intro U V hUV
exact finiteGroupAlgebra_mapDomainRingHom_continuous R
(CompletedGroupAlgebraQuotient G V) (CompletedGroupAlgebraQuotient G U)
(OpenNormalSubgroupInClass.map
(C := ProCGroups.FiniteGroupClass.allFinite) (G := G)
(U := OrderDual.ofDual U) (V := OrderDual.ofDual V) hUV)
map_id := by
intro U
funext x
exact congrFun
(congrArg DFunLike.coe (completedGroupAlgebraTransition_id (R := R) (G := G) U)) x
map_comp := by
intro U V W hUV hVW
funext x
exact congrFun
(congrArg DFunLike.coe
(completedGroupAlgebraTransition_comp (R := R) (G := G) hUV hVW)) xThe inverse system \(U\mapsto R[G/U]\) with the finite product topology on each stage.