Documentation

Atlas.AlgebraicGeometryI.code.GraphMorphism

@[reducible, inline]
noncomputable abbrev AlgebraicGeometry.Scheme.graphMor {X Y : Scheme} (f : X Y) :
X X Y

Graph morphism Γ_f : X → X × Y of f : X → Y, given by (𝟙 X, f) (Def 18, Lec 7 in the absolute case).

Instances For
    @[simp]

    First projection of the graph morphism is the identity on X.

    @[simp]

    Second projection of the graph morphism is f.

    The graph morphism fits into a pullback square exhibiting Γ_f as the pullback of the diagonal Δ_Y along f × 𝟙_Y : X × Y → Y × Y.

    The graph morphism is always an immersion.

    If Y is separated, the graph morphism is a closed immersion.