I have the following problem to solve
If $a_1, a_2, ... , a_n$ are disitinct integers. Show that ${(x - a_1)}^2{(x - a_2)}^2 \; \cdots \; {(x - a_n)}^2 + 1$ is irreducible over $\mathbb{Z}$.
This is my attempt at the proof:
We know as a consequence of the Fundamental Theorem of Algebra that any polynomial $p(x)$ can be written as $p(x) = \beta(x - \alpha_1)(x - \alpha_2)\cdots (x - \alpha_k)$ where $\alpha_i \in \mathbb{C}$ are zeros of $p(x)$.
So if $p(x) = {(x - a_1)}^2{(x - a_2)}^2 \; \cdots \; {(x - a_n)}^2 + 1$ be written as $p(x) = \beta(x - \alpha_1)(x - \alpha_2)\cdots (x - \alpha_k)$ then by the remainder theorem we need $p(\alpha_i) = 0$ for $1 \le i \le k$. So $p(\alpha_i) = {(\alpha_i - a_1)}^2{(\alpha_i - a_2)}^2 \; \cdots \; {(\alpha_i - a_n)}^2 + 1$.
Now two cases arise:
- If $\alpha_i \in \mathbb{R}$ then obviously for $j$, $1 \le j \le n$ we have ${(\alpha_i - a_j)}^2 \ge 0$ so overall $p(\alpha_i) \ge 1$. Thus $p(x)$ is irreducible.
- If $\alpha \in \mathbb{C} \setminus \mathbb{R}$.
I don't know how to proceed for this case. I thought that both the imaginary and real parts should be equal to $0$ but I don't know how to prove it. Can anyone help me with this part?.
Define $z_k = {(\alpha - a_k)}^2 = |z_k|e^{i \theta_k}$. Assume $\alpha$ is a complex root of $p(x)$ then $p(\alpha) = 0$, i.e,
$$ z_1z_2 \; \cdots \; z_n + 1 =0 $$
Now applying the complex conjugate operator on both sides we get
$$ \bar{z_1} \bar{z_2} \; \cdots \; \bar{z_n} + 1 = 0$$
Now equating these two equations and noting that $\bar{z_k} = |z_k|e^{-i \theta_k}$ we get
$$z_1z_2 \; \cdots \; z_n = \bar{z_1} \bar{z_2} \; \cdots \; \bar{z_n}$$ $$ \implies |z_1||z_2|...|z_n|e^{i(\theta _1 + \theta _2 + \dots + \theta_n)} = |z_1||z_2|...|z_n|e^{-i(\theta _1 + \theta _2 + \dots + \theta_n)}$$
$$ \implies e^{2i(\theta _1 + \theta _2 + \dots + \theta_n)} = 1$$ $$ \implies \theta _1 + \theta _2 + \dots + \theta_n = 0$$
Now consider $$p(\alpha) = z_1z_2 \; \cdots \; z_n + 1 = |z_1||z_2|...|z_n|e^{i(\theta _1 + \theta _2 + \dots + \theta_n)} = |z_1||z_2|...|z_n|e^{i(0)} = |z_1||z_2|...|z_n|$$
But $|z_1||z_2|...|z_n| > 0$ so overall we get $p(\alpha) > 1$ and this contradicts our assumption and our proof is complete.
I am new to solving these types of problems, so I would like to know whether my proof is correct.
P.S I had seen a similar question to this. But in that, the solution uses Gauss's lemma which I haven't studied yet and presumably in my book this problem is meant to be solved without using Gauss's lemma.