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(CategoryTheory): the monoidal category structure on graded objects #14457

Closed
wants to merge 13 commits into from

Conversation

joelriou
Copy link
Collaborator

@joelriou joelriou commented Jul 5, 2024

Under suitable conditions on a monoidal category C, we define an instance of MonoidalCategory (GradedObject ℕ C). The construction is actually more general, and it shall be used in order to get monoidal category structures on homological complexes in future PRs.

Co-authored-by: Kim Morrison [email protected]


Open in Gitpod

Copy link

github-actions bot commented Jul 5, 2024

PR summary 779ef7d15f

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.CategoryTheory.GradedObject.Monoidal 453 528 +75 (+16.56%)
Import changes for all files
Files Import difference
Mathlib.CategoryTheory.GradedObject.Monoidal 75

Declarations diff

+ instance (F : C ⥤ D) (J : Type*) [Finite J] [PreservesFiniteCoproducts F] :
+ instance (n : ℕ) : Finite ((fun (i : ℕ × ℕ) => i.1 + i.2) ⁻¹' {n}) := by
+ instance (n : ℕ) : Finite ({ i : (ℕ × ℕ × ℕ) | i.1 + i.2.1 + i.2.2 = n }) := by
+ left_tensor_tensorObj₃_ext
+ monoidalCategory
+ pentagon
+ pentagon_inv
+ tensorObj₄_ext
+ whiskerLeft_whiskerLeft_associator_inv
+ ιTensorObj₄
+ ιTensorObj₄_eq

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>

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) and removed blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) labels Jul 5, 2024
@leanprover-community-mathlib4-bot
Copy link
Collaborator

@kim-em
Copy link
Contributor

kim-em commented Jul 15, 2024

Excited to see that you've finished this @joelriou, it's great!

bors d+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 15, 2024

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

@joelriou
Copy link
Collaborator Author

Thanks!

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Jul 16, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jul 16, 2024
…ts (#14457)

Under suitable conditions on a monoidal category `C`, we define an instance of `MonoidalCategory (GradedObject ℕ C)`. The construction is actually more general, and it shall be used in order to get monoidal category structures on homological complexes in future PRs.

Co-authored-by: Kim Morrison <[email protected]>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 16, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(CategoryTheory): the monoidal category structure on graded objects [Merged by Bors] - feat(CategoryTheory): the monoidal category structure on graded objects Jul 16, 2024
@mathlib-bors mathlib-bors bot closed this Jul 16, 2024
@mathlib-bors mathlib-bors bot deleted the graded-monoidal14 branch July 16, 2024 09:31
@adomani adomani mentioned this pull request Aug 1, 2024
mathlib-bors bot pushed a commit that referenced this pull request Aug 15, 2024
In this PR, we construct the braiding for the monoidal structure on graded objects (#14457). We show it is symmetric if the original category is symmetric.



Co-authored-by: Joël Riou <[email protected]>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
In this PR, we construct the braiding for the monoidal structure on graded objects (#14457). We show it is symmetric if the original category is symmetric.



Co-authored-by: Joël Riou <[email protected]>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
In this PR, we construct the braiding for the monoidal structure on graded objects (#14457). We show it is symmetric if the original category is symmetric.



Co-authored-by: Joël Riou <[email protected]>
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 12, 2024
In this PR, we construct the braiding for the monoidal structure on graded objects (#14457). We show it is symmetric if the original category is symmetric.



Co-authored-by: Joël Riou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated 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.

3 participants