-
Notifications
You must be signed in to change notification settings - Fork 347
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/Localization): liftings of bifunctors #19894
Conversation
PR summary a3f5186238Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
I am listed as a coauthor of the PR #12728 where this was developed, and I can confirm that the API works well there. I also did not contribute to this part, so: maintainer merge |
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
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.
Thanks 🎉
bors merge
When a functor `F : C ⥤ E` inverts a class of morphisms `W : MorphismProperty C` and `L : C ⥤ D` is a localization functor for `W`, then `F` lifts as a functor `D ⥤ E`. In this PR, this is generalized to bifunctors (or "functors in two variables") `F : C₁ ⥤ C₂ ⥤ E`, which may be lifted as a functor `D₁ ⥤ D₂ ⥤ E` under similar assumptions. (We shall also need a version of this in three variables.)
Pull request successfully merged into master. Build succeeded: |
When a functor
F : C ⥤ E
inverts a class of morphismsW : MorphismProperty C
andL : C ⥤ D
is a localization functor forW
, thenF
lifts as a functorD ⥤ E
. In this PR, this is generalized to bifunctors (or "functors in two variables")F : C₁ ⥤ C₂ ⥤ E
, which may be lifted as a functorD₁ ⥤ D₂ ⥤ E
under similar assumptions.(We shall also need a version of this in three variables.)