[Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology/LowDegree): add IsCycle₁ predicate and friends#25884
Closed
101damnations wants to merge 297 commits intoleanprover-community:masterfrom
Closed
Conversation
added 30 commits
January 27, 2025 20:47
…ommunity/mathlib4 into diagonalsucciso
…mathlib4 into diagonalsucciso
…mathlib4 into diagonalsuccisohalf
…lib4 into actionmoncat
…mathlib4 into diagonalsuccisohalf
…ommunity/mathlib4 into diagonalsucciso
Collaborator
|
This pull request has conflicts, please merge |
Collaborator
…to gphomlowdeg3
IsOneCycle predicate and friendsIsCycle₁ predicate and friends
kbuzzard
approved these changes
Jul 9, 2025
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
Mathlib/RepresentationTheory/Homological/GroupHomology/LowDegree.lean
Outdated
Show resolved
Hide resolved
|
🚀 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 |
Member
|
Are you planning to PR the classic formulation of Hilbert 90? We have it in flt-regular, and it should be easy now. |
Collaborator
Author
Sure, I'll do that today |
Collaborator
Author
|
bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 10, 2025
…IsCycle₁` predicate and friends (#25884) Given an additive abelian group `A` with an appropriate scalar action of `G`, we provide support for turning a finsupp `f : G →₀ A` satisfying the 1-cycle identity into an element of the `cycles₁` of the representation on `A` corresponding to the scalar action. We also do this for 0-boundaries, 1-boundaries, 2-cycles and 2-boundaries. We follow 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: |
IsCycle₁ predicate and friendsIsCycle₁ predicate and friends
BeibeiX0
pushed a commit
to BeibeiX0/mathlib4
that referenced
this pull request
Jul 16, 2025
…IsCycle₁` predicate and friends (leanprover-community#25884) Given an additive abelian group `A` with an appropriate scalar action of `G`, we provide support for turning a finsupp `f : G →₀ A` satisfying the 1-cycle identity into an element of the `cycles₁` of the representation on `A` corresponding to the scalar action. We also do this for 0-boundaries, 1-boundaries, 2-cycles and 2-boundaries. We follow 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
…IsCycle₁` predicate and friends (leanprover-community#25884) Given an additive abelian group `A` with an appropriate scalar action of `G`, we provide support for turning a finsupp `f : G →₀ A` satisfying the 1-cycle identity into an element of the `cycles₁` of the representation on `A` corresponding to the scalar action. We also do this for 0-boundaries, 1-boundaries, 2-cycles and 2-boundaries. We follow 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
…IsCycle₁` predicate and friends (leanprover-community#25884) Given an additive abelian group `A` with an appropriate scalar action of `G`, we provide support for turning a finsupp `f : G →₀ A` satisfying the 1-cycle identity into an element of the `cycles₁` of the representation on `A` corresponding to the scalar action. We also do this for 0-boundaries, 1-boundaries, 2-cycles and 2-boundaries. We follow the structure of `RepresentationTheory/Homological/GroupCohomology/LowDegree.lean`. Co-authored-by: Amelia Livingston <al3717@ic.ac.uk>
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.
Given an additive abelian group
Awith an appropriate scalar action ofG, we provide support for turning a finsuppf : G →₀ Asatisfying the 1-cycle identity into an element of thecycles₁of the representation onAcorresponding to the scalar action. We also do this for 0-boundaries, 1-boundaries, 2-cycles and 2-boundaries. We follow the structure ofRepresentationTheory/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 #21757.
Original PR: #21757