Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.d

{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₀ i₁ i₂ i₃ i₄ i₅ : ι} →
              (f₁ : i₀ ⟶ i₁) →
                (f₂ : i₁ ⟶ i₂) →
                  (f₃ : i₂ ⟶ i₃) →
                    (f₄ : i₃ ⟶ i₄) →
                      (f₅ : i₄ ⟶ i₅) →
                        (n₀ n₁ n₂ n₃ : ℤ) →
                          (hn₁ : autoParam (n₀ + 1 = n₁) CategoryTheory.Abelian.SpectralObject.d._auto_1) →
                            (hn₂ : autoParam (n₁ + 1 = n₂) CategoryTheory.Abelian.SpectralObject.d._auto_3) →
                              (hn₃ : autoParam (n₂ + 1 = n₃) CategoryTheory.Abelian.SpectralObject.d._auto_5) →
                                X.E f₃ f₄ f₅ n₀ n₁ n₂ hn₁ hn₂ ⟶ X.E f₁ f₂ f₃ n₁ n₂ n₃ hn₂ hn₃

The differential E^{n}(f₃, f₄, f₅) ⟶ E^{n+1}(f₁, f₂, f₃) that is attached to a family of five composable morphisms f₁, f₂, f₃, f₄, f₅.

Defined in
Mathlib.Algebra.Homology.SpectralObject.Differentials
Cited by
28 results in Mathlib
Foundations
Depth 112 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.dShortComplex · cited by 15SpectralObject.dShortComp…CategoryTheory.Abelian.SpectralObject.dKernelSequence · cited by 10SpectralObject.dKernelSeq…CategoryTheory.Abelian.SpectralObject.dCokernelSequence · cited by 10SpectralObject.dCokernelS…CategoryTheory.Abelian.SpectralObject.SpectralSequence.pageD · cited by 6SpectralSequence.pageDCategoryTheory.Abelian.SpectralObject.SpectralSequence.pageD_eq · cited by 6SpectralSequence.pageD_eqCategoryTheory.Abelian.SpectralObject.toCycles_πE_d_assoc · cited by 5SpectralObject.toCycles_π…CategoryTheory.Abelian.SpectralObject.πE_d_ιE · cited by 3SpectralObject.πE_d_ιECategoryTheory.Abelian.SpectralObject.d_map_fourδ₄Toδ₃ · cited by 2SpectralObject.d_map_four…CategoryTheory.Abelian.SpectralObject.d_ιE_fromOpcycles · cited by 2SpectralObject.d_ιE_fromO…CategoryTheory.Abelian.SpectralObject.toCycles_πE_d · cited by 2SpectralObject.toCycles_π…CategoryTheory.Abelian.SpectralObject.dCokernelSequence_exact · cited by 1SpectralObject.dCokernelS…CategoryTheory.Abelian.SpectralObject.dKernelSequence_exact · cited by 1SpectralObject.dKernelSeq…CategoryTheory.Abelian.SpectralObject.d_EIsoH_hom · cited by 1SpectralObject.d_EIsoH_homCategoryTheory.Abelian.SpectralObject.d_EIsoH_hom_assoc · cited by 1SpectralObject.d_EIsoH_ho…CategoryTheory.Abelian.SpectralObject.d_d · cited by 1SpectralObject.d_dCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.Abelian.SpectralObject.E · cited by 169SpectralObject.ECategoryTheory.Abelian.SpectralObject.δ · cited by 77SpectralObject.δCategoryTheory.Abelian.SpectralObject.toCycles · cited by 40SpectralObject.toCyclesCategoryTheory.Abelian.SpectralObject.πE · cited by 30SpectralObject.πECategoryTheory.Abelian.SpectralObject.descE · cited by 3SpectralObject.descESpectralObject.dCITED BYCITES

Cites10

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

Cited by32

Results whose statement or proof uses this declaration.