Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Triangulated.SpectralObject

(C : Type u_1) →
  (ι : Type u_2) →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [CategoryTheory.Category.{v_2, u_2} ι] →
        [inst_2 : CategoryTheory.Limits.HasZeroObject C] →
          [inst_3 : CategoryTheory.HasShift C ℤ] →
            [inst_4 : CategoryTheory.Preadditive C] →
              [inst_5 : ∀ (n : ℤ), (CategoryTheory.shiftFunctor C n).Additive] →
                [CategoryTheory.Pretriangulated C] → Type (max (max (max u_1 u_2) v_1) v_2)

A spectral object in a pretriangulated category C indexed by a category ι consists of a functor ω₁ : ComposableArrows ι 1 ⥤ C, and a functorial distinguished triangle from the category ComposableArrows ι 2, which must be of the form ω₁.obj (mk₁ f) ⟶ ω₁.obj (mk₁ (f ≫ g)) ⟶ ω₁.obj (mk₁ g) ⟶ ... when evaluated on mk₂ f g : ComposableArrows ι 2.

Defined in
Mathlib.CategoryTheory.Triangulated.SpectralObject
Cited by
39 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroObjectCategoryTheory.HasShiftCategoryTheory.PreadditiveCategoryTheory.Functor.AdditiveCategoryTheory.Pretriangulated

Around this declaration

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

CategoryTheory.Triangulated.SpectralObject.ω₁ · cited by 35SpectralObject.ω₁CategoryTheory.Triangulated.SpectralObject.Hom.hom · cited by 10Hom.homCategoryTheory.Triangulated.SpectralObject.δ · cited by 10SpectralObject.δCategoryTheory.Triangulated.SpectralObject.ω₂ · cited by 10SpectralObject.ω₂CategoryTheory.Triangulated.SpectralObject.Hom · cited by 8SpectralObject.HomCategoryTheory.Triangulated.SpectralObject.triangle · cited by 7SpectralObject.triangleCategoryTheory.Triangulated.SpectralObject.δ' · cited by 7SpectralObject.δ'CategoryTheory.Triangulated.TStructure.spectralObject · cited by 4TStructure.spectralObjectCategoryTheory.Triangulated.SpectralObject.mapTriangulatedFunctor · cited by 3SpectralObject.mapTriangu…CategoryTheory.Triangulated.SpectralObject.Hom.ext · cited by 2Hom.extCategoryTheory.Triangulated.TStructure.spectralObjectFunctor · cited by 2TStructure.spectralObject…HomotopyCategory.spectralObjectMappingCone · cited by 2HomotopyCategory.spectral…CategoryTheory.Triangulated.SpectralObject.Hom.mk.inj · cited by 1mk.injCategoryTheory.Triangulated.SpectralObject.Hom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Triangulated.SpectralObject.Hom.comm · cited by 1Hom.commCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.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.AdditiveCategoryTheory.Pretriangulated · cited by 669CategoryTheory.Pretriangu…Triangulated.SpectralObjectCITED BYCITES

Cites7

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

Cited by64

Results whose statement or proof uses this declaration.