Chebotarev Density Theorem answers to factorization of polynomials

algebraic-number-theorygalois-theorypolynomials

I've read of Chebotarev Density Theorem. The statement over $\mathbb{Q}$ is:

Let $K$ be Galois over $\mathbb{Q}$ with Galois group $G$. Let $C$ be a conjugacy class of $G$. Let $S$ be the set of (rational) primes $p$ such that the set of $\{\text{Frob}_{𝔭} | 𝔭 \ \text{above } p\}$ is the conjugacy class $C$. The set $S$ has density $\frac{|C|}{|G|}$.

I understand the statement, and my question is not about that, but the relation of this statement with facts about polynomials. There is the following fact, which tells that there is a correspondence:

Let $K = \mathbb{Q}(\alpha)$, where $\alpha$ is an algebraic integer. Let $f$ be the minimal polynomial of $\alpha$, and let $L$ be the Galois closure of $K$ with Galois group $G$. Let $p$ be a (rational) prime which does not ramify. The factorization of $f$ modulo $p$, that is, $f \equiv f_1f_2 \ldots f_k \pmod{p}$, is the same as the cycle type $(f_1, f_2, \ldots, f_k)$ of the $Frob_𝔭 \in G$ permuting $f$'s roots, where $𝔭 \in L$ is a prime ideal above $p$.

(I would also be happy to see a reference/proof to this theorem, but that's not the main issue. I'm also interested to know if there is some other way to motivate the connection between Frobenius maps and polynomials)

Now, for the questions.

  1. Can we apply the Chebotarev Density Theorem for determining the density of a given factorization type for a given polynomial? For example, if we have the polynomial $x^4 + x + 1$, can we calculate how often we have the factorization type $(1, 3)$. This seems possible to me using the other fact I wrote, but I am not able to fill in the details.

  2. Moreover, can this factorization type be reached from more than one conjugacy class? That is, can there be two (or more) conjugacy classes $C_1, C_2$ such that the $p$ with $\sigma_p = \{\text{Frob}_𝔭 | 𝔭 \text{ above } p\} \in C_1, C_2$ have the cycle type $(1, 3)$?

  3. Does the situation in 1. change for reducible polynomials – is the calculation still possible?

I also have a loosely-related question about applying the density theorem to obtain some other results:

4.
In http://websites.math.leidenuniv.nl/algebra/Lenstra-Chebotarev.pdf there is an example application of the Chebotarev density theorem for proving the Dirichlet's theorem on arithmetical progressions at page 4 in the paragraph starting with "If you apply this theorem in the abelian case, …"

In general, I'm very confused about the proof. For me the most intuitive way to approach the problem would be looking at the cycle types of $\sigma_p$, but the proof seems to "cheat" by looking at $\sigma_p$ as integers modulo $m$. There seems not to be a polynomial whose factorization we would inspect, which confuses me – how does this other method precisely work, what happens in the step $\sigma_p \longleftrightarrow (p \text{ mod } m)$? I kind of feel like I've answered my own question already, but if someone has some clarifying ideas, please share.

Best Answer

Anything but a complete answer. More like a list of related points too long to fit into a comment.

The general result you mentioned is due to Dedekind. Locally a proof is discussed here. Google points at this on-line resource. I first learned about it from chapter 4 in Jacobson's Basic Algebra I. It is probably best phrased using the language of algebraic number fields, splitting of prime ideals in particular. The key assumption is that after reduction modulo $p$ the polynomial should not have factors with multiplicities $>1$. This allows us to write the quotient ring $\Bbb{Z}_p[x]/\langle f(x)\rangle$ as a direct sum of the finite fields $\Bbb{Z}_p[x]/\langle p_i(x)\rangle$, where $p_i(x)$ are the irreducible factors of $f(x)$ modulo $p$. So, Chinese remainder theorem again!

  1. The extra piece of information you need is the Galois group of your polynomial viewed as a group of permutations of its zeros. Dedekind's theorem is actually a very useful tool in figuring out the Galois group. The quartic $p(x)=x^4+x+1$ is a case in point. Its Galois group $G$ is a subgroup of $S_4$. It is irreducible modulo two, so there is a 4-cycle $\alpha\in G$. Modulo three it factors as follows $$p(x)=(x-1)(x^3+x^2+x-1).$$ The first factor is there because $p(1)=3\equiv0$, and that cubic is irreducible because it has no zeros in $\Bbb{Z}_3$. Therefore there is a 3-cycle $\beta\in G$. This actually already implies that $G=S_4$. The presence of $\alpha$ says that $G$ is transitive. The presence of $\beta$ says $G$ is 2-transitive (a point stabilizer is transitive). The only 2-transitive subgroups of $S_4$ are $S_4$ itself and $A_4$. But $\alpha\notin A_4$. At this point all you need to do is the bit of combinatorics telling that there are eight $3$-cycles in $G=S_4$ (well known to form a single conjugacy class). $8/|G|=1/3$ so this tells that, asymptotically, $p(x)$ splits into a product of a linear factor and an irreducible cubic modulo one third of the primes.
  2. It is definitely possible that there are several conjugacy classes of elements with the same cycle structure. The simplest cases are the small abelian groups. For example, the splitting field of $q(x)=x^4+1$ is $\Bbb{Q}(i,\sqrt2)$. As a group of permutations the Galois group is the copy of Klein four, $G=\{1,(12)(34),(13)(24),(14)(23)\}$. So, unless $q(x)$ splits completely modulo a prime $p\neq2$, it is the product of two irredudible quadratics. See this thread for a different elementary look at this polynomial. Even though they are singletons as conjugacy classes, three quarters of the elements of the Galois group have the cycle type $(2,2)$, so modulo $3/4$ of the primes we get the factorization into two irreducible quadratics. In the remaining quarter of cases $q(x)$ splits completely, and checking the linked thread you quickly realize that $q(x)$ splits completely modulo $p$ if and only if $p\equiv1\pmod8$. Warning: splitting type is determined by the residue class of $p$ (modulo some integer) only when $G$ is abelian (this result comes from class field theory, and I'm the wrong person to attempt to communicate that).
Related Question