[Merged by Bors] - feat(CategoryTheory/Localization): liftings of bifunctors#19894
[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. |
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 ⥤ Einverts a class of morphismsW : MorphismProperty CandL : C ⥤ Dis a localization functor forW, thenFlifts 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₂ ⥤ Eunder similar assumptions.(We shall also need a version of this in three variables.)