Locally directed covers #
A locally directed P-cover of a scheme X is a cover ๐ฐ with an ordering
on the indices and compatible transition maps ๐ฐแตข โถ ๐ฐโฑผ for i โค j such that
every x : ๐ฐแตข ร[X] ๐ฐโฑผ comes from some ๐ฐโ for a k โค i and k โค j.
Gluing along directed covers is easier, because the intersections ๐ฐแตข ร[X] ๐ฐโฑผ can
be covered by a subcover of ๐ฐ. In particular, if ๐ฐ is a Zariski cover,
X naturally is the colimit of the ๐ฐแตข.
Many natural covers are naturally directed, most importantly the cover of all affine opens of a scheme.
A directed P-cover of a scheme X is a cover ๐ฐ with an ordering
on the indices and compatible transition maps ๐ฐแตข โถ ๐ฐโฑผ for i โค j such that
every x : ๐ฐแตข ร[X] ๐ฐโฑผ comes from some ๐ฐโ for a k โค i and k โค j.
The transition map
๐ฐแตข โถ ๐ฐโฑผfori โค j.- trans_id (i : ๐ฐ.J) : trans (CategoryTheory.CategoryStruct.id i) = CategoryTheory.CategoryStruct.id (๐ฐ.obj i)
- trans_comp {i j k : ๐ฐ.J} (hij : i โถ j) (hjk : j โถ k) : trans (CategoryTheory.CategoryStruct.comp hij hjk) = CategoryTheory.CategoryStruct.comp (trans hij) (trans hjk)
- directed {i j : ๐ฐ.J} (x : โฅ(CategoryTheory.Limits.pullback (๐ฐ.map i) (๐ฐ.map j))) : โ (k : ๐ฐ.J) (hki : k โถ i) (hkj : k โถ j) (y : โฅ(๐ฐ.obj k)), (CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.pullback.lift (trans hki) (trans hkj) โฏ).base) y = x
Instances
The transition maps of a directed cover.
Equations
- ๐ฐ.trans hij = AlgebraicGeometry.Scheme.Cover.LocallyDirected.trans hij
Instances For
If ๐ฐ is a directed cover of X, this is the cover of ๐ฐแตข ร[X] ๐ฐโฑผ by {๐ฐโ} where
k โค i and k โค j.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The canonical diagram induced by a locally directed cover.
Equations
Instances For
The canonical cocone with point X on the functor induced by the locally directed cover ๐ฐ.
If ๐ฐ is an open cover, this is colimiting (see OpenCover.isColimitCoconeOfLocallyDirected).
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
If ๐ฐ is a directed open cover of X, to glue morphisms {gแตข : ๐ฐแตข โถ Y} it suffices
to check compatibility with the transition maps.
See OpenCover.isColimitCoconeOfLocallyDirected for this result stated in the language of
colimits.
Equations
- ๐ฐ.glueMorphismsOfLocallyDirected g h = AlgebraicGeometry.Scheme.Cover.glueMorphisms ๐ฐ g โฏ
Instances For
If ๐ฐ is an open cover of X that is locally directed, X is
the colimit of the components of ๐ฐ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If ๐ฐ is a directed open cover of X, to glue morphisms {gแตข : ๐ฐแตข โถ Y} over S it suffices
to check compatibility with the transition maps.
Equations
- ๐ฐ.glueMorphismsOverOfLocallyDirected g h w = CategoryTheory.Over.homMk (๐ฐ.glueMorphismsOfLocallyDirected g โฏ) โฏ
Instances For
If ๐ฐ is an open cover such that the images of the components form a basis of the topology
of X, ๐ฐ is directed by the ordering of subset inclusion of the images.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The directed affine open cover of X given by all affine opens.
Equations
- One or more equations did not get rendered due to their size.