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 idealp
ofA
are the same, which we define asIdeal.ramificationIdxIn
(resp.Ideal.inertiaDegIn
). - Let
p
be a maximal ideal ofA
,r
be the number of prime ideals lying overp
,e
be the ramification index ofp
inB
, andf
be the inertia degree ofp
inB
. 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.