Say a group G
is realizable over a field K
if it
is isomorphic to the Galois group of a Galois extension
of K
- exists_realization : Nonempty (GaloisRealization K G)
Instances
The Inverse Galois Problem: every finite group is isomorphic to the Galois group of a Galois extension of the rationals.
Every finite cyclic group is realizable.
Every finite abelian group is realizable.
theorem
inverse_galois_problem.variants.symmetric_group
{S : Type u_1}
[Fintype S]
:
IsRealizable ℚ (S ≃ S)
Every finite symmetric group is realizable.
theorem
inverse_galois_problem.variants.complex_rational_functions
{G : Type u_1}
[Fintype G]
[Group G]
:
IsRealizable (RatFunc ℂ) G
Every finite group is realisable over the field of rational functions with complex coefficients.
theorem
inverse_galois_problem.variants.complex_function_field
{G : Type u_1}
{K : Type u_2}
[Field K]
[CharZero K]
[Fintype G]
[Group G]
:
IsRealizable (RatFunc K) G
Every finite group is realisable over the field of rational functions
with coefficients K
, where K
is any field of characteristic 0.