Skip to content

[Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology/LowDegree): add IsCycle₁ predicate and friends#25884

Closed
101damnations wants to merge 297 commits intoleanprover-community:masterfrom
101damnations:gphomlowdeg3
Closed

[Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology/LowDegree): add IsCycle₁ predicate and friends#25884
101damnations wants to merge 297 commits intoleanprover-community:masterfrom
101damnations:gphomlowdeg3

Conversation

@101damnations
Copy link
Copy Markdown
Collaborator

@101damnations 101damnations commented Jun 14, 2025

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.


Open in Gitpod


This PR continues the work from #21757.

Original PR: #21757

101damnations added 30 commits January 27, 2025 20:47
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 5, 2025
@leanprover-community-bot-assistant
Copy link
Copy Markdown
Collaborator

This pull request has conflicts, please merge master and resolve them.

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jul 7, 2025
@github-actions github-actions bot removed merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) file-removed A Lean module was (re)moved without a `deprecated_module` annotation labels Jul 8, 2025
@101damnations 101damnations changed the title feat(RepresentationTheory/Homological/GroupHomology/LowDegree): add IsOneCycle predicate and friends feat(RepresentationTheory/Homological/GroupHomology/LowDegree): add IsCycle₁ predicate and friends Jul 8, 2025
Copy link
Copy Markdown
Member

@kbuzzard kbuzzard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

maintainer delegate

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 9, 2025

🚀 Pull request has been placed on the maintainer queue by kbuzzard.

@ghost ghost added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Jul 9, 2025
@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jul 10, 2025

✌️ 101damnations can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Jul 10, 2025
@riccardobrasca
Copy link
Copy Markdown
Member

Are you planning to PR the classic formulation of Hilbert 90? We have it in flt-regular, and it should be easy now.

@101damnations
Copy link
Copy Markdown
Collaborator Author

101damnations commented Jul 10, 2025

Are you planning to PR the classic formulation of Hilbert 90? We have it in flt-regular, and it should be easy now.

Sure, I'll do that today

@101damnations
Copy link
Copy Markdown
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>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jul 10, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(RepresentationTheory/Homological/GroupHomology/LowDegree): add IsCycle₁ predicate and friends [Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology/LowDegree): add IsCycle₁ predicate and friends Jul 10, 2025
@mathlib-bors mathlib-bors bot closed this Jul 10, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants