[Merged by Bors] - feat(CategoryTheory/Adjunction/Additive): adjunctions between additive functors #20083
[Merged by Bors] - feat(CategoryTheory/Adjunction/Additive): adjunctions between additive functors #20083
Conversation
PR summary 6d70f2e362Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
Could you also edit the PR description so as to take into account the changes. |
Done. |
|
Thanks! bors merge |
…e functors (#20083) This provides some results and constructions for adjunctions between functors on preadditive categories: * If one of the adjoint functors is additive, so is the other. * If one of the adjoint functors is additive, the equivalence `Adjunction.homEquiv` lifts to an additive equivalence `Adjunction.homAddEquiv`. * We also give a version of this additive equivalence as an isomorphism of `preadditiveYoneda` functors (analogous to `Adjunction.compYonedaIso`), in `Adjunction.compPreadditiveYonedaIso`. Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
…triangulated functor is triangulated (#20255) If a functor `F : C ⥤ D` between pretriangulated categories is triangulated, and if we have an adjunction `F ⊣ G`, then `G` is also a triangulated functor. We deduce that, if `E : C ≌ D` is an equivalence of pretriangulated categories, then `E.functor` is triangulated if and only if `E.inverse` is triangulated. TODO: The case of left adjoints. - [x] depends on: #20083 [the adjoint of an additive functor is additive] - [ ] depends on: #20337 Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
This provides some results and constructions for adjunctions between functors on preadditive categories:
Adjunction.homEquivlifts toan additive equivalence
Adjunction.homAddEquiv.preadditiveYonedafunctors (analogous to
Adjunction.compYonedaIso), inAdjunction.compPreadditiveYonedaIso.