Theorem 2.39 (Gauss’s Lemma). A polynomial $f ∈ \mathbb{Z}[x] ⊆ \mathbb{Q}[x]$ of the form $$f(x) = x^n + a_{n−1}x+^{n−1}+ ...+ a_1x + a_0$$ is irreducible in $\mathbb{Q}[x]$ if and only if it is irreducible in $\mathbb{Z}[x]$. More precisely, if $f(x) ∈ \mathbb{Z}[x]$, then $f(x)$ factors into a product of two polynomials of lower degrees $r$ and $s$ in $\mathbb{Q}[x]$ if and only if it has such a factorisation with polynomials of the same degrees $r$ and $s$ in $\mathbb{Z}[x]$.
This is a theorem that we have gotten in our lecture notes, when I search the proof for Gauss's Theorem online I get different theorems to the one above and many different proofs that don't seem right for this theorem. Are there many different Gauss's Lemma?
What would a proof for this version look like? Could someone send me a link to a website that has th eproof for this Lemma?
"Abstract Algebra" of Dummit and Foote (pag. 303) has a detailed proof.
Let $p(x) \in \mathbb{Z}[x]$ such that $p(x)=A(x)B(x)$ for some non-zero degree polynomials $A(x)$ and $B(x)$ in $\mathbb{Q}[x]$. Then we can find $r$ and $s$ in $\mathbb{Q}$ such that $a(x)=rA(x)$ and $b(x)=sB(x)$ are both in $\mathbb{Z}[x]$ and $p(x)=a(x)b(x)$ (i.e. a factorization of $p(x)$ in $\mathbb{Z}[x]$).
Proof.
Let $k$ be the common denominator of all the coefficients of $A(x)$ hence $a'(x)=kA(x)$ is in $\mathbb{Z}[x]$. In the same way we find a $b'(x)=qB(x)$ in $\mathbb{Z}[x]$.Let $d=kq$, we get $dp(x)=a'(x)b'(x)$. If $d=1$ we've done, so suppose $d \neq 1$. Write the factorization of $d$ into, non necessarily distinct, prime numbers $d=p_1p_2...p_n$.
For every $i$ the ring $\mathbb{Z}/ p_i\mathbb{Z}[x]$ is an integer domain where $\overline{a'(x)} \overline{b'(x)}=\overline{0}$, hence one of the two factor must be $\overline{0}$, for example $\overline{a'(x)}$. This implies that all the coefficients of $a'(x)$ are divisible for $p_i$ so that also $\frac{1}p_i a'(x)$ is in $\mathbb{Z}[x]$. In other words we can cancel $p_i$ from both the sides of $dp(x)=a'(x)b'(x)$ and still get an equation of $\mathbb{Z}[x]$. Iterating over all the $p_i$ complete the proof. $r$ is given from $k$ divided all the primes removed from $a'(x)$, in the same way $s$ is given from $q$ divided all the primes removed from $b'(x)$.