I didn't study much about Galois theory and it's been a while, so I could really use some help with a sentence in this paper about an algorithm for polynomial factorization.
Preliminaries are as in another question of mine find it here:
- $f \in Z[X]$ monic, squarefree (which here means no multiple roots) with degree $N$
- A prime number $p$ such that $f \mod p$ remains squarefree (not sure if this is important here)
- $f = \prod_{i=1}^n f_i$ in $\mathbb{Z}_p[X]$
We also define (for a field $F$ and some $i \in \mathbb{N}$) the $i$-trace of a polynomial $g \in F[X]$ as $$ Tr_i(g) := \sum_{l=1}^{\deg(g)} \zeta_l^i $$ where the $\zeta_l$ are the $\deg(g)$ (not necessarily different) roots of $g$, as well as, for an integer $l$ $$ Tr_{1\dots l}(g):=\left(Tr_1(g),\,\dots,Tr_l(g)\right) $$ Since $Tr_i(gh) = Tr_i(g) + Tr_i(h)$, all these terms can also be defined more generally for $g \in F(X)$ if we put $$Tr_i(q/r) = Tr_i(q) - Tr_i(R)$$.
If it helps, the $f_i \in \mathbb{Q}_p[X]$ can be assumed to be irreducible.
Also, for $i \in \{1\dots,n\}$, put $$ V_i := Tr_{1\dots N}(f_i) $$ and assume $V_i \in \mathbb{Q_p}^N$ for all $i$.
Then, if $g = \prod_{i=1}^n f_i^{v_i}$ for arbitrary integers $v_i$, $g \in \mathbb{Q_p}(X)$ and using the extended definitions of the trace implicated above,
$$ Tr_{1,\,\dots N}(g) = V := \sum_{i=1}^n v_i V_i $$
Now, I already know that the $V_i$ in the case I'm looking at are linearly independent over $\mathbb{Q}(\alpha_1,\,\dots,\, \alpha_n)$ so that we have an isomorphism of groups
$$ Tr_{1\dots N}: \left(\left\{\prod_{i=1}^n f_i^{v_i};\;v_1,\,\dots,v_n \in \mathbb{Z}\right\},\,\cdot\right) \rightarrow \left(\mathbb{Z} V_1 +\,\dots+ \mathbb{Z} V_n,\, +\right) \subset \mathbb{Q}_p^N $$
Assume that furthermore, $V \in \mathbb{Z}^N$ (the author wants to show that $g \in \mathbb{Q}(X)$
Now, the statement I don't understand is
The Galois group over $\mathbb{Q}$ leaves $V$ invariant, hence it permutes the preimages of $V$, so the fact that the map is 1-1 implies that $g$ is invariant and hence defined over $\mathbb{Q}$.
I don't really see where exactly Galois theory is applied here... are we talking about the Galois group of the Galois extension $\mathbb{Q}(\alpha_1,\,\dots,\,\alpha_n)/\mathbb{Q}$? How/where is it applied, and what is the connection to preimages etc.?
I don't really know where to look/what to look for to study up on, because the sentence is written for people who already understand exactly what he is talking about here, and I do not...