Documentation

Atlas.AlgebraicGeometryI.code.GraphMorphismDef

noncomputable def AlgebraicGeometry.graphMorphism {S X Y : Scheme} (f : X Y) (sX : X S) (sY : Y S) (w : sX = CategoryTheory.CategoryStruct.comp f sY) :

Graph morphism Γ_f : X → X ×_S Y of a morphism f : X → Y over S, defined by (𝟙 X, f) via the pullback universal property (Def 18, Lec 7).

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 is a split monomorphism, with pullback.fst as retraction.

    instance AlgebraicGeometry.graphMorphism_mono {S X Y : Scheme} (f : X Y) (sX : X S) (sY : Y S) (w : sX = CategoryTheory.CategoryStruct.comp f sY) :

    As a split mono, the graph morphism is in particular a monomorphism.

    The graph of the identity morphism is the diagonal Δ_{X/S}.

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