Documentation

Mathlib.AlgebraicGeometry.Geometrically.Basic

Geometrically-P schemes over a field #

In this file we define the basic interface for properties like geometrically reduced, geometrically irreducible, geometrically connected etc. In this file we treat an abstract property of schemes P and derive the general properties that are shared by all of these variants.

A morphism of schemes f : X ⟶ Y is geometrically P if for any field K and morphism Spec K ⟶ Y, the base change X ×[Y] Spec K satisfies P.

Main definitions and results #

Notes #

This contribution was created as part of the Formalising Algebraic Geometry workshop 2025 in Heidelberg.

A morphism of schemes f : X ⟶ Y is geometrically P if for any field K and morphism Spec K ⟶ Y, the base change X ×[Y] Spec K satisfies P.

Equations
    Instances For

      P holds geometrically for f if and only if all fibers are geometrically P.

      This holds in particular if Y = Spec K.

      theorem AlgebraicGeometry.geometrically_iff_of_commRing {X : Scheme} {P : CategoryTheory.ObjectProperty Scheme} {R : Type u} [CommRing R] {f : X Spec { carrier := R, commRing := inst✝ }} :
      geometrically P f ∀ ⦃K : Type u⦄ [inst : Field K] [inst_1 : Algebra R K] ⦃Y : Scheme⦄ (fst : Y X) (snd : Y Spec { carrier := K, commRing := Field.toEuclideanDomain.toCommRing }), CategoryTheory.IsPullback fst snd f (Spec.map (CommRingCat.ofHom (algebraMap R K)))P Y