Documentation

Mathlib.AlgebraicGeometry.Morphisms.Separated

Separated morphisms #

A morphism of schemes is separated if its diagonal morphism is a closed immmersion.

Main definitions #

A morphism is separated if the diagonal map is a closed immersion.

Instances

    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.

    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.