Documentation

Iwasawalib.FieldTheory.IntermediateField.MaximalAbelian

Maximal abelian subextension #

"le_lift_XXX_iff" and "lift_XXX_le_iff" are useful results since we often chain these constuctions with IntermediateField.lift.

Unused result. TODO: go mathlib

Maximal abelian subextension #

The maximal abelian subextension of K / F is the compositum of all abelian subextension of K / F.

Equations
Instances For
    theorem IntermediateField.lift_maximalAbelianExtension_le_iff {F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] (L E : IntermediateField F K) :
    lift (maximalAbelianExtension F L) E E'L, IsAbelianGalois F E'E' E
    theorem IntermediateField.iSup_le_maximalAbelianExtension {F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] {ι : Type u_3} {E : ιIntermediateField F K} (h : ∀ (i : ι), E i maximalAbelianExtension F K) :
    ⨆ (i : ι), E i maximalAbelianExtension F K
    theorem IntermediateField.isGalois_maximalAbelianExtension_of_isGalois (F : Type u_1) (K : Type u_2) [Field F] [Field K] [Algebra F K] (L : Type u_3) [Field L] [Algebra F L] [Algebra K L] [IsScalarTower F K L] [IsGalois F L] [IsGalois F K] :

    Suppose L / K / F is a field extension tower, such that L / F and K / F are Galois. Let H / K be the maximal abelian subextension of L / K. Then H / F is also Galois.

    Maximal abelian S-subextension #

    The maximal abelian S-subextension of K / F is defined to be the maximal Galois S-subextension of the maximal abelian subextension of K / F.

    Equations
    Instances For

      The maximal abelian S-subextension of K / F is equal to the compositum of all abelian subextensions E of K / F which are S-extensions.

      The maximal abelian S-subextension of K / F is equal to the compositum of all finite abelian subextensions E of K / F which are S-extensions.

      theorem IntermediateField.le_maximalAbelianSExtension_singleton {F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] {p : } [Fact (Nat.Prime p)] (E : IntermediateField F K) [IsAbelianGalois F E] (h : ∃ (n : ), Module.finrank F E = p ^ n) :
      theorem IntermediateField.maximalAbelianSExtension_le_iff {F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] {S : Set } (E : IntermediateField F K) :
      maximalAbelianSExtension F K S E ∀ (E' : IntermediateField F K), IsAbelianGalois F E'IsSExtension F (↥E') SE' E
      theorem IntermediateField.le_lift_maximalAbelianSExtension {F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] (S : Set ) {L E : IntermediateField F K} (h : E L) [IsAbelianGalois F E] [IsSExtension F (↥E) S] :
      theorem IntermediateField.lift_maximalAbelianSExtension_le_iff {F : Type u_1} {K : Type u_2} [Field F] [Field K] [Algebra F K] {S : Set } (L E : IntermediateField F K) :
      lift (maximalAbelianSExtension F (↥L) S) E E'L, IsAbelianGalois F E'IsSExtension F (↥E') SE' E
      theorem IntermediateField.isGalois_maximalAbelianSExtension_of_isGalois (F : Type u_1) (K : Type u_2) [Field F] [Field K] [Algebra F K] (S : Set ) (L : Type u_3) [Field L] [Algebra F L] [Algebra K L] [IsScalarTower F K L] [IsGalois F L] [IsGalois F K] :

      Suppose L / K / F is a field extension tower, such that L / F and K / F are Galois. Let H / K be the maximal abelian S-subextension of L / K. Then H / F is also Galois.