0

Let $R$ be a unique factorization domain and $f(x)$ be a non constant polynomial in $R[x].$ We denote the content of the polynomial as $c(f)=d$ and consequently, write $f(x)=df_1(x).$ Prove that $f_1(x)$ is a primitive polynomial.

The proof given is as follows:

Let $f(x)\in R[x]$ be given where $f(x)$ is a nonconstant polynomial with coefficients $a_0, a_1,..., a_n.$ Let $c$ be a gcd of the $a_i$ for $i =0,1,...,n.$ Then for each $i,$ we have $a_i = cq_i$ for some $q_i\in R.$ By the distributive law, we have $f(x) =df_1(x),$ where no irreducible element in $R$ divides all of the coefficients, $q_1,..., q_n$ of $f_1(x).$ Thus, $f_1(x)$ is a primitive polynomial.


However, I am not getting why no irreducible element in $R$ divides all of the coefficients, $q_1,..., q_n$ of $f_1(x)$ ? I think if it does, then we have a contradiction or something like that. But, I don't understand what it is?

1 Answers1

1

By the properties of the gcd (valid in any gcd domain), $$\gcd(a_0,a_1,\ldots,a_n)=\gcd(cq_0,cq_1,\ldots cq_n)=c\cdot \gcd(q_0,q_1,\ldots q_n)=\\\gcd(a_0,a_1,\ldots,a_n)\cdot \gcd(q_0,q_1,\ldots q_n)$$

Thus, $\gcd(q_0,q_1,\ldots q_n)=1$ and no irreducible element can divide all $q_i$.

Julio Puerta
  • 3,454
  • 5
  • 20