Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.Ext.homAddEquiv

{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 additive 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
9 results in Mathlib
Foundations
Depth 113 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.contravariant_sequence_exact₁' · cited by 4Ext.contravariant_sequenc…CategoryTheory.Abelian.Ext.covariant_sequence_exact₃' · cited by 4Ext.covariant_sequence_ex…CategoryTheory.Abelian.Ext.covariant_sequence_exact₁' · cited by 3Ext.covariant_sequence_ex…CategoryTheory.Abelian.Ext.homLinearEquiv · cited by 2Ext.homLinearEquivCategoryTheory.Abelian.Ext.contravariant_sequence_exact₂' · cited by 2Ext.contravariant_sequenc…CategoryTheory.Abelian.Ext.contravariant_sequence_exact₃' · cited by 2Ext.contravariant_sequenc…CategoryTheory.Abelian.Ext.covariant_sequence_exact₂' · cited by 2Ext.covariant_sequence_ex…CategoryTheory.Abelian.Ext.homAddEquiv_apply · cited by 0Ext.homAddEquiv_applyCategoryTheory.Abelian.Ext.homLinearEquiv_apply · cited by 0Ext.homLinearEquiv_applyCategoryTheory.Abelian.Ext.homLinearEquiv_symm_apply · cited by 0Ext.homLinearEquiv_symm_a…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objEquiv · cited by 8337EquivCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…AddEquiv · cited by 1087AddEquivCategoryTheory.HasExt · cited by 218CategoryTheory.HasExtCategoryTheory.Abelian.Ext · cited by 191Abelian.ExtHasDerivedCategory · cited by 190HasDerivedCategoryDerivedCategory · cited by 165DerivedCategoryCategoryTheory.ShiftedHom · cited by 88CategoryTheory.ShiftedHomDerivedCategory.singleFunctor · cited by 78DerivedCategory.singleFun…CategoryTheory.Abelian.Ext.homEquiv · cited by 8Ext.homEquivExt.homAddEquivCITED BYCITES

Cites13

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.