Question1: Proof:
If $d(x)|f(x),d(x)|g(x)$, $d(x)$ is an combination of $f(x)$ and $g(x)$, then $d(x)$ is $\text{GCD}(f(x),g(x))$.
My proof 1
$d(x)=u(x)f(x)+v(x)g(x)$. If $d(x)$ is not $\text{GCD}(f(x),g(x))$ ,
then $d(x)h(x)=\text{GCD}(f(x),g(x))=u'(x)f(x)+v'(x)g(x)$.
$d(x)=[\text{step1} ]u'(x)\frac{f(x)}{h(x)}+v'(x)\frac{g(x)}{h(x)}$, where $h(x)|f(x)$ and $h(x)|g(x)$.
Consider the case $u'(x)=v'(x)=1$. if $h(x)\neq 1$, then $d(x)$ is not a combination of $f(x)$ and $g(x)$.
so $h(x)=1$.
Is my proof right? How to prove along my thread?
If the above is wrong, one of my thougts is to prove $d(x)$ does not divides both $f(x)$ and $g(x)$.
update:
As @Marc van Leeuwen mentioned about invertible. Seems step1 is wrong, I cannot divide $h(x)$ to make the equality true and also, $h(x)|u'(x)$ could holds so that I cannot conclude $h(x)|f(x)$.
My proof 2
$d(x)=\text{CD}(f(x),g(x))=u(x)f(x)+v(x)g(x)$. If $h(x)$ is one $\text{CD}(f(x),g(x))$ ,
then $h(x)$ divides any combinations of $f(x)$ and $g(x)$, so $h(x)|d(x)$, then $d(x)$ is $\text{GCD}(f(x),g(x))$
Question2: Proof:
$\text{GCD}(f(x)h(x),g(x)h(x))=\text{GCD}(f(x),g(x))h(x)$ (coefficient of $h(x)$ 's first term is $1$).
My proof
$$d(x) = \text{GCD}(f(x)h(x),g(x)h(x))=u(x)f(x)h(x)+v(x)g(x)h(x)=h(x)(u(x)f(x)+g(x)v(x))=h(x)d_1(x)~~~(1)$$
to prove (1), we should show $\left.d_1(x)\right|f(x), \left.d_1(x)\right|g(x)$
because $d(x)|f(x)h(x)$ and $d(x)|g(x)h(x)$, so(1) is true by the result of question1.
Is the proof right? Seems wrong, because I haven't used the condition [...coefficient is 1] , what does that mean. Or what's the right first response for seeing this condition.