Documentation

Mathlib.FieldTheory.AbsoluteGaloisGroup

The topological abelianization of the absolute Galois group. #

We define the absolute Galois group of a field K and its topological abelianization.

Main definitions #

Main results #

Tags #

field, algebraic closure, galois group, abelianization

The absolute Galois group #

def Field.absoluteGaloisGroup (K : Type u_1) [Field K] :
Type u_1

The absolute Galois group of K, defined as the Galois group of the field extension K^al/K, where K^al is an algebraic closure of K.

Equations
Instances For
    @[instance_reducible]
    noncomputable instance Field.instGroupAbsoluteGaloisGroup (K : Type u_1) [Field K] :
    Equations
    • One or more equations did not get rendered due to their size.
    @[instance_reducible]

    absoluteGaloisGroup is a topological space with the Krull topology.

    Equations

    A commuting square of two fields and their algebraic closures induces a continuous homomorphism of their absolute Galois groups.

    Equations
    Instances For
      noncomputable def Field.absoluteGaloisGroup.map {K : Type u_1} {L : Type u_2} [Field K] [Field L] (f : K →+* L) :

      An embedding of fields induces a continuous homomorphism of absolute Galois groups. Note that this depends on an arbitrary choice of embedding of the algebraic closures.

      Equations
      Instances For
        @[simp]
        @[simp]
        theorem Field.absoluteGaloisGroup.map_toFun_symm_apply {K : Type u_1} {L : Type u_2} [Field K] [Field L] (f : K →+* L) (x : absoluteGaloisGroup L) (b : AlgebraicClosure K) :

        The topological abelianization of the absolute Galois group #

        @[reducible, inline]

        The topological abelianization of absoluteGaloisGroup, that is, the quotient of absoluteGaloisGroup by the topological closure of its commutator subgroup.

        Equations
        Instances For