Locally injective morphisms of (pre)sheaves #
Let C be a category equipped with a Grothendieck topology J,
and let D be a concrete category. In this file, we introduce the typeclass
Presheaf.IsLocallyInjective J φ for a morphism φ : F₁ ⟶ F₂ in the category
Cᵒᵖ ⥤ D. This means that φ is locally injective. More precisely,
if x and y are two elements of some F₁.obj U such
the images of x and y in F₂.obj U coincide, then
the equality x = y must hold locally, i.e. after restriction
by the maps of a covering sieve.
If F : Cᵒᵖ ⥤ D is a presheaf with values in a concrete category, if x and y are
elements in F.obj X, this is the sieve of X.unop consisting of morphisms f
such that F.map f.op x = F.map f.op y.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A morphism φ : F₁ ⟶ F₂ of presheaves Cᵒᵖ ⥤ D (with D a concrete category)
is locally injective for a Grothendieck topology J on C if
whenever two sections of F₁ are sent to the same section of F₂, then these two
sections coincide locally.
- equalizerSieve_mem {X : Cᵒᵖ} (x y : ToType (F₁.obj X)) (h : (ConcreteCategory.hom (φ.app X)) x = (ConcreteCategory.hom (φ.app X)) y) : equalizerSieve x y ∈ J (Opposite.unop X)
Instances
If φ : F₁ ⟶ F₂ is a morphism of sheaves, this is an abbreviation for
Presheaf.IsLocallyInjective J φ.val. Under suitable assumptions, it
is equivalent to the injectivity of all maps φ.val.app X,
see isLocallyInjective_iff_injective.