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 : AlgebraicGeometry.IsClosedImmersion (CategoryTheory.Limits.pullback.diagonal f)
A morphism is separated if the diagonal map is a closed immersion.
Instances
A morphism is separated if the diagonal map is a closed immersion.
Monomorphisms are separated.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Given f : X ⟶ Y
and g : Y ⟶ Z
such that g
is separated, the induced map
X ⟶ X ×[Z] Y
is a closed immersion.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
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 ι
.
A scheme X
is separated if it is separated over ⊤_ Scheme
.
- isSeparated_terminal_from : AlgebraicGeometry.IsSeparated (CategoryTheory.Limits.terminal.from X)
Instances
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
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.