Prove that if $f,g$ are coprime polynomials then there exist $a,b$ polynomials such that $af+bg=1$
I think it has something to do with Euclid's algorithm, would like to see a proof.
Prove that if $f,g$ are coprime polynomials then there exist $a,b$ polynomials such that $af+bg=1$
I think it has something to do with Euclid's algorithm, would like to see a proof.
By Bezout’s identity there exists two polynomials a and b such that $gcd(f,g)=af+bg$. If f and g are coprime then gcd(f,g)=1 and hence there exists polynomials a and b such that $+=1$ (It's exactly the same as the proof for integers: Bezout's identity in $F[x]$).