The topological abelianization of the absolute Galois group. #
We define the topological abelianization of the absolute Galois group of a field K.
In order to fo this, we needed to formalize the definition subgroup.connected_component_of_one and
the lemmas topological_group.continuous_conj and subgroup.is_normal_topological_closure, which
have already been integrated into mathlib.
Main definitions #
G_K: The Galois group of the field extensionK^al/K, whereK^alis an algebraic closure ofK.G_K_ab: The topological abelianization ofG_K, that is, the quotient ofG_Kby the topological closure of its commutator subgroup.
Tags #
number field, galois group, abelianization
The absolute Galois group of G, defined as the Galois group of the field extension K^al/K,
where K^al is an algebraic closure of K.
Equations
- G_K K = (algebraic_closure K ≃ₐ[K] algebraic_closure K)
@[protected, instance]
Equations
- G_K.inhabited K = {default := 1}
@[protected, instance]
G_K is a topological group with the Krull topology.
Topological abelianization
@[protected, instance]
@[protected, instance]
Equations
@[protected, instance]
Equations
- G_K_ab.inhabited K = {default := 1}
@[protected, instance]
G_K_ab is a topological space with the quotient topology.
@[protected, instance]
G_K_ab is a topological group with the quotient topology.