[Merged by Bors] - feat(CategoryTheory/Triangulated): definition of localising subcategories#38987
[Merged by Bors] - feat(CategoryTheory/Triangulated): definition of localising subcategories#38987joelriou wants to merge 5 commits intoleanprover-community:masterfrom
Conversation
PR summary ab9605ce36Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
dagurtomas
left a comment
There was a problem hiding this comment.
The code looks fine to me, but could you give a more precise reference to the corresponding definitions in Verdier, and whether this is called something else there? And indicate future goals with this code
I have added a TODO and a reference to Proposition 2.3.5 (chapitre II) in Verdier's Astérique. |
dagurtomas
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
|
Thanks! bors d+ |
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! bors merge |
…ries (#38987) Let `C` be a pretriangulated category. If `A` and `B` are triangulated subcategories of `C`, we define predicates (typeclasses `IsVerdierRightLocalizing` and `IsVerdierLeftLocalizing`) saying that `A` is right `B`-localizing (or left `B`-localizing). When `B` is closed under isomorphisms, we shall show that this implies that the functor from the Verdier quotient `A/(A ⊓ B)` to `C/B` is fully faithful (#38651).
|
Pull request successfully merged into master. Build succeeded: |
Let
Cbe a pretriangulated category. IfAandBare triangulated subcategories ofC, we define predicates (typeclassesIsVerdierRightLocalizingandIsVerdierLeftLocalizing) saying thatAis rightB-localizing (or leftB-localizing). WhenBis closed under isomorphisms, we shall show that this implies that the functor from the Verdier quotientA/(A ⊓ B)toC/Bis fully faithful (#38651).