[Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology/LowDegree): simpler expressions for differentials#25873
Closed
101damnations wants to merge 269 commits intoleanprover-community:masterfrom
Closed
Conversation
added 30 commits
January 27, 2025 08:47
Member
|
Thanks a lot! maintainer delegate |
|
🚀 Pull request has been placed on the maintainer queue by kbuzzard. |
kbuzzard
reviewed
Jun 30, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/Basic.lean
Outdated
Show resolved
Hide resolved
kbuzzard
reviewed
Jun 30, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
kbuzzard
reviewed
Jun 30, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
|
🚀 Pull request has been placed on the maintainer queue by kbuzzard. |
Member
|
bors r- bors d+ Because Kevin just left some comments |
Contributor
|
✌️ 101damnations can now approve this pull request. To approve and merge a pull request, simply reply with |
Contributor
|
Canceled. |
Collaborator
Author
|
bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jun 30, 2025
…er expressions for differentials (#25873) The first part of a file giving simpler expressions for group homology in low degree, following the structure of `RepresentationTheory/Homological/GroupCohomology/LowDegree.lean`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 3, 2025
…pts (#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in #25873.
joelriou
pushed a commit
to joelriou/mathlib4
that referenced
this pull request
Jul 7, 2025
…er expressions for differentials (leanprover-community#25873) The first part of a file giving simpler expressions for group homology in low degree, following the structure of `RepresentationTheory/Homological/GroupCohomology/LowDegree.lean`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk>
joelriou
pushed a commit
to joelriou/mathlib4
that referenced
this pull request
Jul 7, 2025
…pts (leanprover-community#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in leanprover-community#25873.
callesonne
pushed a commit
to callesonne/mathlib4
that referenced
this pull request
Jul 24, 2025
…er expressions for differentials (leanprover-community#25873) The first part of a file giving simpler expressions for group homology in low degree, following the structure of `RepresentationTheory/Homological/GroupCohomology/LowDegree.lean`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk>
callesonne
pushed a commit
to callesonne/mathlib4
that referenced
this pull request
Jul 24, 2025
…pts (leanprover-community#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in leanprover-community#25873.
hrmacbeth
pushed a commit
to szqzs/mathlib4
that referenced
this pull request
Jul 28, 2025
…er expressions for differentials (leanprover-community#25873) The first part of a file giving simpler expressions for group homology in low degree, following the structure of `RepresentationTheory/Homological/GroupCohomology/LowDegree.lean`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk>
hrmacbeth
pushed a commit
to szqzs/mathlib4
that referenced
this pull request
Jul 28, 2025
…pts (leanprover-community#26546) This PR replaces names like `groupCohomology.oneCocycles` with `groupCohomology.cocycles₁`, to bring this API in line with the group homology naming scheme suggested by @jcommelin in leanprover-community#25873.
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.
The first part of a file giving simpler expressions for group homology in low degree, following the structure of
RepresentationTheory/Homological/GroupCohomology/LowDegree.lean.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 #21752.
Original PR: #21752