The different exponent of a tame place #
Let F' / k' be an extension of the algebraic function field F / k with F' / F finite and
separable, and let P' be a place of F' / k' over P = P'.restrict k F. Dedekind's different
theorem (Stichtenoth, Theorem 3.5.1) says that d(P' ∣ P) ≥ e(P' ∣ P) - 1 always, with equality
exactly when the place is tame. The inequality is
TauCeti.Place.ramificationIdx_le_differentExponent_add_one; this file supplies the equality,
e(P' ∣ P) = d(P' ∣ P) + 1, at a place where the residue extension of the local model is
separable and the residue characteristic does not divide e(P' ∣ P).
Everything is read on the local model 𝒪_P ⊆ 𝒪'_P of
TauCeti/FieldTheory/FunctionField/Different/Basic.lean, where the different exponent lives, so
the two hypotheses are stated for the centre 𝔓 of P' on 𝒪'_P over the maximal ideal of the
discrete valuation ring 𝒪_P, whose residue ring is the residue field of P
(TauCeti.Place.center_restrict_asIdeal_eq_maximalIdeal). This is the same ideal-theoretic
reading of the residue extension that TauCeti.Place.differentExponent_eq_zero_iff uses for
unramifiedness. The theorem behind it is TauCeti.not_pow_ramificationIdx_dvd_differentIdeal.
Tameness is genuinely needed, and so is residue separability: d = e - 1 fails in the wild case
(Stichtenoth, Corollary 3.5.5 records d ≥ e there), and over an imperfect residue field an
unramified-looking place with inseparable residue extension already has d > 0.
Main results #
TauCeti.Place.ramificationIdx_eq_differentExponent_add_one: Dedekind's different theorem in the tame case (Stichtenoth, Theorem 3.5.1(b)), in the subtraction-free forme(P' ∣ P) = d(P' ∣ P) + 1.TauCeti.Divisor.coeff_different_add_one_eq_ramificationIdx: the same statement read on the different divisor.
References #
- H. Stichtenoth, Algebraic Function Fields and Codes, 2nd ed., GTM 254, Springer, 2009, Theorem 3.5.1 and Corollary 3.5.5.
Dedekind's different theorem in the tame case (Stichtenoth, Theorem 3.5.1(b)): at a place
P' whose local model has separable residue extension and whose ramification index is invertible
in the residue field of P, the different exponent is exactly one less than the ramification
index. It is stated as e(P' ∣ P) = d(P' ∣ P) + 1 so that no truncated subtraction of natural
numbers appears.
The residue extension is read on the local model, between the residue ring of the maximal ideal of
the discrete valuation ring 𝒪_P — which is the residue field of P, by
TauCeti.Place.center_restrict_asIdeal_eq_maximalIdeal — and the residue ring of the centre of
P' on 𝒪'_P. Both hypotheses are essential: without tameness the place is wild and
d(P' ∣ P) ≥ e(P' ∣ P), and without residue separability
TauCeti.Place.differentExponent_eq_zero_iff already fails at e = 1.
The different divisor at a tame place (Stichtenoth, Theorem 3.5.1(b) and Remark 3.4.4):
the coefficient of a tame place P' in Diff(F'/F) is e(P' ∣ P) - 1, stated without
subtraction.