[Merged by Bors] - feat(AlgebraicGeometry): directed covers#24528
[Merged by Bors] - feat(AlgebraicGeometry): directed covers#24528
Conversation
PR summary d1e01e284eImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| 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`. |
There was a problem hiding this comment.
Is this notion used somewhere in the literature?
There was a problem hiding this comment.
I don't know, but it will be used to simplify the proof of the relative gluing lemma #18284 (which is stacks tag https://stacks.math.columbia.edu/tag/01LH). This lemma I need to construct colimits in over categories by gluing the affine pieces, which is used to obtain existence of colimits of shape J in Affine S from existence of limits of shape Jᵒᵖ in Under R.
Working with directed covers makes gluing much easier, because no intersections need to be considered.
|
This pull request has conflicts, please merge |
|
I see unresolved conversations so I am tagging as awaiting-author. |
|
I don't love that we jump to a general |
|
Could you comment on this design choice? Thanks. |
The first version of this PR indeed assumed a We could postpone this generalization to the point we actually need it, but the cost of having |
|
I think the overhead is not terrible for a bors merge |
Directed covers are covers, where every intersection can be covered by a component of the cover. For open covers this is equivalent to the images forming a basis of the topology. If a cover is directed, the compatibility conditions for gluing become easier, because only compatibility with the transition maps needs to be checked. In particular, the covered scheme naturally is the colimit of the components of the cover. Co-authored-by: Christian Merten <christian@merten.dev>
|
Thanks for the reviews! |
|
Pull request successfully merged into master. Build succeeded: |
Directed covers are covers, where every intersection can be covered by a component of the cover. For open covers this is equivalent to the images forming a basis of the topology. If a cover is directed, the compatibility conditions for gluing become easier, because only compatibility with the transition maps needs to be checked. In particular, the covered scheme naturally is the colimit of the components of the cover. Co-authored-by: Christian Merten <christian@merten.dev>
Directed covers are covers, where every intersection can be covered by a component of the cover. For open covers this is equivalent to the images forming a basis of the topology. If a cover is directed, the compatibility conditions for gluing become easier, because only compatibility with the transition maps needs to be checked. In particular, the covered scheme naturally is the colimit of the components of the cover. Co-authored-by: Christian Merten <christian@merten.dev>
Directed covers are covers, where every intersection can be covered by a component of the cover. For open covers this is equivalent to the images forming a basis of the topology.
If a cover is directed, the compatibility conditions for gluing become easier, because only compatibility with the transition maps needs to be checked. In particular, the covered scheme naturally is the colimit of the components
of the cover.