Theorems · Theorem · category theory
CategoryTheory.Triangulated.TStructure.triangle_iso_exists
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C]
[inst_2 : CategoryTheory.Limits.HasZeroObject C] [inst_3 : CategoryTheory.HasShift C ℤ]
[inst_4 : ∀ (n : ℤ), (CategoryTheory.shiftFunctor C n).Additive] [inst_5 : CategoryTheory.Pretriangulated C]
(t : CategoryTheory.Triangulated.TStructure C) {T T' : CategoryTheory.Pretriangulated.Triangle C},
T ∈ CategoryTheory.Pretriangulated.distinguishedTriangles →
T' ∈ CategoryTheory.Pretriangulated.distinguishedTriangles →
∀ (e : T.obj₂ ≅ T'.obj₂) (a b : ℤ),
t.IsLE T.obj₁ a →
t.IsGE T.obj₃ b →
t.IsLE T'.obj₁ a →
t.IsGE T'.obj₃ b →
autoParam (a < b) CategoryTheory.Triangulated.TStructure.triangle_iso_exists._auto_1 →
∃ e', e'.hom.hom₂ = e.homIf a < b, then an isomorphism T.obj₂ ≅ T'.obj₂ extends to an isomorphism T ≅ T'
of distinguished triangles when for a t-structure, both T.obj₁ and T'.obj₁ are ≤ a and
both T.obj₃ and T'.obj₃ are ≥ b.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Limits.HasZeroObjectstatement and proof · cited by 1,298
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Triangulated.TStructure.isGE_iff_isIso_truncGEπ_appproof · cited by 3
- CategoryTheory.Triangulated.TStructure.isIso_truncLT_map_iffproof · cited by 2
- CategoryTheory.Triangulated.TStructure.isLE_iff_isIso_truncLTι_appproof · cited by 2
- CategoryTheory.Triangulated.TStructure.isIso_truncGE_map_iffproof · cited by 2
- CategoryTheory.ObjectProperty.mem_of_hasInductedTStructureproof · cited by 0