Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.map

{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.map._auto_1) →
                                  (hn₂ : autoParam (n₁ + 1 = n₂) CategoryTheory.Abelian.SpectralObject.map._auto_3) →
                                    X.E f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂ ⟶ X.E f₁' f₂' f₃' n₀ n₁ n₂ hn₁ hn₂

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

Defined in
Mathlib.Algebra.Homology.SpectralObject.Page
Cited by
37 results in Mathlib
Foundations
Depth 96 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.mapFourδ₁Toδ₀' · cited by 23SpectralObject.mapFourδ₁T…CategoryTheory.Abelian.SpectralObject.mapFourδ₄Toδ₃' · cited by 23SpectralObject.mapFourδ₄T…CategoryTheory.Abelian.SpectralObject.dKernelSequence · cited by 10SpectralObject.dKernelSeq…CategoryTheory.Abelian.SpectralObject.dCokernelSequence · cited by 10SpectralObject.dCokernelS…CategoryTheory.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.d_map_fourδ₄Toδ₃ · cited by 2SpectralObject.d_map_four…CategoryTheory.Abelian.SpectralObject.isIso_map_fourδ₁Toδ₀_of_isZero · cited by 2SpectralObject.isIso_map_…CategoryTheory.Abelian.SpectralObject.isIso_map_fourδ₄Toδ₃_of_isZero · cited by 2SpectralObject.isIso_map_…CategoryTheory.Abelian.SpectralObject.dCokernelSequence_exact · cited by 1SpectralObject.dCokernelS…CategoryTheory.Abelian.SpectralObject.πE_map_assoc · cited by 1SpectralObject.πE_map_ass…CategoryTheory.Abelian.SpectralObject.dKernelSequence_exact · cited by 1SpectralObject.dKernelSeq…CategoryTheory.Abelian.SpectralObject.mapFourδ₁Toδ₀'_mapFourδ₃Toδ₃' · cited by 1SpectralObject.mapFourδ₁T…CategoryTheory.Abelian.SpectralObject.mapFourδ₂Toδ₁' · cited by 1SpectralObject.mapFourδ₂T…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.ComposableArrows · cited by 627CategoryTheory.Composable…CategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.Abelian.SpectralObject.E · cited by 169SpectralObject.ECategoryTheory.ShortComplex.homologyMap · cited by 83ShortComplex.homologyMapCategoryTheory.ComposableArrows.mk₃ · cited by 50ComposableArrows.mk₃CategoryTheory.Abelian.SpectralObject.shortComplexMap · cited by 17SpectralObject.shortCompl…SpectralObject.mapCITED BYCITES

Cites9

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

Cited by42

Results whose statement or proof uses this declaration.