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.

def AlgebraicGeometry.residueFieldIsoBase {X : Scheme} {K : Type u} [Field K] [IsAlgClosed K] (f : X Spec { carrier := K, commRing := Field.toEuclideanDomain.toCommRing }) [LocallyOfFiniteType f] (x : X) (hx : IsClosed {x}) :
X.residueField x { carrier := K, commRing := Field.toEuclideanDomain.toCommRing }

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 { carrier := K, commRing := Field.toEuclideanDomain.toCommRing }) [LocallyOfFiniteType f] (x : X) (hx : IsClosed {x}) :
      Spec { carrier := K, commRing := Field.toEuclideanDomain.toCommRing } 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 { carrier := K, commRing := Field.toEuclideanDomain.toCommRing }) [LocallyOfFiniteType f] (x : X) (hx : IsClosed {x}) (a : (Spec { carrier := K, commRing := Field.toEuclideanDomain.toCommRing })) :
          (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
            Instances For