Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Structure of solutions  



1.1  Example  







2 Existence proof  





3 Generalizations  



3.1  For three or more integers  





3.2  For polynomials  





3.3  For principal ideal domains  







4 History  





5 See also  





6 Notes  





7 External links  














Bézout's identity






العربية
Català
Чӑвашла
Čeština
Deutsch
Ελληνικά
Español
Esperanto
Euskara
فارسی
Français
Galego

Hrvatski
Bahasa Indonesia
Italiano
Lombard
Magyar

Nederlands

Oʻzbekcha / ўзбекча
Polski
Português
Română
Русский
Српски / srpski
Srpskohrvatski / српскохрватски
Suomi
Svenska

Українська
Tiếng Vit


 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikibooks
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Inmathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout who proved it for polynomials, is the following theorem:

Bézout's identity — Let a and bbeintegers with greatest common divisor d. Then there exist integers x and y such that ax + by = d. Moreover, the integers of the form az + bt are exactly the multiples of d.

Here the greatest common divisor of 0 and 0 is taken to be 0. The integers x and y are called Bézout coefficients for (a, b); they are not unique. A pair of Bézout coefficients can be computed by the extended Euclidean algorithm, and this pair is, in the case of integers one of the two pairs such that |x| ≤ |b/d| and |y| ≤ |a/d|; equality occurs only if one of a and b is a multiple of the other.

As an example, the greatest common divisor of 15 and 69 is 3, and 3 can be written as a combination of 15 and 69 as 3 = 15 × (−9) + 69 × 2, with Bézout coefficients −9 and 2.

Many other theorems in elementary number theory, such as Euclid's lemma or the Chinese remainder theorem, result from Bézout's identity.

ABézout domain is an integral domain in which Bézout's identity holds. In particular, Bézout's identity holds in principal ideal domains. Every theorem that results from Bézout's identity is thus true in all principal ideal domains.

Structure of solutions[edit]

Ifa and b are not both zero and one pair of Bézout coefficients (x, y) has been computed (for example, using the extended Euclidean algorithm), all pairs can be represented in the form where k is an arbitrary integer, d is the greatest common divisor of a and b, and the fractions simplify to integers.

Ifa and b are both nonzero and none of them divides the other, then exactly two of the pairs of Bézout coefficients satisfy Ifa and b are both positive, one has and for one of these pairs, and and for the other. If a > 0 is a divisor of b (including the case ), then one pair of Bézout coefficients is (1, 0).

This relies on a property of Euclidean division: given two non-zero integers c and d, if d does not divide c, there is exactly one pair (q, r) such that c = dq + r and 0 < r < |d|, and another one such that c = dq + r and −|d| < r < 0.

The two pairs of small Bézout's coefficients are obtained from the given one (x, y) by choosing for k in the above formula either of the two integers next to x/b/d.

The extended Euclidean algorithm always produces one of these two minimal pairs.

Example[edit]

Let a = 12 and b = 42, then gcd (12, 42) = 6. Then the following Bézout's identities are had, with the Bézout coefficients written in red for the minimal pairs and in blue for the other ones.

If(x, y) = (18, −5) is the original pair of Bézout coefficients, then 18/42/6 ∈ [2, 3] yields the minimal pairs via k = 2, respectively k = 3; that is, (18 − 2 ⋅ 7, −5 + 2 ⋅ 2) = (4, −1), and (18 − 3 ⋅ 7, −5 + 3 ⋅ 2) = (−3, 1).

Existence proof[edit]

Given any nonzero integers a and b, let S = {ax + by | x, yZ and ax + by > 0}. The set S is nonempty since it contains either aora (with x = ±1 and y = 0). Since S is a nonempty set of positive integers, it has a minimum element d = as + bt, by the well-ordering principle. To prove that d is the greatest common divisor of a and b, it must be proven that d is a common divisor of a and b, and that for any other common divisor c, one has cd.

The Euclidean divisionofabyd may be written as The remainder r is in S ∪ {0}, because Thus r is of the form ax + by, and hence rS ∪ {0}. However, 0 ≤ r < d, and d is the smallest positive integer in S: the remainder r can therefore not be in S, making r necessarily 0. This implies that d is a divisor of a. Similarly d is also a divisor of b, and therefore d is a common divisor of a and b.

Now, let c be any common divisor of a and b; that is, there exist u and v such that a = cu and b = cv. One has thus That is, c is a divisor of d. Since d > 0, this implies cd.

Generalizations[edit]

For three or more integers[edit]

Bézout's identity can be extended to more than two integers: if then there are integers such that has the following properties:

For polynomials[edit]

Bézout's identity does not always hold for polynomials. For example, when working in the polynomial ring of integers: the greatest common divisor of 2x and x2isx, but there does not exist any integer-coefficient polynomials p and q satisfying 2xp + x2q = x.

However, Bézout's identity works for univariate polynomials over a field exactly in the same ways as for integers. In particular the Bézout's coefficients and the greatest common divisor may be computed with the extended Euclidean algorithm.

As the common roots of two polynomials are the roots of their greatest common divisor, Bézout's identity and fundamental theorem of algebra imply the following result:

For univariate polynomials f and g with coefficients in a field, there exist polynomials a and b such that af + bg = 1 if and only if f and g have no common root in any algebraically closed field (commonly the field of complex numbers).

The generalization of this result to any number of polynomials and indeterminates is Hilbert's Nullstellensatz.

For principal ideal domains[edit]

As noted in the introduction, Bézout's identity works not only in the ring of integers, but also in any other principal ideal domain (PID). That is, if R is a PID, and a and b are elements of R, and d is a greatest common divisor of a and b, then there are elements x and yinR such that ax + by = d. The reason is that the ideal Ra + Rb is principal and equal to Rd.

An integral domain in which Bézout's identity holds is called a Bézout domain.

History[edit]

French mathematician Étienne Bézout (1730–1783) proved this identity for polynomials.[1] This statement for integers can be found already in the work of an earlier French mathematician, Claude Gaspard Bachet de Méziriac (1581–1638).[2][3][4]

See also[edit]

Notes[edit]

  1. ^ Bézout, É. (1779). Théorie générale des équations algébriques. Paris, France: Ph.-D. Pierres.
  • ^ Tignol, Jean-Pierre (2001). Galois' Theory of Algebraic Equations. Singapore: World Scientific. ISBN 981-02-4541-6.
  • ^ Claude Gaspard Bachet (sieur de Méziriac) (1624). Problèmes plaisants & délectables qui se font par les nombres (2nd ed.). Lyons, France: Pierre Rigaud & Associates. pp. 18–33. On these pages, Bachet proves (without equations)『Proposition XVIII. Deux nombres premiers entre eux estant donnez, treuver le moindre multiple de chascun d’iceux, surpassant de l'unité un multiple de l'autre.』 (Given two numbers [which are] relatively prime, find the lowest multiple of each of them [such that] one multiple exceeds the other by unity (1).) This problem (namely, axby = 1) is a special case of Bézout's equation and was used by Bachet to solve the problems appearing on pages 199 ff.
  • ^ See also: Maarten Bullynck (February 2009). "Modular arithmetic before C.F. Gauss: Systematizations and discussions on remainder problems in 18th-century Germany" (PDF). Historia Mathematica. 36 (1): 48–72. doi:10.1016/j.hm.2008.08.009. Archived (PDF) from the original on 2022-10-09.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Bézout%27s_identity&oldid=1233915563"

    Categories: 
    Diophantine equations
    Lemmas in number theory
    Hidden categories: 
    Articles with short description
    Short description is different from Wikidata
    Articles with FAST identifiers
    Articles with J9U identifiers
    Articles with LCCN identifiers
    Articles containing proofs
     



    This page was last edited on 11 July 2024, at 15:48 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki