Documentation

Mathlib.RingTheory.Unramified.LocalStructure

Local structure of unramified algebras #

In this file, we will prove that if S is a finite type R-algebra unramified at Q, then there exists f ∉ Q and a standard etale algebra A over R that surjects onto S[1/f]. Geometrically, this says that unramified morphisms locally are closed subsets of etale covers.

As a corollary, we also obtain results about the local structure of etale and smooth algebras.

Main definition and results #

def HasStandardEtaleSurjectionOn (R : Type u_1) {S : Type u_3} [CommRing R] [CommRing S] [Algebra R S] (f : S) :

The predicate "there exists a standard etale algebra A over R that surjects onto S[1/f]". We shall show if S is R-unramified at Q then there exists f ∉ Q satisfying it.

Instances For
    theorem HasStandardEtaleSurjectionOn.mk {R : Type u_1} {A : Type u_2} {S : Type u_3} [CommRing R] [CommRing A] [CommRing S] [Algebra R S] [Algebra R A] [Algebra.IsStandardEtale R A] {Sf : Type u_4} [CommRing Sf] [Algebra R Sf] [Algebra S Sf] [IsScalarTower R S Sf] {f : S} [IsLocalization.Away f Sf] (φ : A →ₐ[R] Sf) (H : Function.Surjective φ) :
    theorem Algebra.IsUnramifiedAt.exists_notMem_forall_ne_mem_and_adjoin_eq_top {R : Type u_1} {S : Type u_3} [CommRing R] [CommRing S] [Algebra R S] (Q : Ideal S) [Q.IsPrime] [Module.Finite R S] [IsUnramifiedAt R Q] :
    tQ, (∀ Q'(Ideal.under R Q).primesOver S, Q' Qt Q') (Ideal.under R Q).ResidueField[(algebraMap S Q.ResidueField) t] =

    Let S be an finite R-algebra that is unramified at some prime Q. Then there exists some x : S such that Q is the unique prime lying over P := Q ∩ R⟨x⟩ and κ(P) = κ(Q).

    theorem Algebra.IsSmoothAt.exists_isStandardEtale_mvPolynomial {R : Type u_1} {S : Type u_3} [CommRing R] [CommRing S] [Algebra R S] {p : Ideal S} [p.IsPrime] [FinitePresentation R S] [IsSmoothAt R p] :
    fp, ∃ (n : ) (x : Algebra (MvPolynomial (Fin n) R) (Localization.Away f)), IsScalarTower R (MvPolynomial (Fin n) R) (Localization.Away f) IsStandardEtale (MvPolynomial (Fin n) R) (Localization.Away f)

    Given S a finitely presented R-algebra, and p a prime of S. If S is smooth over R at p, then there exists f ∉ p such that R → S[1/f] factors through some R[X₁,...,Xₙ], and that S[1/f] is standard etale over R[X₁,...,Xₙ].