logo

Bezout's Theorem 📂Abstract Algebra

Bezout's Theorem

Definition

In integral domain DD, the following equation is called the Bézout’s identity. ma+nb=gcd(a,b) m a + n b = \gcd \left( a, b \right)

If there exists m,nDm,n \in D satisfying the Bézout’s identity for all a,bDa, b \in D, then DD is called a Bézout Domain.


Theorem

PID is a Bézout Domain

A Principal Ideal Domain is a Bézout Domain. In other words, for every a,bRa, b \in R in Principal Ideal Domain RR, there always exists m,nRm,n \in R that satisfies the Bézout’s identity. ma+nb=gcd(a,b) m a + n b = \gcd \left( a, b \right)

Proof 1

Let’s assume a,bRa ,b \in R as d:=gcd(a,b)d := \gcd \left( a,b \right). Since RR is a PID, aR+bRa R + b R is also a PID, aR+bR=cR a R + b R = c R and there exists cRc \in R that satisfies it. Since dd is the least common multiple of a,ba,b, it is aR+bRdRa R + b R \subset d R, and consequently, aR+bRdRcR=aR+bR a R + b R \subset d R \subset c R = a R + b R holds. As the leftmost side and the rightmost side are equal, it is aR+bR=dRa R + b R = d R, and the following m,nRm , n \in R must exist. ma+nb=d ma + nb = d

Explanation

Can be seen as a generalization of the Extended Euclidean Theorem that appears in number theory.

Note that for the converse of the theorem, for a Bézout Domain to be a PID, it also needs to be a Unique Factorization Domain2.