Documentation

LeanPool.QuadraticIterates.ArchMath1992

Galois groups over ℚ of some iterated polynomials #

A formalization of M. Stoll, Galois groups over ℚ of some iterated polynomials, Arch. Math. 59 (1992), 239-244.

For an integer a such that -a is not a square, let f_n be the n-th iterate of f = X² + a, let K_n be the splitting field of f_n over and Ω_n its Galois group, which always embeds into the n-fold iterated wreath product [C₂]ⁿ.

Main definitions #

Main statements #

Notation #

fℚ[a, n] is local notation for the iterate f_n viewed in ℚ[X], that is, for (iteratedPoly a n).map (Int.castRingHom ℚ).

Implementation notes #

QuadraticIterates.degree_criterion (Lemma 1.6) is proved from the hypothesis that f_n is irreducible, which is weaker than the paper's maximality hypothesis [K_n : ℚ] = 2 ^ (2 ^ n - 1).

All declarations live in the QuadraticIterates namespace. The development is split over QuadraticIterates/ArchMath1992/: Sequences (the γ- and β-sequences over general rings and over ), Iterates (the polynomials f_n, the fields K_n, the groups Ω_n, the sequences c and b), Irreducibility, DegreeCriterion and Main.