[Merged by Bors] - feat(CategoryTheory/Functor): definition of Kan extensions#10195
[Merged by Bors] - feat(CategoryTheory/Functor): definition of Kan extensions#10195
Conversation
yuma-mizuno
left a comment
There was a problem hiding this comment.
Apart from a few style corrections, it looks great to me!
| tensor_μ C (M.X, N.X) (M.X, N.X) ≫ (M.mul ⊗ N.mul) = | ||
| (ρ_ (M.X ⊗ N.X)).hom := by | ||
| simp only [whiskerLeft_comp_assoc] | ||
| simp only [MonoidalCategory.whiskerLeft_comp_assoc] |
There was a problem hiding this comment.
Although this comment is not directly related to this PR, what do you think about renaming CategoryTheory.whiskerLeft_comp to CategoryTheory.NatTrans.whiskerLeft_comp or CategoryTheory.Functor.whiskerLeft_comp in another PR to avoid this kind of fixes?
There was a problem hiding this comment.
If we do this name change, in principle, for consistency, we should also rename CategoryTheory.whiskerLeft to CategoryTheory.NatTrans.whiskerLeft, and similarly isoWhiskerLeft -> NatIso.whiskerLeft, etc? I am not sure we need to do the change, but I would be ok with it.
Co-authored-by: Yuma Mizuno <[email protected]>
Co-authored-by: Yuma Mizuno <[email protected]>
Co-authored-by: Yuma Mizuno <[email protected]>
Co-authored-by: Yuma Mizuno <[email protected]>
This PR introduces basic definitions for Kan extensions of functors. It prepares for future development of derived functors and a refactor of the file `CategoryTheory.Limits.KanExtension`. Co-authored-by: Joël Riou <[email protected]>
|
Pull request successfully merged into master. Build succeeded: |
This PR introduces basic definitions for Kan extensions of functors. It prepares for future development of derived functors and a refactor of the file `CategoryTheory.Limits.KanExtension`. Co-authored-by: Joël Riou <[email protected]>
This PR introduces basic definitions for Kan extensions of functors. It prepares for future development of derived functors and a refactor of the file `CategoryTheory.Limits.KanExtension`. Co-authored-by: Joël Riou <[email protected]>
This PR introduces basic definitions for Kan extensions of functors. It prepares for future development of derived functors and a refactor of the file
CategoryTheory.Limits.KanExtension.