[Merged by Bors] - feat(CategoryTheory/Monoidal/Closed): Prove the isomorphism of internal hom objects C(x \otimes y, z) and C(y, C(x, z))#35436
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 7bdf4031a0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
|
Can you please add a TODO to show the naturality properties in each variable of the morphisms you define here? I tried looking into it, and it opens a bit of a can of worms that we have missing instances for closed objects in the opposite category. So we can’t readily talk about things like |
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
dagurtomas
left a comment
There was a problem hiding this comment.
Thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
|
Thanks! bors d+ |
|
✌️ daniel-carranza can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
|
bors r+ |
…al hom objects C(x \otimes y, z) and C(y, C(x, z)) (#35436) Prove the currying-uncurrying isomorphism `C(x \otimes y, z) \iso C(y, C(x, z))` between internal hom objects of a closed monoidal category `C`. Co-authored-by: daniel-carranza <carranzajdaniel@gmail.com>
|
Build failed: |
|
bors retry |
|
Thanks! bors merge |
|
bors r+ |
2 similar comments
|
bors r+ |
|
bors r+ |
|
Already running a review |
1 similar comment
|
Already running a review |
…al hom objects C(x \otimes y, z) and C(y, C(x, z)) (#35436) Prove the currying-uncurrying isomorphism `C(x \otimes y, z) \iso C(y, C(x, z))` between internal hom objects of a closed monoidal category `C`. Co-authored-by: daniel-carranza <carranzajdaniel@gmail.com> Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
|
Already running a review |
1 similar comment
|
Already running a review |
…al hom objects C(x \otimes y, z) and C(y, C(x, z)) (leanprover-community#35436) Prove the currying-uncurrying isomorphism `C(x \otimes y, z) \iso C(y, C(x, z))` between internal hom objects of a closed monoidal category `C`. Co-authored-by: daniel-carranza <carranzajdaniel@gmail.com> Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
…al hom objects C(x \otimes y, z) and C(y, C(x, z)) (leanprover-community#35436) Prove the currying-uncurrying isomorphism `C(x \otimes y, z) \iso C(y, C(x, z))` between internal hom objects of a closed monoidal category `C`. Co-authored-by: daniel-carranza <carranzajdaniel@gmail.com> Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Prove the currying-uncurrying isomorphism
C(x \otimes y, z) \iso C(y, C(x, z))between internal hom objects of a closed monoidal categoryC.This result is connected to the infinity-cosmos project, and is used to prove that a closed monoidal category enriched in itself admits all cotensors.
Line 81 currently contains a one-line proof in tactics mode(Fixed, thank you @robin-carlier!). Any help with this (or any other aspect of the formalization) is greatly appreciated!exact rfl. When trying to userfloutside of tactics mode, an error is thrown