Theorems · Theorem · category theory
CategoryTheory.ProjectiveResolution.extMk_hom
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Abelian C]
[inst_2 : CategoryTheory.HasExt C] {X Y : C} (R : CategoryTheory.ProjectiveResolution X)
[inst_3 : HasDerivedCategory C] {n : ℕ} (f : R.complex.X n ⟶ Y) (m : ℕ) (hm : n + 1 = m)
(hf : CategoryTheory.CategoryStruct.comp (R.complex.d m n) f = 0),
(R.extMk f m hm hf).hom =
(CategoryTheory.ShiftedHom.mk₀ 0 ⋯
(CategoryTheory.CategoryStruct.comp ((DerivedCategory.singleFunctorIsoCompQ C 0).hom.app X)
(CategoryTheory.inv (DerivedCategory.Q.map R.π')))).comp
((CategoryTheory.ShiftedHom.map
(CochainComplex.HomComplex.Cocycle.equivHomShift.symm
(CochainComplex.HomComplex.Cocycle.toSingleMk
(CategoryTheory.CategoryStruct.comp (R.cochainComplexXIso (-↑n) n ⋯).hom f) ⋯ (-↑m) ⋯ ⋯))
DerivedCategory.Q).comp
(CategoryTheory.ShiftedHom.mk₀ 0 ⋯ ((DerivedCategory.singleFunctorIsoCompQ C 0).inv.app Y)) ⋯)
⋯- Cited by
- 1 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites45
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invstatement · cited by 6,514
- add_zerostatement · cited by 2,707
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.ProjectiveResolution.mk₀_comp_extMkproof · cited by 0