Divisibility with GCD

33 Views Asked by At

Suppose $F$ is a field, let $f(x), g(x), h(x) \in F[x]$ and $d(x)=\gcd(f(x),g(x))$. If $f(x) \mid h(x)$ and $g(x) \mid h(x)$, prove that $f(x)g(x) \mid d(x)h(x)$.

1

There are 1 best solutions below

0
On

$F[X]$ is a principal domain, so $d(x)=a(x)f(x)+b(x)g(x)$

Write $h(x)=u(x)f(x)=v(x)g(x)$.

$d(x)h(x)=$

$(a(x)f(x)+b(x)g(x))h(x)=$

$a(x)v(x)f(x)g(x)+b(x)u(x)f(x)g(x)$