[Merged by Bors] - feat(CategoryTheory/Triangulated/Adjunction): the left adjoint of a triangulated functor is triangulated#20543
Closed
[Merged by Bors] - feat(CategoryTheory/Triangulated/Adjunction): the left adjoint of a triangulated functor is triangulated#20543
Conversation
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
…r-community/mathlib4 into SM.adjointTriangulated
Collaborator
|
This PR/issue depends on: |
joelriou
reviewed
Jan 10, 2025
joelriou
reviewed
Jan 10, 2025
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
joelriou
reviewed
Jan 10, 2025
added 2 commits
January 10, 2025 21:40
joelriou
reviewed
Jan 10, 2025
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
joelriou
reviewed
Jan 10, 2025
added 2 commits
January 10, 2025 22:12
joelriou
reviewed
Jan 11, 2025
joelriou
reviewed
Jan 11, 2025
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Contributor
|
Thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 12, 2025
…riangulated functor is triangulated (#20543) If a functor `G : D ⥤ C` between pretriangulated categories is triangulated, and if we have an adjunction `F ⊣ G` (that commutes with the shifts), then `F` is also a triangulated functor. We prove this from the symmetric statement (`F` triangulated implies `G` triangulated) using opposite categories. - [ ] depends on: #20363 Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If a functor
G : D ⥤ Cbetween pretriangulated categories is triangulated, and if we have an adjunctionF ⊣ G(that commutes with the shifts), thenFis also a triangulated functor.We prove this from the symmetric statement (
Ftriangulated impliesGtriangulated) using opposite categories.CommShiftstructures on adjunctions are compatible with opposites and pullbacks #20363