Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.shortComplexMap

{C : Type u_1} →
  {ι : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} ι] →
        [inst_2 : CategoryTheory.Abelian C] →
          (X : CategoryTheory.Abelian.SpectralObject C ι) →
            {i j k l : ι} →
              (f₁ : i ⟶ j) →
                (f₂ : j ⟶ k) →
                  (f₃ : k ⟶ l) →
                    {i' j' k' l' : ι} →
                      (f₁' : i' ⟶ j') →
                        (f₂' : j' ⟶ k') →
                          (f₃' : k' ⟶ l') →
                            (CategoryTheory.ComposableArrows.mk₃ f₁ f₂ f₃ ⟶
                                CategoryTheory.ComposableArrows.mk₃ f₁' f₂' f₃') →
                              (n₀ n₁ n₂ : ℤ) →
                                (hn₁ :
                                    autoParam (n₀ + 1 = n₁)
                                      CategoryTheory.Abelian.SpectralObject.shortComplexMap._auto_1) →
                                  (hn₂ :
                                      autoParam (n₁ + 1 = n₂)
                                        CategoryTheory.Abelian.SpectralObject.shortComplexMap._auto_3) →
                                    X.shortComplex f₁ f₂ f₃ n₀ n₁ n₂ ⋯ ⋯ ⟶ X.shortComplex f₁' f₂' f₃' n₀ n₁ n₂ ⋯ ⋯

The functoriality of shortComplex with respect to morphisms in ComposableArrows ι 3.

Defined in
Mathlib.Algebra.Homology.SpectralObject.Page
Cited by
17 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Abelian

Around this declaration

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

CategoryTheory.Abelian.SpectralObject.map · cited by 37SpectralObject.mapCategoryTheory.Abelian.SpectralObject.πE_map · cited by 4SpectralObject.πE_mapCategoryTheory.Abelian.SpectralObject.map_comp · cited by 4SpectralObject.map_compCategoryTheory.Abelian.SpectralObject.map_ιE · cited by 3SpectralObject.map_ιECategoryTheory.Abelian.SpectralObject.shortComplexMap_comp · cited by 2SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.shortComplexMap_τ₂ · cited by 2SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.opcyclesMap_opcyclesIso_hom · cited by 2SpectralObject.opcyclesMa…CategoryTheory.Abelian.SpectralObject.shortComplexMap_id · cited by 1SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.isIso_map · cited by 1SpectralObject.isIso_mapCategoryTheory.Abelian.SpectralObject.isIso_map_fourδ₁Toδ₀ · cited by 1SpectralObject.isIso_map_…CategoryTheory.Abelian.SpectralObject.isIso_map_fourδ₄Toδ₃ · cited by 1SpectralObject.isIso_map_…CategoryTheory.Abelian.SpectralObject.cyclesIso_inv_cyclesMap_assoc · cited by 1SpectralObject.cyclesIso_…CategoryTheory.Abelian.SpectralObject.cyclesIso_inv_cyclesMap · cited by 1SpectralObject.cyclesIso_…CategoryTheory.Abelian.SpectralObject.EIsoH_hom_naturality · cited by 0SpectralObject.EIsoH_hom_…CategoryTheory.Abelian.SpectralObject.shortComplexMap_comp_assoc · cited by 0SpectralObject.shortCompl…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.ComposableArrows · cited by 627CategoryTheory.Composable…CategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.Abelian.SpectralObject.H · cited by 284SpectralObject.HCategoryTheory.Abelian.SpectralObject.shortComplex · cited by 72SpectralObject.shortCompl…CategoryTheory.ComposableArrows.mk₃ · cited by 50ComposableArrows.mk₃CategoryTheory.ComposableArrows.homMk₁ · cited by 31ComposableArrows.homMk₁SpectralObject.shortComplexMapCITED BYCITES

Cites12

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

Cited by18

Results whose statement or proof uses this declaration.