Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Abelian.SpectralObject.cyclesMap_i

∀ {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')
  (β : CategoryTheory.ComposableArrows.mk₁ g ⟶ CategoryTheory.ComposableArrows.mk₁ g') (n : ℤ),
  autoParam (β = CategoryTheory.ComposableArrows.homMk₁ (α.app 1) (α.app 2) ⋯)
      CategoryTheory.Abelian.SpectralObject.cyclesMap_i._auto_1 →
    CategoryTheory.CategoryStruct.comp (X.cyclesMap f g f' g' α n) (X.iCycles f' g' n) =
      CategoryTheory.CategoryStruct.comp (X.iCycles f g n) ((X.H n).map β)
Defined in
Mathlib.Algebra.Homology.SpectralObject.Cycles
Cited by
7 results in Mathlib
Foundations
Depth 69 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.cyclesMap_i_assoc · cited by 2SpectralObject.cyclesMap_…CategoryTheory.Abelian.SpectralObject.cyclesMap_id · cited by 2SpectralObject.cyclesMap_…CategoryTheory.Abelian.SpectralObject.toCycles_cyclesMap · cited by 1SpectralObject.toCycles_c…CategoryTheory.Abelian.SpectralObject.πE_EToCycles · cited by 1SpectralObject.πE_EToCycl…CategoryTheory.Abelian.SpectralObject.cyclesMap_comp · cited by 1SpectralObject.cyclesMap_…CategoryTheory.Abelian.SpectralObject.cyclesMap_Ψ_exact · cited by 1SpectralObject.cyclesMap_…CategoryTheory.Abelian.SpectralObject.cyclesIso_inv_cyclesMap · cited by 1SpectralObject.cyclesIso_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.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.ComposableArrows.mk₁ · cited by 350ComposableArrows.mk₁CategoryTheory.Abelian.SpectralObject.H · cited by 284SpectralObject.HCategoryTheory.Abelian.SpectralObject.cycles · cited by 103SpectralObject.cyclesCategoryTheory.ComposableArrows.mk₂ · cited by 79ComposableArrows.mk₂CategoryTheory.Abelian.SpectralObject.iCycles · cited by 41SpectralObject.iCyclesCategoryTheory.ComposableArrows.homMk₁ · cited by 31ComposableArrows.homMk₁SpectralObject.cyclesMap_iCITED BYCITES

Cites18

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.