Commit 2025-02-13 06:13 e2c6f0ed
View on Github →feat(NumberTheory/RamificationInertia): ramificationIdx and inertiaDeg in Galois extensions (#20899)
Assume B/A is a finite extension of Dedekind domains, K is the fraction ring of A, L is the fraction ring of K. We show that if L/K is a Galois extension, then
- All
Ideal.ramificationIdx(resp.Ideal.inertiaDeg) over a fixed maximal idealpofAare the same, which we define asIdeal.ramificationIdxIn(resp.Ideal.inertiaDegIn). - Let
pbe a maximal ideal ofA,rbe the number of prime ideals lying overp,ebe the ramification index ofpinB, andfbe the inertia degree ofpinB. Thenr * (e * f) = [L : K]. It is the form of Ideal.sum_ramification_inertia in the case of Galois extension. This is adapted from the proof in the case of number fields.