Ramification index for a place (AbsoluteValue) #
(To be written)
References:
- [J. W. S. Cassels, A. Frohlich, editors, Algebraic Number Theory][cassels1967algebraic]
TODO: go mathlib #
TODO: go mathlib
TODO: go mathlib
TODO: go mathlib
Ramification index of a place for an extension #
If L / K / F is an extension tower with L / F Galois, v is a place of L, then the
ramification index of v for K / F is defined to be the index of Iᵥ(L/K) in Iᵥ(L/F)
(0 means infinite). Later we will show that this depends only on the place of K below v
(AbsoluteValue.ramificationIdxOfIsScalarTower_eq_of_comp_eq),
and is independent of the choice of L (AbsoluteValue.ramificationIdx_spec).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ramification index of v for K / F is equal to [Iᵥ(L/F) ⊓ Gal(L/K) : Iᵥ(L/F)],
since Iᵥ(L/K) = Iᵥ(L/F) ⊓ Gal(L/K).
A place of L and its restriction to L' by an isomorphism L' ≃ₐ[K] L have the same
ramification index for K / F.
A generalization of AbsoluteValue.ramificationIdxOfIsScalarTower_comp_algEquiv_eq.
Any two places of L which are the same when restricted to K have the same
ramification index for K / F (since they are conjugate).
If M / L / K / F is an extension tower, M / F and L / F are Galois, v is a place of L,
w is a place of M above v, then v and w have the same ramification index for K / F.
If K / F is an algebraic extension, v is a place of K, then the
ramification index of v for K / F is defined to be the ramification index of w
for K / F, where w is any extension of v to the algebraic closure of K.
Equations
Instances For
The ramification index is well-defined.
A place of K and its restriction to K' by an isomorphism K' ≃ₐ[F] A have the same
ramification index over F.
A generalization of AbsoluteValue.ramificationIdx_comp_algEquiv_eq.
If K / F is normal, then any two places of K which are the same when restricted to F
have the same ramification index over F (since they are conjugate).
Assertion that a place is unramified for an extension #
If L / K / F is an extension tower with L / F Galois, v is a place of L, then v is
called unramified for K / F, if Iᵥ(L/F) ≤ Gal(L/K), or equivalently Iᵥ(L/K) = Iᵥ(L/F)
(AbsoluteValue.isUnramifiedOfIsScalarTower_iff_map_inertiaSubgroup_eq).
Later we will show that this depends only on the place of K below v, and is independent of the
choice of L (AbsoluteValue.isUnramified_spec).
Equations
Instances For
If K / F is an algebraic extension, v is a place of K, then v is called
unramified for K / F, if w is unramified for K / F, where w is any extension of v to the
algebraic closure of K.
Equations
Instances For
If L / K is an algebraic extension, L / F is a field extension, v is a place of F, then
v is called unramified for L / K, if all place w of L above v is
unramified for L / K.
Equations
- AbsoluteValue.IsUnramifiedIn K L v = ∀ (w : AbsoluteValue L ℝ), w.LiesOver v → AbsoluteValue.IsUnramified K w