The book I am using provides a nice proof of Eisenstein's Criterion, I'm lost on the last couple lines. The particular questions follow the proof:
Suppose the usual divisibility conditions on the coefficients in Eisenstein's Criterion. Call the prime in the supposition $p$. We want to show $f(x) \in \mathbb{Z}[x]$, a polynomial of degree $n$, is irreducible over $\mathbb{Q}$. Using a previous result we know $f(x)$ reducible over $\mathbb{Q}$ means there exist $g(x),h(x) \in \mathbb{Z}[x]$ such that $f(x)=g(x)h(x)$. Further, we know from previous results, the degree of $g$ and $h$ are less than $n$. Consider $\bar{f},\bar{g},\bar{h} \in \mathbb{Z}_p[x]$ obtained from $f(x),g(x),h(x) \in \mathbb{Z}[x]$ by reducing all coefficients modulo $p$. Then, since $p$ divides all the coefficients of $f(x)$ except $a_n$ (the coefficient of highest order), we have $a_nx^n=\bar{f}=\bar{g}\bar{h}$ Since $\mathbb{Z}_p$ is a field, $\mathbb{Z}_p[x]$ is a unique factorization domain. Thus, $x | \bar{g}(x)$ and $x | \bar{h}(x)$. So, $\bar{g}(0)=\bar{h}(0)=0$ and, therefore, $p | g(0)$ and $p | h(0)$. But then $p^2|g(0)h(0)=f(0)=a_0$ (i.e. the constant coefficient in $f$). This contradicts the assumptions we made on the coefficients.
- Why does $x | \bar{g}(x)$ and $x | \bar{h}(x)$? Can't all the $x$'s divide one of the polynomials, for instance, $x^n|\bar{h}(x)$? I think this has to do with $\bar{f}$ being UFD, but I'm still a little unclear on this.
- Why does $\bar{g}(0)=\bar{h}(0)=0$ imply $p | g(0)$ and $p | h(0)$?
- I understand the contradictory statement, but I didn't know we were doing a proof by contradiction! Usually, these go by assuming the opposite of something. Where was that claim made?
Edit: Okay the answer to #3 is assuming a factorization existed.
The proof is by contradiction, because, in order to prove that $f$ is an irreducible polynomial, we are assuming that $f$ is not irreducible, i.e., it has a non-trivial factorization, in order to obtain a contradiction with the assumptions on $f$.
Once this is clear, we can clarify the two tricky points of the proof: