Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.opcyclesToE

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

The map opZ^n(f₁ ≫ f₂, f₃) ⟶ E^n(f₁, f₂, f₃).

Defined in
Mathlib.Algebra.Homology.SpectralObject.Page
Cited by
13 results in Mathlib
Foundations
Depth 105 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δ₁ · cited by 7SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE · cited by 7SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.p_opcyclesToE · cited by 3SpectralObject.p_opcycles…CategoryTheory.Abelian.SpectralObject.p_opcyclesToE_assoc · cited by 2SpectralObject.p_opcycles…CategoryTheory.Abelian.SpectralObject.opcyclesToE_ιE · cited by 2SpectralObject.opcyclesTo…CategoryTheory.Abelian.SpectralObject.shortComplexOpcyclesThreeδ₂Toδ₁_exact · cited by 1SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.opcyclesMap_threeδ₂Toδ₁_opcyclesToE · cited by 1SpectralObject.opcyclesMa…CategoryTheory.Abelian.SpectralObject.opcyclesToE_map · cited by 1SpectralObject.opcyclesTo…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_exact · cited by 1SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.opcyclesToE.congr_simp · cited by 0opcyclesToE.congr_simpCategoryTheory.Abelian.SpectralObject.opcyclesMap_threeδ₂Toδ₁_opcyclesToE_assoc · cited by 0SpectralObject.opcyclesMa…CategoryTheory.Abelian.SpectralObject.shortComplexOpcyclesThreeδ₂Toδ₁_g · cited by 0SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.opcyclesToE_map_assoc · cited by 0SpectralObject.opcyclesTo…CategoryTheory.Abelian.SpectralObject.opcyclesToE_ιE_assoc · cited by 0SpectralObject.opcyclesTo…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.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Abelian.SpectralObject · cited by 453Abelian.SpectralObjectCategoryTheory.Abelian.SpectralObject.E · cited by 169SpectralObject.ECategoryTheory.Abelian.SpectralObject.opcycles · cited by 106SpectralObject.opcyclesCategoryTheory.Abelian.SpectralObject.toCycles · cited by 40SpectralObject.toCyclesCategoryTheory.Abelian.SpectralObject.πE · cited by 30SpectralObject.πECategoryTheory.Abelian.SpectralObject.descOpcycles · cited by 3SpectralObject.descOpcycl…SpectralObject.opcyclesToECITED BYCITES

Cites10

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

Cited by15

Results whose statement or proof uses this declaration.