Mathlib Map

Theorems · Definition · category theory

CochainComplex.HomComplex.Cochain.leftUnshift

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

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

Defined in
Mathlib.Algebra.Homology.HomotopyCategory.HomComplexShift
Cited by
13 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.leftShiftAddEquiv · cited by 8Cochain.leftShiftAddEquivCochainComplex.HomComplex.Cocycle.leftUnshift · cited by 4Cocycle.leftUnshiftCochainComplex.HomComplex.Cochain.leftUnshift_v · cited by 2Cochain.leftUnshift_vCochainComplex.HomComplex.Cochain.leftUnshift_leftShift · cited by 1Cochain.leftUnshift_leftS…CochainComplex.HomComplex.Cochain.leftUnshift_smul · cited by 1Cochain.leftUnshift_smulCochainComplex.HomComplex.Cochain.leftUnshift_units_smul · cited by 1Cochain.leftUnshift_units…CochainComplex.HomComplex.Cocycle.leftUnshift_coe · cited by 0Cocycle.leftUnshift_coeCochainComplex.HomComplex.Cochain.δ_leftUnshift · cited by 0Cochain.δ_leftUnshiftCochainComplex.HomComplex.Cochain.leftShiftAddEquiv_symm_apply · cited by 0Cochain.leftShiftAddEquiv…CochainComplex.HomComplex.Cochain.leftShiftLinearEquiv_symm_apply · cited by 0Cochain.leftShiftLinearEq…CochainComplex.HomComplex.Cochain.leftShift_leftUnshift · cited by 0Cochain.leftShift_leftUns…CochainComplex.HomComplex.Cochain.leftUnshift_add · cited by 0Cochain.leftUnshift_addCochainComplex.HomComplex.Cochain.leftUnshift_neg · cited by 0Cochain.leftUnshift_negCochainComplex.HomComplex.Cochain.leftUnshift_zero · cited by 0Cochain.leftUnshift_zeroCochainComplex.HomComplex.Cochain.leftUnshift.congr_simp · cited by 0leftUnshift.congr_simpCategoryTheory.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.vInt.negOnePow · cited by 156Int.negOnePowCochainComplex.shiftFunctorObjXIso · cited by 40CochainComplex.shiftFunct…CochainComplex.HomComplex.Cochain.mk · cited by 8Cochain.mkCochain.leftUnshiftCITED BYCITES

Cites13

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.