Shifted morphisms
Given a category C endowed with a shift by an additive monoid M and two
objects X and Y in C, we consider the types ShiftedHom X Y m
defined as X ⟶ (Y⟦m⟧) for all m : M, and the composition on these
shifted hom.
TODO #
- redefine Ext-groups in abelian categories using
ShiftedHomin the derived category. - study the
R-module structures onShiftedHomwhenCisR-linear
In a category C equipped with a shift by an additive monoid,
this is the type of morphisms X ⟶ (Y⟦n⟧) for m : M.
Equations
Instances For
Equations
The composition of f : X ⟶ Y⟦a⟧ and g : Y ⟶ Z⟦b⟧, as a morphism X ⟶ Z⟦c⟧
when b + a = c.
Equations
Instances For
In degree 0 : M, shifted hom ShiftedHom X Y 0 identify to morphisms X ⟶ Y.
We generalize this to m₀ : M such that m₀ : 0 as it shall be convenient when we
apply this with M := ℤ and m₀ the coercion of 0 : ℕ.
The element of ShiftedHom X Y m₀ (when m₀ = 0) attached to a morphism X ⟶ Y.
Equations
Instances For
The bijection (X ⟶ Y) ≃ ShiftedHom X Y m₀ when m₀ = 0.
Equations
Instances For
The action on ShiftedHom of a functor which commutes with the shift.