Commit 2025-06-02 12:11 04cfb62b
View on Github →feat(RepresentationTheory/Coinvariants): more API about the coinvariants of a representation (#21735)
In this PR we add more API for the coinvariants of a representation (V, ρ):
Representation.coinvariantsFinsuppLEquiv ρ α: given a typeα, this is thek-linear equivalence between(α →₀ V)_Gandα →₀ V_G.Representation.coinvariantsTprodLeftRegularLEquiv ρ: thek-linear equivalence between(V ⊗[k] k[G])_GandVsending⟦v ⊗ single g r⟧ ↦ r • ρ(g⁻¹)(v).Rep.coinvariantsTensor k G: the functor sending representationsA, Bto(A ⊗[k] B)_G. This is naturally isomorphic to the functor sendingA, BtoA ⊗[k[G]] B, where we giveAthek[G]ᵐᵒᵖ-module structure defined byg • a := A.ρ g⁻¹ a.Rep.coinvariantsTensorFreeLEquiv A α: given a representationAand a typeα, this is thek-linear equivalence between(A ⊗ (α →₀ k[G]))_Gandα →₀ Asending⟦a ⊗ single x (single g r)⟧ ↦ single x (r • ρ(g⁻¹)(a)). This is useful for group homology.