Timeless Theorems of Mathematics/Bézout's Identity: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>EggRoll97
General Formula for Computing: : colon instead of comma
 
(No difference)

Latest revision as of 23:41, 24 December 2023

Étienne Bézout (31 March 1730 – 27 September 1783)

Bézout's Identity is a theorem of Number Theory and Algebra, which is named after the French mathematician, Étienne Bézout (31 March 1730 – 27 September 1783). The theorem states that the greatest common divisor, of the integers, a and b can be written in the form, ax+by=d, where x and y are integers. Here, x and y are called Bézout coefficients for (a,b).

Computing the pairs, (x,y)

There are infinite number of pairs of (x,y) which satisfies the equation ax+by=d,. A general formula can be developed to compute pairs as much as you want. To do that, first of all, it's required to calculate one pair of (x,y). One simple way to calculate a pair is using the extended Euclidean algorithm.

General Formula for Computing

Once you have one pair (x0,y0), you can apply the formula: (xk,yk)=(x0kbd,y0+kad)where k, that means k is an integer.

Proof: As (x,y)=(x0,y0) satisfies the equation ax+by=d, then,

ax0+by0=d

Or, d(ax0+by0)d=d

Or, dax0+dby0d=d

Or, dax0kba+kba+dby0d=d

Or, ax0akbd+by0+bkad=d

Or, a(x0kbd)+b(y0+kad)=d

Or, a(x0kbd)+b(y0+kad)=axk+byk

Therefore, the coefficients of a are equal and the coefficients of b are also equal, (xk,yk)=(x0kbd,y0+kad)

[Note: The formula only works when d0. Also, as x, then k.]

Example: The greatest common divisor of a=8 and b=12 is gcd(8,12)=4. According to the identity, there exists integers x and y, so that 8x+12y=4 2x+3y=1. If you try to solve the equation, you may soon come up with a pair of solutions like (x0,y0)=(1,1). So, (xk,yk)=((1+kbd),1+kad). By using this formula, you may find pairs as much as you want.

Proof

Assume S={ax+by:x,y and ax+by>0} where a and b are non zero integers. The set is not an empty set as it contains either a or a when x=±1 and y=0. Since S is not an empty set, by the well-ordering principle, the set has a minimum element d=as+bt.

The Euclidean division for ad may be written as a=dq+r, where q=ad, r=adad and 0r<d.

Here, r=adq =aq(as+bt) =aqas+qbt =a(1qs)+b(qt)

Thus, r is in the form ax+by, and hence rS{0}. But, 0r<d and d is the smallest positive integer in S. So, r must be 0. Thus, d is a divisor of a. q=ad>0 as the remainder is zero and a is a non zero integer. Similarly, d is also a divisor of b. Therefore, d is a common divisor of a and b.

Assume c as any common divisor of a and b; a=cu, b=cv. Again, d=as+bt =cus+cvt =c(us+vt)

Thus, c is a divisor of d. Since d>0 cd. Therefore, any common divisor of a and b is less than or equals to d.

d is the same as gcd(a,b) and d can be expressed as ax+by=d. [Proved]

Template:Bookcat