Maximal Galois S-subextension #
Let S be a set of prime numbers. The maximal Galois S-subextension of K / F
(IntermediateField.maximalGaloisSExtension F K S) is defined to be
the compositum of all finite Galois subextensions E of K / F such that the prime factors of
[E : F] is contained in S.
TODO: go mathlib below IntermediateField.exists_finset_of_mem_iSup
TODO: go mathlib
Assertion that a field extension is S-extension #
IsSExtension F K S is a typeclass asserting that K / F is an S-extension, which means that
for any finite subextension E / F of K / F, the prime factors of [E : F] is contained in S.
Note that this does not exclude the case that K / F is a purely transcendental extension,
which is mathematically not interesting.
- primeFactors_subset_of_intermediateField_of_finiteDimensional (E : IntermediateField F K) [FiniteDimensional F ↥E] : ↑(Module.finrank F ↥E).primeFactors ⊆ S
Instances
If L / K / F is a field extension tower, L / F is an S-extension,
then K / F is an S-extension.
If L / K / F is a field extension tower, L / F is an S-extension, K / F is algebraic,
then L / K is an S-extension.
If L / K / F is a field extension tower, L / K and K / F are S-extensions,
K / F is algebraic, then L / F is an S-extension.
If L / F is an algebraic S-extension, then it is the compositum of all
finite S-extensions inside L.
If L / F is a Galois S-extension, then it is the compositum of all
finite Galois S-extensions inside L.
Compositum of a family of Galois S-extensions is also an S-extension.
Note that this is not true for non-Galois case.
Compositum of a two Galois S-extensions is also an S-extension.
Note that this is not true for non-Galois case.
Maximal Galois S-subextension #
The maximal Galois S-subextension of K / F is defined to be the compositum of all
Galois subextensions E of K / F which are S-extensions (IsSExtension).
Equations
- IntermediateField.maximalGaloisSExtension F K S = sSup {E : IntermediateField F K | IsGalois F ↥E ∧ IsSExtension F (↥E) S}
Instances For
The maximal Galois S-subextension of K / F is also equal to the compositum of all
finite Galois subextensions E of K / F which are S-extensions (IsSExtension).
Suppose L / K / F is a field extension tower, such that L / F and K / F are Galois.
Let H / K be the maximal Galois S-subextension of L / K. Then H / F is also Galois.