[Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology/LowDegree): API for n-cycles & n-boundaries for n = 1, 2#25882
Closed
101damnations wants to merge 281 commits intoleanprover-community:masterfrom
Closed
Conversation
added 30 commits
January 27, 2025 18:11
… into gphomlowdeg2
Collaborator
…to gphomlowdeg2
kbuzzard
reviewed
Jul 6, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
kbuzzard
reviewed
Jul 6, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
kbuzzard
reviewed
Jul 6, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
kbuzzard
reviewed
Jul 6, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
kbuzzard
approved these changes
Jul 6, 2025
Member
kbuzzard
left a comment
There was a problem hiding this comment.
Thanks, very clean!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by kbuzzard. |
Member
|
Thanks! bors d+ |
Contributor
|
✌️ 101damnations can now approve this pull request. To approve and merge a pull request, simply reply with |
Collaborator
Author
|
bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 7, 2025
…or n-cycles & n-boundaries for n = 1, 2 (#25882) This PR is more API for low degree group homology, adding `cyclesₙ, boundariesₙ` for `n = 1, 2`, following the structure of `RepresentationTheory.Homological.GroupCohomology.LowDegree`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk> Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
BeibeiX0
pushed a commit
to BeibeiX0/mathlib4
that referenced
this pull request
Jul 16, 2025
…or n-cycles & n-boundaries for n = 1, 2 (leanprover-community#25882) This PR is more API for low degree group homology, adding `cyclesₙ, boundariesₙ` for `n = 1, 2`, following the structure of `RepresentationTheory.Homological.GroupCohomology.LowDegree`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk> Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com>
callesonne
pushed a commit
to callesonne/mathlib4
that referenced
this pull request
Jul 24, 2025
…or n-cycles & n-boundaries for n = 1, 2 (leanprover-community#25882) This PR is more API for low degree group homology, adding `cyclesₙ, boundariesₙ` for `n = 1, 2`, following the structure of `RepresentationTheory.Homological.GroupCohomology.LowDegree`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk> Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com>
hrmacbeth
pushed a commit
to szqzs/mathlib4
that referenced
this pull request
Jul 28, 2025
…or n-cycles & n-boundaries for n = 1, 2 (leanprover-community#25882) This PR is more API for low degree group homology, adding `cyclesₙ, boundariesₙ` for `n = 1, 2`, following the structure of `RepresentationTheory.Homological.GroupCohomology.LowDegree`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk> Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is more API for low degree group homology, adding
cyclesₙ, boundariesₙforn = 1, 2, following the structure ofRepresentationTheory.Homological.GroupCohomology.LowDegree.Action.rhoaMonoidHominstead of a morphism inMonCat#21652Finsupp#21732Rep.diagonal k G (n + 1) ≅ Rep.free k G (Fin n → G)#21736This PR continues the work from #21755.
Original PR: #21755