@[simp]
First projection of the graph morphism is the identity on X.
@[simp]
Second projection of the graph morphism is f.
The graph of the identity is the diagonal Δ_X = (𝟙, 𝟙).
The graph morphism fits into a pullback square exhibiting Γ_f as the pullback of the
diagonal Δ_Y along f × 𝟙_Y : X × Y → Y × Y.
instance
AlgebraicGeometry.Scheme.isImmersion_graphMor
{X Y : Scheme}
(f : X ⟶ Y)
:
IsImmersion (graphMor f)
The graph morphism is always an immersion.
instance
AlgebraicGeometry.Scheme.isClosedImmersion_graphMor
{X Y : Scheme}
(f : X ⟶ Y)
[Y.IsSeparated]
:
If Y is separated, the graph morphism is a closed immersion.