Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.SpectralObject.opcyclesMap

{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 : ι} →
              (f : i ⟶ j) →
                (g : j ⟶ k) →
                  {i' j' k' : ι} →
                    (f' : i' ⟶ j') →
                      (g' : j' ⟶ k') →
                        (CategoryTheory.ComposableArrows.mk₂ f g ⟶ CategoryTheory.ComposableArrows.mk₂ f' g') →
                          (n : ℤ) → X.opcycles f g n ⟶ X.opcycles f' g' n

The functoriality of X.opcycles with respect to morphisms in ComposableArrows ι 2.

Defined in
Mathlib.Algebra.Homology.SpectralObject.Cycles
Cited by
22 results in Mathlib
Foundations
Depth 67 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.p_opcyclesMap · cited by 8SpectralObject.p_opcycles…CategoryTheory.Abelian.SpectralObject.shortComplexOpcyclesThreeδ₂Toδ₁ · cited by 7SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.p_opcyclesMap_assoc · cited by 4SpectralObject.p_opcycles…CategoryTheory.Abelian.SpectralObject.sequenceΨ · cited by 4SpectralObject.sequenceΨCategoryTheory.Abelian.SpectralObject.map_ιE · cited by 3SpectralObject.map_ιECategoryTheory.Abelian.SpectralObject.opcyclesMap_fromOpcycles · cited by 2SpectralObject.opcyclesMa…CategoryTheory.Abelian.SpectralObject.opcyclesMap_id · cited by 2SpectralObject.opcyclesMa…CategoryTheory.Abelian.SpectralObject.opcyclesMap_opcyclesIso_hom · cited by 2SpectralObject.opcyclesMa…CategoryTheory.Abelian.SpectralObject.opcyclesToE_ιE · cited by 2SpectralObject.opcyclesTo…CategoryTheory.Abelian.SpectralObject.dCokernelSequence_exact · cited by 1SpectralObject.dCokernelS…CategoryTheory.Abelian.SpectralObject.shortComplexOpcyclesThreeδ₂Toδ₁_exact · cited by 1SpectralObject.shortCompl…CategoryTheory.Abelian.SpectralObject.map_ιE_assoc · cited by 1SpectralObject.map_ιE_ass…CategoryTheory.Abelian.SpectralObject.Ψ_opcyclesMap · cited by 1SpectralObject.Ψ_opcycles…CategoryTheory.Abelian.SpectralObject.Ψ_opcyclesMap_exact · cited by 1SpectralObject.Ψ_opcycles…CategoryTheory.Abelian.SpectralObject.opcyclesMap_threeδ₂Toδ₁_opcyclesToE · cited by 1SpectralObject.opcyclesMa…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.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.opcycles · cited by 106SpectralObject.opcyclesCategoryTheory.ComposableArrows.mk₂ · cited by 79ComposableArrows.mk₂CategoryTheory.Abelian.SpectralObject.pOpcycles · cited by 43SpectralObject.pOpcyclesCategoryTheory.ComposableArrows.homMk₁ · cited by 31ComposableArrows.homMk₁CategoryTheory.Abelian.SpectralObject.descOpcycles · cited by 3SpectralObject.descOpcycl…SpectralObject.opcyclesMapCITED BYCITES

Cites14

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

Cited by24

Results whose statement or proof uses this declaration.