Documentation

GeometricallyP.Geometry.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 scheme X over a field k is geometrically P if P holds for any base change X_K for a field extension K of k.

If X is a scheme over S and f : T ⟶ S is a morphism, the fibre product X ×[S] T is a scheme over T. This matches the order in CategoryTheory.Over.pullback, but not the tensor product convention.

Equations

A scheme X over a field k is geometrically P if P holds for any base change X_K for a field extension K of k.

Instances
    theorem AlgebraicGeometry.geometrically_iff (P : CategoryTheory.ObjectProperty Scheme) {k : Type u} [Field k] {X : Scheme} (s : X Spec (CommRingCat.of k)) :
    Geometrically P s ∀ (K : Type u) [inst : Field K] [inst_1 : Algebra k K] (Y : Scheme) (fst : Y X) (snd : Y Spec (CommRingCat.of K)), CategoryTheory.IsPullback fst snd s (Spec (CommRingCat.of K) Spec (CommRingCat.of k))P Y
    @[reducible, inline]

    A scheme X over a field k is geometrically reduced if any base change X_K is reduced for a field extension K of k.

    Equations
    Instances For
      @[reducible, inline]

      A scheme X over a field k is geometrically connected if any base change X_K is connected for a field extension K of k.

      Equations
      Instances For

        If X ⟶ Spec k is geometrically P and k' is a field extension of k, then also X_k' ⟶ Spec k' is geometrically P.

        Suppose the property P is preserved by surjective morphisms (i.e., if X ⟶ Y is surjective and X satisfies P, also Y satisfies P). Then Geometrically P is invariant under scalar extensions.