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.
Equations
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.
- prop_of_isPullback (K : Type u) [Field K] [Algebra k K] (Y : Scheme) (fst : Y ⟶ X) (snd : Y ⟶ Spec (CommRingCat.of K)) (h : CategoryTheory.IsPullback fst snd s (Spec (CommRingCat.of K) ↘ Spec (CommRingCat.of k))) : P Y
Instances
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
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.