feat(CategoryTheory/Monoidal): left action of monoidal categories#25499
Closed
robin-carlier wants to merge 5 commits intomasterfrom
Closed
feat(CategoryTheory/Monoidal): left action of monoidal categories#25499robin-carlier wants to merge 5 commits intomasterfrom
robin-carlier wants to merge 5 commits intomasterfrom
Conversation
PR summary a77c6db5a6Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
1 task
Contributor
Author
|
This PR has been migrated to a fork-based workflow: #25761 |
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.
Define (left) actions of a monoidal category on a category: a
MonoidalLeftActionof a monoidal categoryCon a categoryDconsists of an action bifunctor- ⊙ - : C ⥤ D ⥤ D, equipped with structural natural isomorphisms(- ⊗ -) ⊙ - ≅ - ⊙ - ⊙ -and𝟙_ C ⊙ - ≅ -, subject to coherence conditions.The code in this PR is parallel to the existing code for monoidal category.
We provide a battery of basic
simplemmas to ease working with this type class, and show that every monoidal category acts on itself via its tensor product.The code is put in a new subdirectory
CategoryTheory/Monoidal/Action.Future wok on the subject includes
MonoidalLeftActiontaking a monoidal functor fromCtoD ⥤ D, where the latter has the "composition" monoidal structure.C ⥤ ConC.Mon_object to be inC, and the module to be inDwhereDhas a monoidal left action ofC.M, there is an equivalence of categories betweenAlgebra Mand modules inCover the monoidM.toMon : Mon_ (C ⥤ C)̀.