-
Notifications
You must be signed in to change notification settings - Fork 356
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/Monoidal): redefine tensorLeft
by using whiskering
#10898
Conversation
This PR/issue depends on: |
set_option linter.uppercaseLean3 false in | ||
#align Bimod.comp_whisker_right_Bimod Bimod.comp_whisker_right_bimod | ||
#align Bimod.comp_whisker_right_Bimod Bimod.comp_whiskerRight_bimod | ||
|
||
theorem whisker_right_id_bimod {X Y : Mon_ C} {M N : Bimod X Y} (f : M ⟶ N) : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
theorem whisker_right_id_bimod {X Y : Mon_ C} {M N : Bimod X Y} (f : M ⟶ N) : | |
theorem whiskerRight_id_bimod {X Y : Mon_ C} {M N : Bimod X Y} (f : M ⟶ N) : |
In this file, there are a few other whisker_left/right
names which should be changed similarly.
Apart from a few name changes, this looks good to me. Thanks! bors d+ |
✌️ yuma-mizuno can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
Pull request successfully merged into master. Build succeeded: |
tensorLeft
by using whiskeringtensorLeft
by using whiskering
Extracted from #6307