Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE

{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] →
          CategoryTheory.Abelian.SpectralObject C ι →
            {i₀ i₁ i₂ i₃ : ι} →
              (f₁ : i₀ ⟶ i₁) →
                (f₂ : i₁ ⟶ i₂) →
                  (i₂ ⟶ i₃) →
                    (f₁₂ : i₀ ⟶ i₂) →
                      CategoryTheory.CategoryStruct.comp f₁ f₂ = f₁₂ →
                        (n₀ n₁ n₂ : ℤ) →
                          autoParam (n₀ + 1 = n₁)
                              CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE._auto_1 →
                            autoParam (n₁ + 1 = n₂)
                                CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE._auto_3 →
                              CategoryTheory.ShortComplex C

The (exact) sequence H^n(f₁) ⟶ opZ^n(f₁ ≫ f₂, f₃) ⟶ E^n(f₁, f₂, f₃) ⟶ 0.

Defined in
Mathlib.Algebra.Homology.SpectralObject.Page
Cited by
7 results in Mathlib
Foundations
Depth 108 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.shortComplexOpcyclesThreeδ₂Toδ₁_exact · cited by 1SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_exact · cited by 1SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_X₁ · cited by 0SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_X₂ · cited by 0SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_X₃ · cited by 0SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_f · cited by 0SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_g · cited by 0SpectralObject.cokernelSe…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.Abelian.SpectralObject.H · cited by 284SpectralObject.HCategoryTheory.ComposableArrows.twoδ₂Toδ₁ · cited by 47ComposableArrows.twoδ₂Toδ₁CategoryTheory.Abelian.SpectralObject.pOpcycles · cited by 43SpectralObject.pOpcyclesCategoryTheory.Abelian.SpectralObject.opcyclesToE · cited by 13SpectralObject.opcyclesToESpectralObject.cokernelSequen…CITED BYCITES

Cites11

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

Cited by7

Results whose statement or proof uses this declaration.