Theorems · Inductive type · category theory
CategoryTheory.Pretriangulated
(C : Type u) →
[inst : CategoryTheory.Category.{v, u} C] →
[CategoryTheory.Limits.HasZeroObject C] →
[inst_2 : CategoryTheory.HasShift C ℤ] →
[inst_3 : CategoryTheory.Preadditive C] →
[∀ (n : ℤ), (CategoryTheory.shiftFunctor C n).Additive] → Type (max u v)A preadditive category C with an additive shift, and a class of "distinguished triangles"
relative to that shift is called pretriangulated if the following hold:
* Any triangle that is isomorphic to a distinguished triangle is also distinguished.
* Any triangle of the form (X,X,0,id,0,0) is distinguished.
* For any morphism f : X ⟶ Y there exists a distinguished triangle of the form (X,Y,Z,f,g,h).
* The triangle (X,Y,Z,f,g,h) is distinguished if and only if (Y,Z,X⟦1⟧,g,h,-f⟦1⟧) is.
* Given a diagram:
``
f g h
X ───> Y ───> Z ───> X⟦1⟧
│ │ │
│a │b │a⟦1⟧'
V V V
X' ───> Y' ───> Z' ───> X'⟦1⟧
f' g' h'
`
where the left square commutes, and whose rows are distinguished triangles,
there exists a morphism c : Z ⟶ Z' such that (a,b,c)` is a triangle morphism.
- Cited by
- 669 results in Mathlib
- Foundations
- Depth 31 from the axioms, rests on 310 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- CategoryTheory.Preadditivestatement · cited by 3,309
- CategoryTheory.shiftFunctorstatement · cited by 1,553
- CategoryTheory.HasShiftstatement · cited by 1,527
- CategoryTheory.Limits.HasZeroObjectstatement · cited by 1,298
- CategoryTheory.Functor.Additivestatement · cited by 1,179
Cited by873
Results whose statement or proof uses this declaration.
- CategoryTheory.Triangulated.TStructurestatement · cited by 318
- CategoryTheory.Pretriangulated.distinguishedTrianglesstatement and proof · cited by 316
- CategoryTheory.Triangulated.TStructure.truncGEstatement and proof · cited by 85
- CategoryTheory.Triangulated.TStructure.truncLTstatement and proof · cited by 78
- CategoryTheory.IsTriangulatedstatement · cited by 75
- CategoryTheory.Triangulated.TStructure.eTruncLTstatement and proof · cited by 62
- CategoryTheory.Triangulated.TStructure.eTruncGEstatement and proof · cited by 57
- CategoryTheory.Triangulated.TStructure.truncGEπstatement and proof · cited by 56
- CategoryTheory.Triangulated.TStructure.truncLTιstatement and proof · cited by 49
- CategoryTheory.Triangulated.TStructure.IsGEstatement · cited by 48
- CategoryTheory.Triangulated.TStructure.IsLEstatement · cited by 48
- CategoryTheory.Pretriangulated.isomorphic_distinguishedstatement and proof · cited by 47
Showing the 200 most cited of 873.