Theorems · Theorem · category theory
CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_extMk
∀ {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) {n : ℕ}
(f : R.complex.X n ⟶ Y) (m : ℕ) (hm : n + 1 = m) (hf : CategoryTheory.CategoryStruct.comp (R.complex.d m n) f = 0),
R.extEquivCohomologyClass (R.extMk f m hm hf) =
CochainComplex.HomComplex.CohomologyClass.mk
(CochainComplex.HomComplex.Cocycle.toSingleMk
(CategoryTheory.CategoryStruct.comp (R.cochainComplexXIso (-↑n) n ⋯).hom f) ⋯ (-↑m) ⋯ ⋯)- 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.
Cites26
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
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- HomologicalComplex.Xstatement and proof · cited by 1,839
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- ComplexShape.upstatement · cited by 1,123
- CochainComplexstatement · cited by 1,016
- ComplexShape.downstatement · cited by 605
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.ProjectiveResolution.extMk_eq_zero_iffproof · cited by 0