Documentation

Mathlib.AlgebraicGeometry.AlgClosed.Basic

Schemes over algebraically closed fields #

We show that if X is locally of finite type over an algebraically closed field k, then the closed points of X are in bijection with the k-points of X. See AlgebraicGeometry.pointEquivClosedPoint.

noncomputable def AlgebraicGeometry.residueFieldIsoBase {X : Scheme} {K : Type u} [Field K] [IsAlgClosed K] (f : X Spec (CommRingCat.of K)) [LocallyOfFiniteType f] (x : X) (hx : IsClosed {x}) :

If X is a locally of finite type k-scheme and k is algebraically closed, then the residue field of any closed point of x is isomorphic to k.

Equations
Instances For
    noncomputable def AlgebraicGeometry.pointOfClosedPoint {X : Scheme} {K : Type u} [Field K] [IsAlgClosed K] (f : X Spec (CommRingCat.of K)) [LocallyOfFiniteType f] (x : X) (hx : IsClosed {x}) :

    If k is algebraically closed, this is the k-point of X associated to a closed point.

    Equations
    Instances For
      @[simp]
      theorem AlgebraicGeometry.pointOfClosedPoint_apply {X : Scheme} {K : Type u} [Field K] [IsAlgClosed K] (f : X Spec (CommRingCat.of K)) [LocallyOfFiniteType f] (x : X) (hx : IsClosed {x}) (a : (Spec (CommRingCat.of K))) :
      (pointOfClosedPoint f x hx) a = x

      If k is algebraically closed, then the closed points of X are in bijection with the k-points of X.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Let X and Y be locally of finite type K-schemes with K algebraically closed and Y separated over K. Suppose X is reduced, then two K-morphisms f g : X ⟶ Y are equal if they are equal on the closed points of a dense locally closed subset of X.