Separated morphisms #
A morphism of schemes is separated if its diagonal morphism is a closed immmersion.
Main definitions #
AlgebraicGeometry.IsSeparated: The class of separated morphisms.AlgebraicGeometry.Scheme.IsSeparated: The class of separated schemes.AlgebraicGeometry.IsSeparated.hasAffineProperty: A morphism is separated iff the preimage of affine opens are separated schemes.
A morphism is separated if the diagonal map is a closed immersion.
- diagonal_isClosedImmersion : IsClosedImmersion (CategoryTheory.Limits.pullback.diagonal f)
A morphism is separated if the diagonal map is a closed immersion.
Instances
Monomorphisms are separated.
Given f : X ⟶ Y and g : Y ⟶ Z such that g is separated, the induced map
X ⟶ X ×[Z] Y is a closed immersion.
Suppose X is a reduced scheme and that f g : X ⟶ Y agree over some separated Y ⟶ Z.
Then f = g if ι ≫ f = ι ≫ g for some dominant ι.
Suppose X is a reduced S-scheme and Y is a separated S-scheme.
For any S-morphisms f g : X ⟶ Y, f = g if ι ≫ f = ι ≫ g for some dominant ι.
A scheme X is separated if it is separated over ⊤_ Scheme.
- isSeparated_terminal_from : IsSeparated (CategoryTheory.Limits.terminal.from X)
Instances
Suppose f g : X ⟶ Y where X is a reduced scheme and Y is a separated scheme.
Then f = g if ι ≫ f = ι ≫ g for some dominant ι.
Also see ext_of_isDominant_of_isSeparated for the general version over arbitrary bases.