[Merged by Bors] - feat: Monoidal and cartesian distributive categories#20182
Closed
[Merged by Bors] - feat: Monoidal and cartesian distributive categories#20182
Conversation
|
messageFile.md |
joelriou
reviewed
Dec 22, 2024
joelriou
reviewed
Dec 26, 2024
joelriou
reviewed
Dec 26, 2024
joelriou
reviewed
Dec 26, 2024
joelriou
reviewed
Dec 26, 2024
joelriou
reviewed
Dec 26, 2024
joelriou
reviewed
Dec 26, 2024
joelriou
reviewed
Mar 10, 2025
joelriou
reviewed
Mar 10, 2025
joelriou
reviewed
Mar 10, 2025
joelriou
reviewed
Mar 10, 2025
joelriou
reviewed
Mar 10, 2025
joelriou
reviewed
Mar 10, 2025
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
…nprover-community/mathlib4 into sina-distributive-categories
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
…nprover-community/mathlib4 into sina-distributive-categories
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Contributor
|
Thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Mar 10, 2025
This PR defines monoidal and cartesian distributive categories, develop the API, and prove some main results. We show a closed monoidal category is distributive. We also show that, for a category `C` with binary coproducts, the category of endofunctors `C ⥤ C` is left distributive. This requires the following new file which develops a convenient API for the binary (co)products in the functor categories: CategoryTheory/Limits/FunctorCategory/Shapes/BinaryProducts In Mathlib/CategoryTheory/Distributive/Cartesian.lean we show that the coproduct coprojections are monic in a cartesian distributive category.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
tukamilano
pushed a commit
that referenced
this pull request
Mar 20, 2025
This PR defines monoidal and cartesian distributive categories, develop the API, and prove some main results. We show a closed monoidal category is distributive. We also show that, for a category `C` with binary coproducts, the category of endofunctors `C ⥤ C` is left distributive. This requires the following new file which develops a convenient API for the binary (co)products in the functor categories: CategoryTheory/Limits/FunctorCategory/Shapes/BinaryProducts In Mathlib/CategoryTheory/Distributive/Cartesian.lean we show that the coproduct coprojections are monic in a cartesian distributive category.
idontgetoutmuch
pushed a commit
to idontgetoutmuch/mathlib4
that referenced
this pull request
Apr 7, 2025
…unity#20182) This PR defines monoidal and cartesian distributive categories, develop the API, and prove some main results. We show a closed monoidal category is distributive. We also show that, for a category `C` with binary coproducts, the category of endofunctors `C ⥤ C` is left distributive. This requires the following new file which develops a convenient API for the binary (co)products in the functor categories: CategoryTheory/Limits/FunctorCategory/Shapes/BinaryProducts In Mathlib/CategoryTheory/Distributive/Cartesian.lean we show that the coproduct coprojections are monic in a cartesian distributive category.
1 task
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.
This PR defines monoidal and cartesian distributive categories, develop the API, and prove some main results. We show a closed monoidal category is distributive.
We also show that, for a category
Cwith binary coproducts, the category of endofunctorsC ⥤ Cis left distributive. This requires the following new file which develops a convenient API for the binary (co)products in the functor categories:CategoryTheory/Limits/FunctorCategory/Shapes/BinaryProducts
In Mathlib/CategoryTheory/Distributive/Cartesian.lean we show that the coproduct coprojections are monic in a cartesian distributive category.