[Merged by Bors] - feat(CategoryTheory/Triangulated): the long exact sequence of a homological functor#11805
[Merged by Bors] - feat(CategoryTheory/Triangulated): the long exact sequence of a homological functor#11805
Conversation
…triangulated subcategory
…riangulated-subcategory-w
…riangulated-subcategory-w
…omological-functor
…omological-functor
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
kbuzzard
left a comment
There was a problem hiding this comment.
Thanks! I left a suggestion about comments depicting commutative diagrams.
bors d+
| F.shiftMap (f ≫ g) a a' ha' = (F.shift a).map f ≫ F.shiftMap g a a' ha' := by | ||
| simp [shiftMap] | ||
|
|
||
| lemma shiftIso_hom_app_comp_shiftMap {X Y : C} {m : M} (f : X ⟶ Y⟦m⟧) (n mn : M) (hnm : m + n = mn) |
There was a problem hiding this comment.
I'll leave this as optional but personally I think it might be nice to have some kind of ASCII art for this lemma and the next one just showing what they actually say, because it's very hard to read the statements, even within VS Code.
There was a problem hiding this comment.
Thanks for the suggestion. I have added docstrings with how I understand what these lemmas say.
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! bors merge |
…ogical functor (#11805) Assuming `F : C ⥤ A` is a homological functor (from a pretriangulated category to an abelian category), we show that any distinguished triangle leads to a long exact sequence (assuming `n₀ + 1 = n₁`): `... ⟶ (F.shift n₀).obj T.obj₁ ⟶ (F.shift n₀).obj T.obj₂ ⟶ (F.shift n₀).obj T.obj₃ ⟶ (F.shift n₁).obj T.obj₁ ⟶ ...`
|
Pull request successfully merged into master. Build succeeded: |
…ogical functor (#11805) Assuming `F : C ⥤ A` is a homological functor (from a pretriangulated category to an abelian category), we show that any distinguished triangle leads to a long exact sequence (assuming `n₀ + 1 = n₁`): `... ⟶ (F.shift n₀).obj T.obj₁ ⟶ (F.shift n₀).obj T.obj₂ ⟶ (F.shift n₀).obj T.obj₃ ⟶ (F.shift n₁).obj T.obj₁ ⟶ ...`
…ogical functor (#11805) Assuming `F : C ⥤ A` is a homological functor (from a pretriangulated category to an abelian category), we show that any distinguished triangle leads to a long exact sequence (assuming `n₀ + 1 = n₁`): `... ⟶ (F.shift n₀).obj T.obj₁ ⟶ (F.shift n₀).obj T.obj₂ ⟶ (F.shift n₀).obj T.obj₃ ⟶ (F.shift n₁).obj T.obj₁ ⟶ ...`
Assuming
F : C ⥤ Ais a homological functor (from a pretriangulated category to an abelian category), we show that any distinguished triangle leads to a long exact sequence (assumingn₀ + 1 = n₁):... ⟶ (F.shift n₀).obj T.obj₁ ⟶ (F.shift n₀).obj T.obj₂ ⟶ (F.shift n₀).obj T.obj₃ ⟶ (F.shift n₁).obj T.obj₁ ⟶ ...