Constructor for derivability structures #
In this file, we provide a constructor for right derivability structures.
Assume that W₁
and W₂
are classes of morphisms in categories C₁
and C₂
,
and that we have a localizer morphism Φ : LocalizerMorphism W₁ W₂
that is
a localized equivalence, i.e. Φ.functor
induces an equivalence of categories
between the localized categories. Assume moreover that W₁
is multiplicative
and W₂
contains identities. Then, Φ
is a right derivability structure
(LocalizerMorphism.IsRightDerivabilityStructure.mk'
) if it satisfies the
two following conditions:
- for any
X₂ : C₂
, the categoryΦ.RightResolution X₂
of resolutions ofX₂
is connected - any arrow in
C₂
admits a resolution (i.e.Φ.arrow.HasRightResolutions
holds, whereΦ.arrow
is the induced localizer morphism on categories of arrows inC₁
andC₂
)
This statement is essentially Lemme 6.5 in [the paper by Kahn and Maltsiniotis][KahnMaltsiniotis2008].
References #
- [Bruno Kahn and Georges Maltsiniotis, Structures de dérivabilité][KahnMaltsiniotis2008]
Given Φ : LocalizerMorphism W₁ W₂
, L : C₂ ⥤ D
a localization functor for W₂
and
a morphism y : L.obj X₂ ⟶ X₃
, this is the functor which sends R : Φ.RightResolution d
to
(isoOfHom L W₂ R.w R.hw).inv ≫ y
in the category w.CostructuredArrowDownwards y
where w
is TwoSquare.mk Φ.functor (Φ.functor ⋙ L) L (𝟭 _) (Functor.rightUnitor _).inv
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If a localizer morphism Φ
is a localized equivalence, then it is a right
derivability structure if the categories of right resolutions are connected and the
categories of right resolutions of arrows are nonempty.