Theorems · Theorem · category theory
CochainComplex.HomComplex.Cochain.leftUnshift_v
∀ {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 : ℤ)
(hn : n + a = n') (p q : ℤ) (hpq : p + n = q) (p' : ℤ) (hp' : p' + n' = q),
(γ.leftUnshift n hn).v p q hpq =
(a * n' + a * (a - 1) / 2).negOnePow •
CategoryTheory.CategoryStruct.comp (K.shiftFunctorObjXIso a p' p ⋯).inv (γ.v p' q ⋯)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- Unitsstatement · cited by 2,804
- HomologicalComplex.Xstatement · cited by 1,839
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
- ComplexShape.upstatement · cited by 1,123
- CochainComplexstatement and proof · cited by 1,016
- CochainComplex.HomComplex.Cochainstatement and proof · cited by 341
Cited by2
Results whose statement or proof uses this declaration.
- CochainComplex.HomComplex.Cochain.leftUnshift_leftShiftproof · cited by 1
- CochainComplex.HomComplex.Cochain.leftShift_leftUnshiftproof · cited by 0