Documentation

Mathlib.NumberTheory.NumberField.Cyclotomic.Galois

Galois theory for cyclotomic fields #

In this file, we study the Galois theory of cyclotomic extensions of .

Let n be an integer. There is an isomorphism between Gal(ℚ(ζₙ)/ℚ) and (ℤ/nℤ)ˣ that sends σ to a_σ such that σ (ζₙ) = ζₙ ^ a_σ.

Following [Washington][washington.cyclotomic], we define the bijection between subfields of ℚ(ζₙ) and subgroups of the group Xₙ of Dirichlet characters of level n such that F corresponds to Y if and only if the subgroup H of (ℤ/nℤ)ˣ corresponding to F by the above isomorphism is the orthogonal of Y for the nondegenerate pairing on (ℤ/nℤ)ˣ × Xₙ defined by (n, χ) ↦ χ n.

Main definitions and results #

@[reducible, inline]
noncomputable abbrev IsCyclotomicExtension.Rat.galEquivZMod (n : ) [NeZero n] (K : Type u_1) [Field K] [NumberField K] [hK : IsCyclotomicExtension {n} K] :
Gal(K/) ≃* (ZMod n)ˣ

The isomorphism between Gal(ℚ(ζₙ)/ℚ) and (ℤ/nℤ)ˣ that sends σ to the class a such that σ (ζₙ) = ζₙ ^ a.

Equations
Instances For
    theorem IsCyclotomicExtension.Rat.galEquivZMod_apply_of_pow_eq (n : ) [NeZero n] (K : Type u_1) [Field K] [NumberField K] [hK : IsCyclotomicExtension {n} K] (σ : Gal(K/)) {x : K} (hx : x ^ n = 1) :
    σ x = x ^ (↑((galEquivZMod n K) σ)).val
    theorem IsCyclotomicExtension.Rat.galEquivZMod_smul_of_pow_eq (n : ) [NeZero n] (K : Type u_1) [Field K] [NumberField K] [hK : IsCyclotomicExtension {n} K] (σ : Gal(K/)) {x : NumberField.RingOfIntegers K} (hx : x ^ n = 1) :
    σ x = x ^ (↑((galEquivZMod n K) σ)).val
    theorem IsCyclotomicExtension.Rat.galEquivZMod_restrictNormal_apply (n : ) [NeZero n] (K : Type u_1) [Field K] [NumberField K] [hK : IsCyclotomicExtension {n} K] {m : } [NeZero m] (F : Type u_2) [Field F] [NumberField F] [hF : IsCyclotomicExtension {m} F] [Algebra F K] [IsGalois F] (h : m n) (σ : Gal(K/)) :

    Let m ∣ n. Then, the following diagram commutes: Gal(ℚ(ζₙ)/ℚ) → (ℤ/nℤ)ˣ ↓ ↓ Gal(ℚ(ζₘ)/ℚ) → (ℤ/mℤ)ˣ where the horizontal maps are galEquivZMod, the left map is the restriction map and the right map is the natural map.

    The bijection between the subgroups of Gal(ℚ(ζₙ)/ℚ) and the subgroups of the group of Dirichlet characters of level n.

    Equations
    Instances For

      The bijection between the intermediate fields of ℚ(ζₙ)/ℚ and the subgroups of the group of Dirichlet characters of level n.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Assume that m ∣ n, then the image of ℚ(ζₘ) ⊆ ℚ(ζₙ) by intermediateFieldEquivSubgroupChar is the set of characters whose conductor divides m.