Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.Ext.homEquiv

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      [inst_2 : CategoryTheory.HasExt C] →
        {X Y : C} →
          [inst_3 : HasDerivedCategory C] →
            {n : ℕ} →
              CategoryTheory.Abelian.Ext X Y n ≃
                CategoryTheory.ShiftedHom ((DerivedCategory.singleFunctor C 0).obj X)
                  ((DerivedCategory.singleFunctor C 0).obj Y) ↑n

When an instance of [HasDerivedCategory.{w'} C] is available, this is the bijection between Ext.{w} X Y n and a type of morphisms in the derived category.

Defined in
Mathlib.Algebra.Homology.DerivedCategory.Ext.Basic
Cited by
8 results in Mathlib
Foundations
Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.HasExtHasDerivedCategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Abelian.Ext.hom · cited by 42Ext.homCategoryTheory.Abelian.Ext.ext · cited by 31Ext.extCategoryTheory.Abelian.Ext.homAddEquiv · cited by 9Ext.homAddEquivCategoryTheory.Abelian.Ext.eq_zero_of_projective · cited by 4Ext.eq_zero_of_projectiveCategoryTheory.Abelian.Ext.add_hom · cited by 4Ext.add_homCategoryTheory.Abelian.Ext.eq_zero_of_injective · cited by 4Ext.eq_zero_of_injectiveCategoryTheory.Abelian.Ext.mk₀_bijective · cited by 3Ext.mk₀_bijectiveCategoryTheory.hasExt_iff_small_ext · cited by 2CategoryTheory.hasExt_iff…CategoryTheory.Abelian.Ext.smul_eq_comp_mk₀ · cited by 1Ext.smul_eq_comp_mk₀CategoryTheory.Abelian.Ext.homEquiv_chgUniv · cited by 0Ext.homEquiv_chgUnivCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objEquiv · cited by 8337EquivCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianComplexShape.up · cited by 1123ComplexShape.upCategoryTheory.HasExt · cited by 218CategoryTheory.HasExtCategoryTheory.Abelian.Ext · cited by 191Abelian.ExtHasDerivedCategory · cited by 190HasDerivedCategoryDerivedCategory · cited by 165DerivedCategoryDerivedCategory.Q · cited by 102DerivedCategory.QCategoryTheory.ShiftedHom · cited by 88CategoryTheory.ShiftedHomDerivedCategory.singleFunctor · cited by 78DerivedCategory.singleFun…HomologicalComplex.quasiIso · cited by 42HomologicalComplex.quasiI…CategoryTheory.Localization.SmallShiftedHom.equiv · cited by 22SmallShiftedHom.equivExt.homEquivCITED BYCITES

Cites14

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

Cited by10

Results whose statement or proof uses this declaration.