Documentation

Mathlib.RingTheory.RamificationInertia.Inertia

Inertia degree #

Given a prime ideal q of an R-algebra S, the inertia degree of q over R is defined to be the degree of the residue field of q over the residue field of its preimage p in R.

Main definitions #

Main statements #

noncomputable def Ideal.inertiaDeg' {S : Type u_1} [CommRing S] (q : Ideal S) (R : Type u_2) [CommRing R] [Algebra R S] :

Given a prime ideal q of an R-algebra S, the inertia degree of q over R is defined to be the degree of the residue field of q over the residue field of its preimage p in R.

When q is not prime, we use a junk value of 0.

This will eventually replace the existing definition of Ideal.inertiaDeg.

Equations
Instances For
    theorem Ideal.inertiaDeg'_of_not_isPrime {S : Type u_1} [CommRing S] (q : Ideal S) (R : Type u_2) [CommRing R] [Algebra R S] (hq : ¬q.IsPrime) :
    theorem Ideal.inertiaDeg_eq_inertiaDeg' {R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (p : Ideal R) (q : Ideal S) [q.LiesOver p] [p.IsMaximal] [q.IsMaximal] :
    theorem Ideal.inertiaDeg'_tower {R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] [Algebra S T] [IsScalarTower R S T] (q : Ideal S) (r : Ideal T) [r.LiesOver q] :