The shift induced on a localized category #
Let C be a category equipped with a shift by a monoid A. A morphism property W
on C satisfies W.IsCompatibleWithShift A when for all a : A,
a morphism f is in W iff f⟦a⟧' is. When this compatibility is satisfied,
then the corresponding localized category can be equipped with
a shift by A, and the localization functor is compatible with the shift.
A morphism property W on a category C is compatible with the shift by a
monoid A when for all a : A, a morphism f belongs to W
if and only if f⟦a⟧' does.
- condition : ∀ (a : A), CategoryTheory.MorphismProperty.inverseImage W (CategoryTheory.shiftFunctor C a) = W
the condition that for all
a : A, the morphism propertyWis not changed when we take its inverse image by the shift functor bya
Instances
When L : C ⥤ D is a localization functor with respect to a morphism property W
that is compatible with the shift by a monoid A on C, this is the induced
shift on the category D.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The localization functor L : C ⥤ D is compatible with the shift.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The localized category W.Localization is endowed with the induced shift.
The localization functor W.Q : C ⥤ W.Localization is compatible with the shift.