Ring Homomorphisms surjective on stalks #
In this file, we prove some results on ring homomorphisms surjective on stalks, to be used in the development of immersions in algebraic geometry.
A ring homomorphism R →+* S is surjective on stalks if R_p →+* S_q is surjective for all pairs
of primes p = f⁻¹(q). We show that this property is stable under composition and base change, and
that surjections and localizations satisfy this.
A ring homomorphism R →+* S is surjective on stalks if R_p →+* S_q is surjective for all pairs
of primes p = f⁻¹(q).
Equations
- f.SurjectiveOnStalks = ∀ (P : Ideal S) (x : P.IsPrime), Function.Surjective ⇑(Localization.localRingHom (Ideal.comap f P) P f ⋯)
Instances For
R_p →+* S_q is surjective if and only if
every x : S is of the form f x / f r for some f r ∉ q.
This is useful when proving SurjectiveOnStalks.
If R → T is surjective on stalks, and J is some prime of T,
then every element x in S ⊗[R] T satisfies (1 ⊗ r • t) * x = a ⊗ t for some
r : R, a : S, and t : T such that r • t ∉ J.