Let $F,K$ be two fields $F \subset K$ and suppose $f(x),g(x) \in F[x]$ are relatively prime in $F[x].$ Prove they are relatively prime in $K[x].$
Suppose $f(x)$ and $g(x)$ are relatively prime in $F[x].$ Then there exist $\mu(x), \lambda(x) \in F[x]$ such that $\mu(x) f(x) + \lambda(x) g(x) = 1.$ Since $F[x] \subset K[x]$ it follows that $\mu(x), \lambda(x) \in K[x]$ also. Thus $\mu(x) f(x) + \lambda(x) g(x) = 1$ in $K[x] \Longrightarrow f(x)$ and $g(x)$ are relatively prime in $K[x]. \Box$
Is this the correct reasoning? Am I missing any details?