Properties of morphisms from properties of ring homs. #
We provide the basic framework for talking about properties of morphisms that come from properties
of ring homs. For P
a property of ring homs, we have two ways of defining a property of scheme
morphisms:
Let f : X ⟶ Y
,
targetAffineLocally (affine_and P)
: the preimage of an affine openU = Spec A
is affine (= Spec B
) andA ⟶ B
satisfiesP
. (TODO)affineLocally P
: For each pair of affine openU = Spec A ⊆ X
andV = Spec B ⊆ f ⁻¹' U
, the ring homA ⟶ B
satisfiesP
.
For these notions to be well defined, we require P
be a sufficient local property. For the former,
P
should be local on the source (RingHom.RespectsIso P
, RingHom.LocalizationPreserves P
,
RingHom.OfLocalizationSpan
), and targetAffineLocally (affine_and P)
will be local on
the target. (TODO)
For the latter P
should be local on the target (RingHom.PropertyIsLocal P
), and
affineLocally P
will be local on both the source and the target.
Further more, these properties are stable under compositions (resp. base change) if P
is. (TODO)
For P
a property of ring homomorphisms, sourceAffineLocally P
holds for f : X ⟶ Y
whenever P
holds for the restriction of f
on every affine open subset of X
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
For P
a property of ring homomorphisms, affineLocally P
holds for f : X ⟶ Y
if for each
affine open U = Spec A ⊆ Y
and V = Spec B ⊆ f ⁻¹' U
, the ring hom A ⟶ B
satisfies P
.
Also see affineLocally_iff_affineOpens_le
.