Mathlib Map

Theorems · Theorem · category theory

CochainComplex.HomComplex.Cochain.leftShift_v

∀ {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' : ℤ) (hn' : n + a = n')
  (p q : ℤ) (hpq : p + n' = q) (p' : ℤ) (hp' : p' + n = q),
  (γ.leftShift a n' hn').v p q hpq =
    (a * n' + a * (a - 1) / 2).negOnePow •
      CategoryTheory.CategoryStruct.comp (K.shiftFunctorObjXIso a p p' ⋯).hom (γ.v p' q hp')
Defined in
Mathlib.Algebra.Homology.HomotopyCategory.HomComplexShift
Cited by
19 results in Mathlib
Foundations
Depth 61 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.mappingCocone.inl_v_descCochain_v · cited by 3mappingCocone.inl_v_descC…CochainComplex.mappingCocone.inr_v_descCochain_v · cited by 3mappingCocone.inr_v_descC…CochainComplex.mappingCocone.liftCochain_v_fst_f · cited by 3mappingCocone.liftCochain…CochainComplex.mappingCocone.liftCochain_v_snd_v · cited by 3mappingCocone.liftCochain…CochainComplex.HomComplex.Cochain.δ_leftShift · cited by 2Cochain.δ_leftShiftCochainComplex.HomComplex.Cochain.rightShift_leftShift · cited by 1Cochain.rightShift_leftSh…CochainComplex.mappingCocone.inl_v_fst_f · cited by 1mappingCocone.inl_v_fst_fCochainComplex.mappingCocone.inl_v_snd_v · cited by 1mappingCocone.inl_v_snd_vCochainComplex.HomComplex.Cochain.leftShift_add · cited by 1Cochain.leftShift_addCochainComplex.HomComplex.Cochain.leftShift_comp · cited by 1Cochain.leftShift_compCochainComplex.mappingCocone.inr_v_fst_f · cited by 1mappingCocone.inr_v_fst_fCochainComplex.HomComplex.Cochain.leftShift_rightShift · cited by 1Cochain.leftShift_rightSh…CochainComplex.mappingCocone.inr_v_snd_v · cited by 1mappingCocone.inr_v_snd_vCochainComplex.HomComplex.Cochain.leftShift_smul · cited by 1Cochain.leftShift_smulCochainComplex.HomComplex.Cochain.leftUnshift_leftShift · cited by 1Cochain.leftUnshift_leftS…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveUnits · cited by 2804UnitsHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.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.shiftFunctor · cited by 50CochainComplex.shiftFunct…Cochain.leftShift_vCITED BYCITES

Cites17

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

Cited by19

Results whose statement or proof uses this declaration.