Documentation

Mathlib.RingTheory.LocalRing.ResidueField.Polynomial

Residue field of primes in polynomial algebras #

Main results #

κ(I[X]) ≃ₐ[κ(I)] κ(I)(X).

Instances For
    noncomputable def Polynomial.fiberEquivQuotient {R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (f : Polynomial R →ₐ[R] S) (hf : Function.Surjective f) (p : Ideal R) [p.IsPrime] :

    κ(p) ⊗[R] (R[X] ⧸ I) = κ(p)[X] / I

    Instances For
      theorem Polynomial.fiberEquivQuotient_tmul {R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (f : Polynomial R →ₐ[R] S) (hf : Function.Surjective f) (p : Ideal R) [p.IsPrime] (a : p.ResidueField) (b : Polynomial R) :

      Given a prime P of R and an ideal I of R[X], the image of I in κ(P)[X] is generated by some p ∈ I (basically because κ(P)[X] is a PID).