Mathlib Map

Theorems · Definition · category theory

CochainComplex.HomComplex.Cochain.rightShift

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      {K L : CochainComplex C ℤ} →
        {n : ℤ} →
          CochainComplex.HomComplex.Cochain K L n →
            (a n' : ℤ) →
              n' + a = n →
                CochainComplex.HomComplex.Cochain K ((CategoryTheory.shiftFunctor (CochainComplex C ℤ) a).obj L) n'

The map Cochain K L n → Cochain K (L⟦a⟧) n' when n' + a = n.

Defined in
Mathlib.Algebra.Homology.HomotopyCategory.HomComplexShift
Cited by
25 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Preadditive

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CochainComplex.HomComplex.Cochain.rightShift_v · cited by 22Cochain.rightShift_vCochainComplex.mappingCocone.liftCochain · cited by 12mappingCocone.liftCochainCochainComplex.mappingCocone.inl · cited by 11mappingCocone.inlCochainComplex.HomComplex.Cochain.rightShiftAddEquiv · cited by 9Cochain.rightShiftAddEquivCochainComplex.HomComplex.Cocycle.rightShift · cited by 7Cocycle.rightShiftCochainComplex.mappingCone.inr_f_triangle_mor₃_f · cited by 6mappingCone.inr_f_triangl…CochainComplex.HomComplex.Cocycle.rightShift_coe · cited by 5Cocycle.rightShift_coeCochainComplex.mappingCone.inl_v_triangle_mor₃_f · cited by 5mappingCone.inl_v_triangl…CochainComplex.HomComplex.Cochain.rightShift_neg · cited by 4Cochain.rightShift_negCochainComplex.HomComplex.Cochain.rightUnshift_rightShift · cited by 2Cochain.rightUnshift_righ…CochainComplex.HomComplex.Cochain.δ_rightShift · cited by 2Cochain.δ_rightShiftCochainComplex.HomComplex.Cochain.δ_rightUnshift · cited by 2Cochain.δ_rightUnshiftCochainComplex.HomComplex.Cochain.rightShift_add · cited by 1Cochain.rightShift_addCochainComplex.HomComplex.Cochain.rightShift_leftShift · cited by 1Cochain.rightShift_leftSh…CochainComplex.HomComplex.Cochain.rightShift_rightUnshift · cited by 1Cochain.rightShift_rightU…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…ComplexShape.up · cited by 1123ComplexShape.upCochainComplex · cited by 1016CochainComplexCochainComplex.HomComplex.Cochain · cited by 341HomComplex.CochainCochainComplex.HomComplex.Cochain.v · cited by 213Cochain.vCochainComplex.shiftFunctorObjXIso · cited by 40CochainComplex.shiftFunct…CochainComplex.HomComplex.Cochain.mk · cited by 8Cochain.mkCochain.rightShiftCITED BYCITES

Cites12

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

Cited by29

Results whose statement or proof uses this declaration.