Why is it that the Eisenstein's Criterion would work when substituting $x$ with $x + 1$? Why is it OK to do this for polynomials in $\mathbb{Q}[x]$?

Thank you


Solution 1:

Well, here is a proof.

Now if $f(x+1) = q(x)r(x)$, then $f(x) = f((x-1)+1) = q(x-1)r(x-1)$.

And if $f(x) = q(x)r(x)$, then $f(x+1) = q(x+1)r(x+1)$.

Notice also that $g(x)$, $g(x-1)$ and $g(x+1)$ always have the same degree. Thus we may conclude by above that $f(x)$ is irreducible if and only if $f(x+1)$ is irreducible.

With the same proof you can generalize this to prove that for all $c \in \mathbb{Z}$, $f(x)$ is irreducible if and only if $f(x+c)$ is irreducible.

Solution 2:

Take $\varphi:\mathbb Q[x]\to\mathbb Q[x]$ which is identity on $\mathbb Q$ and $\varphi(x)=x+1$. Check that $\varphi$ is an automorphism of $\mathbb Q[x]$. Since every algebraic property is preserved by isomorphisms we can deduce that a polynomial $f\in\mathbb Q[x]$ is irreducible if and only if $\varphi(f)$ is irreducible. Moreover, note that $\varphi(f(x))=f(x+1)$.

Solution 3:

I think the trick you are referring to is the fact that a polynomial $f(x)\in \mathbb{Q}[x]$ is irreducible if and only if the polynomial $f(x+1)$ is irreducible in $\mathbb{Q}[x]$. This can make applying the Eisenstein criterion possible when it is not initially, which is why it is useful to do this.