Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.Ext.mapExactFunctor

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      {D : Type u'} →
        [inst_2 : CategoryTheory.Category.{v', u'} D] →
          [inst_3 : CategoryTheory.Abelian D] →
            (F : CategoryTheory.Functor C D) →
              [F.Additive] →
                [CategoryTheory.Limits.PreservesFiniteLimits F] →
                  [CategoryTheory.Limits.PreservesFiniteColimits F] →
                    [inst_7 : CategoryTheory.HasExt C] →
                      [inst_8 : CategoryTheory.HasExt D] →
                        {X Y : C} →
                          {n : ℕ} → CategoryTheory.Abelian.Ext X Y n → CategoryTheory.Abelian.Ext (F.obj X) (F.obj Y) n

The map between Ext induced by LocalizerMorphism.smallShiftedHomMap.

Defined in
Mathlib.Algebra.Homology.DerivedCategory.Ext.Map
Cited by
15 results in Mathlib
Foundations
Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.Functor.AdditiveCategoryTheory.Limits.PreservesFiniteLimitsCategoryTheory.Limits.PreservesFiniteColimitsCategoryTheory.HasExtCategoryTheory.HasExt

Around this declaration

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

CategoryTheory.Functor.mapExtAddHom · cited by 6Functor.mapExtAddHomCategoryTheory.Abelian.Ext.mapExactFunctor_hom · cited by 4Ext.mapExactFunctor_homCategoryTheory.Abelian.Ext.mapExactFunctor_mk₀ · cited by 3Ext.mapExactFunctor_mk₀CategoryTheory.Abelian.Ext.mapExactFunctor.congr_simp · cited by 3mapExactFunctor.congr_simpCategoryTheory.Abelian.Ext.mapExactFunctor_comp · cited by 2Ext.mapExactFunctor_compCategoryTheory.Abelian.Ext.mapExactFunctor_extClass · cited by 2Ext.mapExactFunctor_extCl…CategoryTheory.Abelian.Ext.mapExactFunctor₀ · cited by 2Ext.mapExactFunctor₀CategoryTheory.Abelian.Ext.mapExactFunctor_add · cited by 0Ext.mapExactFunctor_addCategoryTheory.Abelian.Ext.mapExactFunctor_zero · cited by 0Ext.mapExactFunctor_zeroCategoryTheory.Functor.mapExactFunctor_smul · cited by 0Functor.mapExactFunctor_s…CategoryTheory.Functor.mapExtAddHom_apply · cited by 0Functor.mapExtAddHom_applyCategoryTheory.Functor.mapExtAddHom_coe · cited by 0Functor.mapExtAddHom_coeCategoryTheory.Functor.mapExtLinearMap_apply · cited by 0Functor.mapExtLinearMap_a…CategoryTheory.Functor.mapExtLinearMap_coe · cited by 0Functor.mapExtLinearMap_c…CategoryTheory.Functor.mapExt_bijective_of_preservesInjectiveObjects · cited by 0Functor.mapExt_bijective_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveComplexShape.up · cited by 1123ComplexShape.upCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.HasExt · cited by 218CategoryTheory.HasExtCategoryTheory.Abelian.Ext · cited by 191Abelian.ExtCategoryTheory.Limits.PreservesFiniteLimits · cited by 121Limits.PreservesFiniteLim…CategoryTheory.Limits.PreservesFiniteColimits · cited by 102Limits.PreservesFiniteCol…CategoryTheory.Functor.mapCochainComplexSingleFunctor · cited by 8Functor.mapCochainComplex…CategoryTheory.Functor.mapHomologicalComplexUpToQuasiIsoLocalizerMorphism · cited by 5Functor.mapHomologicalCom…CategoryTheory.LocalizerMorphism.smallShiftedHomMap · cited by 5LocalizerMorphism.smallSh…Ext.mapExactFunctorCITED BYCITES

Cites14

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

Cited by16

Results whose statement or proof uses this declaration.