Map between Ext groups induced by an exact functor #
In this file, we define the map Ext^k (M, N) → Ext^k (F(M), F(N)),
where F is an exact functor between abelian categories.
Main Definition and results #
CategoryTheory.Abelian.Ext.mapExactFunctor: The map betweenExtinduced byCategoryTheory.LocalizerMorphism.smallShiftedHomMap.CategoryTheory.Functor.mapExtAddHom: Upgraded ofCategoryTheory.Abelian.Ext.mapExactFunctorinto an additive homomorphism.CategoryTheory.Functor.mapExtLinearMap: Upgrade ofF.mapExtAddHomassumingFis linear.Ext.mapExactFunctor_mk₀:Ext.mapExactFunctorcommutes withExt.mk₀Ext.mapExactFunctor_comp:Ext.mapExactFunctorpreservesExt.compmapExactFunctor_extClass:Ext.mapExactFunctorcommutes withShortComplex.ShortExact.extClass
The map between Ext induced by LocalizerMorphism.smallShiftedHomMap.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Upgraded of CategoryTheory.Abelian.Ext.mapExactFunctor into an additive homomorphism.
Equations
- F.mapExtAddHom X Y n = { toFun := fun (e : CategoryTheory.Abelian.Ext X Y n) => CategoryTheory.Abelian.Ext.mapExactFunctor F e, map_zero' := ⋯, map_add' := ⋯ }
Instances For
Upgrade of F.mapExtAddHom assuming F is linear.
Equations
- F.mapExtLinearMap R X Y n = { toFun := (↑(F.mapExtAddHom X Y n)).toFun, map_add' := ⋯, map_smul' := ⋯ }