Quasi-separated morphisms #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
A morphism of schemes f : X ⟶ Y is quasi-separated if the diagonal morphism X ⟶ X ×[Y] X is
quasi-compact.
A scheme is quasi-separated if the intersections of any two affine open sets is quasi-compact.
(algebraic_geometry.quasi_separated_space_iff_affine)
We show that a morphism is quasi-separated if the preimage of every affine open is quasi-separated.
We also show that this property is local at the target, and is stable under compositions and base-changes.
Main result #
is_localization_basic_open_of_qcqs(Qcqs lemma): IfUis qcqs, thenΓ(X, D(f)) ≃ Γ(X, U)_ffor everyf : Γ(X, U).
- diagonal_quasi_compact : algebraic_geometry.quasi_compact (category_theory.limits.pullback.diagonal f)
A morphism is quasi_separated if diagonal map is quasi-compact.
Instances of this typeclass
The affine_target_morphism_property corresponding to quasi_separated, asserting that the
domain is a quasi-separated scheme.
Equations
If U is qcqs, then Γ(X, D(f)) ≃ Γ(X, U)_f for every f : Γ(X, U).
This is known as the Qcqs lemma in R. Vakil, The rising sea.