Let $f(x), g(x), h(x)$ be elements of $F[x]$, where $f(x)$ and $g(x)$ are relatively prime. If $f(x) \mid h(x)$ and $g(x)\mid h(x)$ prove that $f(x)g(x)\mid h(x)$.
Here $F$ is a field.
This is a practice question I need to know for my finals.
Let $f(x), g(x), h(x)$ be elements of $F[x]$, where $f(x)$ and $g(x)$ are relatively prime. If $f(x) \mid h(x)$ and $g(x)\mid h(x)$ prove that $f(x)g(x)\mid h(x)$.
Here $F$ is a field.
This is a practice question I need to know for my finals.
That $\rm\:gcd(f,g) = 1\:\Rightarrow\:lcm(f,g) = fg\:$ can be proved the same as for integers, namely:
Here is a proof of $\rm\ f,g\,|\,h\:\Rightarrow\:fg\,|\,hd,\ \ d = gcd(f,g)\, [= af+bg\ $ by Bezout]
$\rm\begin{eqnarray} \rm\quad f,g\mid h\, &\Rightarrow&\,\rm fg\mid hf,hg &\Rightarrow&\,\rm fg\mid ahf\, +\, bhg \ =\ h(af\!+\!bg)\, = hd\quad [Bezout\ form] \\ \rm\quad f,g\mid h\, &\Rightarrow&\,\rm fg\mid hf,hg &\Rightarrow&\,\rm fg\ |\ \gcd(hf, hg)\, =\: h \gcd(f,g) = hd\quad [GCD\ form] \\ \end{eqnarray}$
Remark $\ \ $ More generally $\rm\ \ gcd(f,g)\, lcm(f,g) = fg,\ $ in any domain where the lcm exists
Theorem $\rm\quad gcd(a,b)\, =\, ab/lcm(a,b)\ \ $ if $\ \ \rm lcm(a,b) \;$ exists, and $\rm\ ab\ne 0$
Proof $\rm\quad d\mid a,b\!\iff\! a,b\mid ab/d \!\iff\! lcm(a,b)\mid ab/d \iff d\mid ab/lcm(a,b)$
We are working in a some polynomial, which is a UFD, so we can use Euclid's lemma. To say that $f\mid h$ and $g\mid h$ is to say that there exist elements $f',g'$ such that $h = ff'$,$h=gg'$, so that $ff' = gg'$. Now $f,g$ are coprime, so that $g\mid f'$; thus there exists $k$ such that $f' = gk$ (this is where we apply Euclid's lemma), and we have $h = fgk$, as required.