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
              theorem AlgebraicGeometry.ext_of_apply_eq {X Y : Scheme} {K : Type u} [Field K] [IsAlgClosed K] {f g : X Y} (i : Y Spec { carrier := K, commRing := Field.toEuclideanDomain.toCommRing }) [IsSeparated i] [LocallyOfFiniteType i] [IsReduced X] [LocallyOfFiniteType (CategoryTheory.CategoryStruct.comp f i)] (S : Set X) (hS : IsLocallyClosed S) (hS' : Dense S) (H : xS, IsClosed {x}f x = g x) (H' : CategoryTheory.CategoryStruct.comp f i = CategoryTheory.CategoryStruct.comp g i) :
              f = g

              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.