Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Triangulated.TStructure.to_truncLT_obj_ext

∀ {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) {n : ℤ} {Y X : C} {f₁ f₂ : Y ⟶ (t.truncLT n).obj X},
  CategoryTheory.CategoryStruct.comp f₁ ((t.truncLTι n).app X) =
      CategoryTheory.CategoryStruct.comp f₂ ((t.truncLTι n).app X) →
    ∀ [t.IsLE Y (n - 1)], f₁ = f₂
Defined in
Mathlib.CategoryTheory.Triangulated.TStructure.TruncLTGE
Cited by
6 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Limits.HasZeroObjectCategoryTheory.HasShiftCategoryTheory.Functor.AdditiveCategoryTheory.PretriangulatedCategoryTheory.Triangulated.TStructure.IsLE

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Triangulated.TStructure.truncLT_map_truncLTι_app · cited by 3TStructure.truncLT_map_tr…CategoryTheory.Triangulated.TStructure.isIso_truncLT_map_iff · cited by 2TStructure.isIso_truncLT_…CategoryTheory.Triangulated.TStructure.truncGELTToLTGE_app_pentagon_uniqueness · cited by 1TStructure.truncGELTToLTG…CategoryTheory.Triangulated.TStructure.isGE_iff_orthogonal · cited by 1TStructure.isGE_iff_ortho…CategoryTheory.Triangulated.TStructure.to_truncLE_obj_ext · cited by 0TStructure.to_truncLE_obj…CategoryTheory.Triangulated.TStructure.triangleLTLTGELT_distinguished · cited by 0TStructure.triangleLTLTGE…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectCategoryTheory.Functor.Additive · cited by 1179Functor.Additivesub_self · cited by 996sub_selfCategoryTheory.Pretriangulated · cited by 669CategoryTheory.Pretriangu…sub_eq_zero · cited by 407sub_eq_zeroCategoryTheory.Pretriangulated.Triangle.obj₁ · cited by 360Triangle.obj₁TStructure.to_truncLT_obj_extCITED BYCITES

Cites31

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.