Documentation

Mathlib.FieldTheory.Galois.Profinite

Main definitions and results #

In a field extension K/k

The (finite) Galois group Gal(L / k) associated to a L : FiniteGaloisIntermediateField k K L.

Equations
Instances For
    noncomputable def finGaloisGroupMap {k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] {L₁ : (FiniteGaloisIntermediateField k K)ᵒᵖ} {L₂ : (FiniteGaloisIntermediateField k K)ᵒᵖ} (le : L₁ L₂) :
    (Opposite.unop L₁).finGaloisGroup (Opposite.unop L₂).finGaloisGroup

    For FiniteGaloisIntermediateField s L₁ and L₂ with L₂ ≤ L₁ the restriction homomorphism from Gal(L₁/k) to Gal(L₂/k)

    Equations
    Instances For

      The functor from FiniteGaloisIntermediateField (ordered by reverse inclusion) to FiniteGrp, mapping each intermediate field K/L/k to Gal (L/k).

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