Let $p(x)\in K[x]$ and $q(x)\in K[x]$, $F$ is an extension of field $K$. Will $gcd(p(x),q(x))$ over $K[x]$ equal to $gcd(p(x),q(x))$ over $F$.
My guess is yes. I couldn't find an elegant way to prove it.
Let $p(x)\in K[x]$ and $q(x)\in K[x]$, $F$ is an extension of field $K$. Will $gcd(p(x),q(x))$ over $K[x]$ equal to $gcd(p(x),q(x))$ over $F$.
My guess is yes. I couldn't find an elegant way to prove it.
$\gcd(p,q)$ can be computed with the Euclidean algorithm, which operates on the coefficients of $p$ and $q$ and so never leaves $K$.
Here is an elegant way.
Let $d$ be the GCD over $\mathbb{K}[x]$ and $D$ be the GCD over $\mathbb{F}[x]$. Since: $$d(x)=a(x)p(x)+b(x)q(x)$$ and $D$ divides $p$ and $q$, it is clear that $D$ divides $d$.
On the other hand, in the big field $\mathbb{F}[x]$, $d$ is a polynomial which divides $p$ and $q$ so it will divide the GCD of $p$ and $q$. Hence $d$ divides $D$.