Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.Ext.postcomp

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      [inst_2 : CategoryTheory.HasExt C] →
        {Y Z : C} →
          {n : ℕ} →
            CategoryTheory.Abelian.Ext Y Z n →
              (X : C) → {a b : ℕ} → a + n = b → CategoryTheory.Abelian.Ext X Y a →+ CategoryTheory.Abelian.Ext X Z b

The postcomposition Ext X Y a →+ Ext X Z b with β : Ext Y Z n when a + n = b.

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

Around this declaration

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

CategoryTheory.Sheaf.H.map · cited by 9H.mapCategoryTheory.Abelian.Ext.covariant_sequence_exact₁ · cited by 5Ext.covariant_sequence_ex…CategoryTheory.Abelian.Ext.postcomp.congr_simp · cited by 4postcomp.congr_simpCategoryTheory.Abelian.extFunctorObj · cited by 4Abelian.extFunctorObjCategoryTheory.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.covariant_sequence_exact₃ · cited by 3Ext.covariant_sequence_ex…CategoryTheory.Abelian.Ext.covariant_sequence_exact₂' · cited by 2Ext.covariant_sequence_ex…ModuleCat.subsingleton_ext_of_exists_isRegular · cited by 1ModuleCat.subsingleton_ex…CategoryTheory.Abelian.Ext.postcomp_mk₀_injective_of_mono · cited by 1Ext.postcomp_mk₀_injectiv…CategoryTheory.Abelian.Ext.postcomp_smul_id_eq_zero_of_mem_annihilator · cited by 1Ext.postcomp_smul_id_eq_z…CategoryTheory.Abelian.Ext.postcomp_smul_id_mono_iff · cited by 1Ext.postcomp_smul_id_mono…CategoryTheory.Abelian.Ext.covariantSequence · cited by 1Ext.covariantSequenceModuleCat.exists_isRegular_of_exists_subsingleton_ext · cited by 1ModuleCat.exists_isRegula…CategoryTheory.Abelian.Ext.covariant_sequence_exact₂ · cited by 1Ext.covariant_sequence_ex…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryAddMonoidHom · cited by 3230AddMonoidHomCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.HasExt · cited by 218CategoryTheory.HasExtCategoryTheory.Abelian.Ext · cited by 191Abelian.ExtAddMonoidHom.flip · cited by 25AddMonoidHom.flipCategoryTheory.Abelian.Ext.bilinearComp · cited by 3Ext.bilinearCompExt.postcompCITED BYCITES

Cites8

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

Cited by21

Results whose statement or proof uses this declaration.