feat(CategoryTheory/Monoidal): add lemmas for whiskering operators#8191
Merged
feat(CategoryTheory/Monoidal): add lemmas for whiskering operators#8191
Conversation
10 tasks
Contributor
|
Thanks! bors merge |
eric-wieser
reviewed
Nov 5, 2023
| #align Action.tensor_hom Action.tensorHom | ||
|
|
||
| @[simp] | ||
| theorem whiskerLeft_v (X : Action V G) {Y Z : Action V G} (f : Y ⟶ Z) : |
Member
There was a problem hiding this comment.
I'm not sure the v is appropriate here, I'd expect hom
Collaborator
Author
There was a problem hiding this comment.
Thanks! I also renamed tensorHom to tensor_hom (probably a remnant from porting).
Member
|
bors merge (I think bors is broken, but this will flag the PR as ready for when we sort it out) Thanks! |
grunweg
pushed a commit
that referenced
this pull request
Dec 15, 2023
…8191) Extracted from #6307 as suggested in #6307 (comment) . --- <!-- The text above the `---` will become the commit message when your PR is merged. Please leave a blank newline before the `---`, otherwise GitHub will format the text above it as a title. To indicate co-authors, include lines at the bottom of the commit message (that is, before the `---`) using the following format: Co-authored-by: Author Name <author@email.com> Any other comments you want to keep out of the PR commit should go below the `---`, and placed outside this HTML comment, or else they will be invisible to reviewers. If this PR depends on other PRs, please list them below this comment, using the following format: - [ ] depends on: #abc [optional extra text] - [ ] depends on: #xyz [optional extra text] --> [](https://gitpod.io/from-referrer/)
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.
Extracted from #6307 as suggested in #6307 (comment) .