[Merged by Bors] - feat(RepresentationTheory/Coinvariants): coinvariants of a representation#21733
Closed
101damnations wants to merge 111 commits intomasterfrom
Closed
[Merged by Bors] - feat(RepresentationTheory/Coinvariants): coinvariants of a representation#21733101damnations wants to merge 111 commits intomasterfrom
101damnations wants to merge 111 commits intomasterfrom
Conversation
added 30 commits
January 22, 2025 14:37
joelriou
reviewed
May 30, 2025
erdOne
reviewed
May 30, 2025
| variable (k G) | ||
|
|
||
| /-- The functor sending a representation to its coinvariants. -/ | ||
| @[simps obj map] |
Member
There was a problem hiding this comment.
This should be unsimped if the normal form is now functor.obj _.
Collaborator
Author
There was a problem hiding this comment.
Thanks, I've tried changing the simps to obj_carrier and map_hom
erdOne
reviewed
May 30, 2025
added 3 commits
May 30, 2025 17:32
Contributor
|
Thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
May 31, 2025
…tion (#21733) Given a commutative ring `k` and a monoid `G`, this PR introduces the coinvariants of a `k`-linear `G`-representation `(V, ρ)`. We first define `Representation.Coinvariants.ker`, the submodule of `V` generated by elements of the form `ρ g x - x` for `x : V`, `g : G`. Then the coinvariants of `(V, ρ)` are the quotient of `V` by this submodule. We show that the functor sending a representation to its coinvariants is left adjoint to the functor equipping a module with the trivial representation. Co-authored-by: 101damnations <al3717@ic.ac.uk>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
bwehlin
pushed a commit
to bwehlin/mathlib4
that referenced
this pull request
May 31, 2025
…tion (leanprover-community#21733) Given a commutative ring `k` and a monoid `G`, this PR introduces the coinvariants of a `k`-linear `G`-representation `(V, ρ)`. We first define `Representation.Coinvariants.ker`, the submodule of `V` generated by elements of the form `ρ g x - x` for `x : V`, `g : G`. Then the coinvariants of `(V, ρ)` are the quotient of `V` by this submodule. We show that the functor sending a representation to its coinvariants is left adjoint to the functor equipping a module with the trivial representation. Co-authored-by: 101damnations <al3717@ic.ac.uk>
joelriou
pushed a commit
that referenced
this pull request
Jun 8, 2025
…tion (#21733) Given a commutative ring `k` and a monoid `G`, this PR introduces the coinvariants of a `k`-linear `G`-representation `(V, ρ)`. We first define `Representation.Coinvariants.ker`, the submodule of `V` generated by elements of the form `ρ g x - x` for `x : V`, `g : G`. Then the coinvariants of `(V, ρ)` are the quotient of `V` by this submodule. We show that the functor sending a representation to its coinvariants is left adjoint to the functor equipping a module with the trivial representation. Co-authored-by: 101damnations <al3717@ic.ac.uk>
TOMILO87
pushed a commit
that referenced
this pull request
Jun 8, 2025
…tion (#21733) Given a commutative ring `k` and a monoid `G`, this PR introduces the coinvariants of a `k`-linear `G`-representation `(V, ρ)`. We first define `Representation.Coinvariants.ker`, the submodule of `V` generated by elements of the form `ρ g x - x` for `x : V`, `g : G`. Then the coinvariants of `(V, ρ)` are the quotient of `V` by this submodule. We show that the functor sending a representation to its coinvariants is left adjoint to the functor equipping a module with the trivial representation. Co-authored-by: 101damnations <al3717@ic.ac.uk>
This was referenced Jun 14, 2025
[Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology): long exact sequences
#25943
Closed
callesonne
pushed a commit
to callesonne/mathlib4
that referenced
this pull request
Jul 24, 2025
…tion (leanprover-community#21733) Given a commutative ring `k` and a monoid `G`, this PR introduces the coinvariants of a `k`-linear `G`-representation `(V, ρ)`. We first define `Representation.Coinvariants.ker`, the submodule of `V` generated by elements of the form `ρ g x - x` for `x : V`, `g : G`. Then the coinvariants of `(V, ρ)` are the quotient of `V` by this submodule. We show that the functor sending a representation to its coinvariants is left adjoint to the functor equipping a module with the trivial representation. Co-authored-by: 101damnations <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 a commutative ring
kand a monoidG, this PR introduces the coinvariants of ak-linearG-representation(V, ρ).We first define
Representation.Coinvariants.ker, the submodule ofVgenerated by elements of the formρ g x - xforx : V,g : G. Then the coinvariants of(V, ρ)are the quotient ofVby this submodule. We show that the functor sending a representation to its coinvariants is left adjoint to the functor equipping a module with the trivial representation.Action.rhoaMonoidHominstead of a morphism inMonCat#21652