Commit 2025-07-11 14:29 f91eca79
View on Github →feat(RepresentationTheory/Homological/GroupHomology/LowDegree): specialized API for H0, H1, H2 (#25908)
Given a k-linear G-representation A, this PR defines and provides API for:
groupHomology.H0Iso A: isomorphism betweenH₀(G, A)and the coinvariantsA_Gof theG-representation onA.groupHomology.H1π A: epimorphism from the 1-cycles (defined asKer(d₀ : (G →₀ A) → A))) toH₁(G, A).groupHomology.H2π A: epimorphism from the 2-cycles (defined asKer(d₁ : (G² →₀ A) → (G →₀ A))) toH₂(G, A).