Documentation

Mathlib.CategoryTheory.Abelian.Ext

Ext #

We define Ext R C n : Cᵒᵖ ⥤ C ⥤ Module R for any R-linear abelian category C by (left) deriving in the first argument of the bifunctor (X, Y) ↦ ModuleCat.of R (unop X ⟶ Y).

Implementation #

TODO (@joelriou): When the derived category enters mathlib, the Ext groups shall be redefined using morphisms in the derived category, and then it will be possible to compute Ext using both projective or injective resolutions.

Ext R C n is defined by deriving in the first argument of (X, Y) ↦ ModuleCat.of R (unop X ⟶ Y) (which is the second argument of linearYoneda).

Equations
    Instances For

      Given a chain complex X and an object Y, this is the cochain complex which in degree i consists of the module of morphisms X.X i ⟶ Y.

      Equations
        Instances For

          Ext can be computed using a projective resolution.

          Equations
            Instances For

              If X : C is projective and n : ℕ, then Ext^(n + 1) X Y ≅ 0 for any Y.