Decomposition and Inertia fields #
In this file, we develop Hilbert Theory on the splitting of prime ideals in a Galois extension.
Let L/K be a Galois extension of fields. Let A and B be subrings of K L respectively with
K fraction field of A, L fraction field of B and B the integral closure of A in L.
For P a prime ideal of B, the decomposition field D of P in L/K is the subfield of
elements of L fixed by the stabilizer of P in Gal(L/K), and the inertia field E of P
in L/K is the subfield of elements of L fixed by the inertia group of P in Gal(L/K).
Let L/K be a Galois extension of fields and let P be a prime ideal of B. The predicate that
says that D is the decomposition field of P in L/K, that is the subfield fixed the
decomposition subgroup of P, that is the stabilizer of P in Gal(L/K).
- faithful : FaithfulSMul (↥(MulAction.stabilizer Gal(L/K) P)) L
- commutes : SMulCommClass (↥(MulAction.stabilizer Gal(L/K) P)) D L
- isInvariant : Algebra.IsInvariant D L ↥(MulAction.stabilizer Gal(L/K) P)
Instances
Let L/K be a Galois extension of fields and let P be a prime ideal of B. The predicate that
says that E is the inertia field of P in L/K, that is the subfield fixed the inertia
subgroup of P in Gal(L/K).
- faithful : FaithfulSMul (↥(Ideal.inertia Gal(L/K) P)) L
- commutes : SMulCommClass (↥(Ideal.inertia Gal(L/K) P)) E L
- isInvariant : Algebra.IsInvariant E L ↥(Ideal.inertia Gal(L/K) P)