-
Notifications
You must be signed in to change notification settings - Fork 356
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/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: |
This provides some results and constructions for adjunctions between functors on preadditive categories:
Adjunction.homEquiv
lifts toan additive equivalence
Adjunction.homAddEquiv
.preadditiveYoneda
functors (analogous to
Adjunction.compYonedaIso
), inAdjunction.compPreadditiveYonedaIso
.