Mathlib Map

Theorems · Definition · category theory

CochainComplex.HomComplex.Cochain.shift

{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 : ℤ) →
              CochainComplex.HomComplex.Cochain ((CategoryTheory.shiftFunctor (CochainComplex C ℤ) a).obj K)
                ((CategoryTheory.shiftFunctor (CochainComplex C ℤ) a).obj L) n

The map Cochain K L n → Cochain (K⟦a⟧) (L⟦a⟧) n.

Defined in
Mathlib.Algebra.Homology.HomotopyCategory.HomComplexShift
Cited by
14 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.shift_v' · cited by 6Cochain.shift_v'CochainComplex.HomComplex.Cochain.shiftAddHom · cited by 3Cochain.shiftAddHomCochainComplex.HomComplex.Cochain.rightShift_leftShift · cited by 1Cochain.rightShift_leftSh…CochainComplex.HomComplex.Cocycle.shift · cited by 1Cocycle.shiftCochainComplex.HomComplex.Cochain.leftShift_rightShift · cited by 1Cochain.leftShift_rightSh…CochainComplex.HomComplex.Cochain.shift_v · cited by 1Cochain.shift_vCochainComplex.HomComplex.Cochain.shift_zero · cited by 1Cochain.shift_zeroCochainComplex.HomComplex.Cochain.δ_shift · cited by 0Cochain.δ_shiftCochainComplex.HomComplex.Cocycle.shift_coe · cited by 0Cocycle.shift_coeCochainComplex.HomComplex.Cochain.leftShift_rightShift_eq_negOnePow_rightShift_leftShift · cited by 0Cochain.leftShift_rightSh…CochainComplex.HomComplex.Cochain.shiftAddHom_apply · cited by 0Cochain.shiftAddHom_applyCochainComplex.HomComplex.Cochain.shiftLinearMap_apply · cited by 0Cochain.shiftLinearMap_ap…CochainComplex.HomComplex.Cochain.shift_add · cited by 0Cochain.shift_addCochainComplex.HomComplex.Cochain.shift_neg · cited by 0Cochain.shift_negCochainComplex.HomComplex.Cochain.shift_smul · cited by 0Cochain.shift_smulCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.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.shiftCITED BYCITES

Cites13

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

Cited by17

Results whose statement or proof uses this declaration.