Let K be a field, $a,b \in K[X]$ and $i,j \in K$ with $i \not= 0$ and $j \not= 0$.
Prove that $gcd(a,b) = gcd(a*i,b*j)$
Could you please help me proving this. I have the following idea:
For any common divisor $d$ of $a$ and $b$ is: $d | a$ and $d | b$ and $d | a*i$ and $d | b*j$
For any common divisor $d$ of $a*i$ and $b*i$ is: $d | a$ and $d | b$ and $d | a*i$ and $d | b*j$
Thus every common divisor of a and b is an common divisor of $a*i$ and $b*j$. But how to prove it is the biggest divisor? Thanks!