Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: monoidal category structure on coalgebras #11976

Closed
wants to merge 59 commits into from

Conversation

101damnations
Copy link
Collaborator

@101damnations 101damnations commented Apr 7, 2024

Monoidal category structure on coalgebras, using the definitions in Mathlib.RingTheory.Coalgebra.TensorProduct added in #11975


We make a MonoidalCategoryStruct instance using the definitions from #11975, and upgrade this to a MonoidalCategory instance using Monoidal.induced and the forgetful functor to modules. See #11974 and #11975 for more info on these PRs.

Open in Gitpod

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Apr 7, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 16, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jul 16, 2024
…11974)

Given a commutative ring `R`, this PR defines the equivalence of categories between `R`-coalgebras and comonoid objects in the category of `R`-modules. We then use this to set up boilerplate for the monoidal structure on `R`-coalgebras defined in #11975 and #11976.



Co-authored-by: Eric Wieser <[email protected]>
@joneugster joneugster added the t-category-theory Category theory label Aug 14, 2024
Copy link

github-actions bot commented Sep 10, 2024

PR summary 81743901f1

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.Category.CoalgebraCat.Monoidal 1115

Declarations diff

+ MonoidalCategory.inducingFunctorData
+ instMonoidalCategory
+ instMonoidalCategoryStruct

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Sep 10, 2024
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Sep 10, 2024
@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 Sep 10, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Sep 10, 2024
@joelriou
Copy link
Collaborator

Thanks!

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Sep 14, 2024
mathlib-bors bot pushed a commit that referenced this pull request Sep 14, 2024
Monoidal category structure on coalgebras, using the definitions in `Mathlib.RingTheory.Coalgebra.TensorProduct` added in #11975 



Co-authored-by: Eric Wieser <[email protected]>
Co-authored-by: Amelia Livingston <[email protected]>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Sep 14, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: monoidal category structure on coalgebras [Merged by Bors] - feat: monoidal category structure on coalgebras Sep 14, 2024
@mathlib-bors mathlib-bors bot closed this Sep 14, 2024
@mathlib-bors mathlib-bors bot deleted the coalgcatmon branch September 14, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors. t-category-theory Category theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants