[Merged by Bors] - feat(CategoryTheory): pseudofunctors to Cat#25971
[Merged by Bors] - feat(CategoryTheory): pseudofunctors to Cat#25971joelriou wants to merge 35 commits intoleanprover-community:masterfrom
Conversation
Comments from Original PR #24384This section contains 1 comment(s) from the original PR, excluding bot comments. @github-actions (2025-04-26 10:22 UTC): PR summary db52f0992dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
PR summary c4b611e415Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
callesonne
left a comment
There was a problem hiding this comment.
LGTM modulo this one comment. Thanks!
Co-authored-by: Calle Sönne <calle.sonne@gmail.com>
yuma-mizuno
left a comment
There was a problem hiding this comment.
LGTM modulo few comments.
Co-authored-by: Yuma Mizuno <mizuno.y.aj@gmail.com>
Co-authored-by: Yuma Mizuno <mizuno.y.aj@gmail.com>
Co-authored-by: Yuma Mizuno <mizuno.y.aj@gmail.com>
There was a problem hiding this comment.
Only a nitpick about universe-level mvars, but otherwise looks good! Thanks @yuma-mizuno and @callesonne and @chrisflav for the reviews as well!
maintainer delegate
| -- this linter rejects `@[to_app (attr := reassoc)]` | ||
| set_option linter.style.commandStart false |
There was a problem hiding this comment.
Did you report this on Zulip?
There was a problem hiding this comment.
Thanks for the suggestion #mathlib4 > linter commandStart does not like @[to_app (attr := reassoc) @ 💬
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
|
Thanks! bors d+ |
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
|
Thanks! bors merge |
This PR adds convenience lemmas for pseudofunctors to `Cat`, mostly using the `to_app` attribute. The simp set for the `to_app` attribute is extended in order to take into account that in `Cat`, associators and unitors induce identities.
|
Pull request successfully merged into master. Build succeeded: |
This PR adds convenience lemmas for pseudofunctors to `Cat`, mostly using the `to_app` attribute. The simp set for the `to_app` attribute is extended in order to take into account that in `Cat`, associators and unitors induce identities.
This PR adds convenience lemmas for pseudofunctors to
Cat, mostly using theto_appattribute. The simp set for theto_appattribute is extended in order to take into account that inCat, associators and unitors induce identities.This PR continues the work from #24384.
Original PR: #24384