Any explanation why $d$ must be a monic polynomial? ($p,b,c$ are not monic). Thanks.
2026-05-15 14:44:37.1778856277
$p$ is irreducible and $p\mid bc$ follow that $p\mid b$ or $p\mid c$
46 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1



In any commutative ring $R$, two elements $r_1, r_2 \in R$ may have more than one greatest common divisor.
For example:
In general if $d$ is a greatest common divisor of $r_1, r_2$, then so is $du$, where $u$ is any unit in $R$.
In $F[x]$, the units are the non-zero elements of $F$. If $d$ is a greatest common divisor of $f, g \in F[x]$, then we can construct another greatest common divisor of $f, g \in F[x]$ that is a monic polynomial. Indeed, if $c \in F^\times$ is the leading coefficient of $d$, then $c$ is a unit in $F[x]$, so $d' := c^{-1}d$ is another greatest common divisor of $f$ and $g$ that also happens to be a monic polynomial
Presumably your textbook adopts the following convention: Whenever your textbook talks about "the" greatest common divisor of $f, g \in F[x]$, it is really referring the (unique) monic greatest common divisor $f, g \in F[x]$.
Whether $f$ and $g$ are themselves monic is irrelevant.