Bezout's Lemma

Given integers x x and y y, a linear combination of x x and y y has the form ax+by ax + by. Bezout's Lemma relates the question of finding the greatest common divisor of xx and yy to the question of finding linear combinations of xx and yy.

Bezout's Lemma: Given integers x x and y y, there exists integers a a and b b such that ax+by=gcd(x,y) ax+by = \gcd(x,y) .

Technique

Applying the Euclidean Algorithm backwards gives an algorithm to obtain the integer values of a a and b b. We show how to obtain integers a a and b b such that 16457a+1638b=7 16457a + 1638b = 7. These numbers are calculated in Euclidean Algorithm.

7=2114×1=21×114×1=21(7721×3)×1=77×1+21×4=77×1+(163877×21)×4=1638×477×85=1638×4(164571638×10)×85=16457×(85)+1638×854\begin{array} {llllllllll} 7 & = & 21 &- & 14 \times 1 \\ & = & 21 \times 1 & - & 14 \times 1\\ & = & 21 &- & (77 - 21 \times 3) \times 1\\ & = & - 77 \times 1 &+& 21 \times 4\\ & = & - 77 \times 1 &+ & (1638 - 77 \times 21) \times 4 \\ &= &1638 \times 4 &-& 77 \times 85\\ & = & 1638 \times 4 &- & (16457 - 1638 \times 10) \times 85 \\ & = &16457 \times (-85) &+& 1638 \times 854\\ \end{array}

Worked Examples

1. Given integers x,y x, y, describe the set of all integers N N that can be expressed in the form N=ax+by N=ax+by, where a,b a, b are integers.

Solution: Let k=gcd(x,y) k = \gcd(x,y). Then any integer of the form kn kn, where n n is an integer, can be expressed as ax+by ax+by. We already know that this condition is a necessary condition, so to show that it is sufficient, Bezout's Lemma tells us that there exists integers a,b a', b' such that k=ax+by k = a' x + b'y. Therefore,

kn=(an)x+(bn)y. kn = (a'n) x + (b'n) y.

 

2. [Modulo Arithmetic Property I - Multiplicative inverses] Show that if a,b a, b are integers such that gcd(a,n)=1 \gcd(a,n)=1, then there exists an integer x x such that ax1(modn) ax \equiv 1 \pmod{n}.

Solution: Since gcd(a,n)=1 \gcd(a,n)=1, Bezout's Lemma implies there exists integers x,y x, y such that ax+ny=gcd(a,n)=1 ax + n y = \gcd (a,n) = 1. Then

1ax+nyax(modn). 1 \equiv ax+ny \equiv ax \pmod{n} .

#NumberTheory #BezoutIdentity #KeyTechniques #Olympiad

Note by Calvin Lin
7 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

I learned a lot! Thanks :D

Astro Enthusiast - 6 years, 11 months ago

I did not understand what the 1st worked example mean. Any number of form kn can be represented in the form ax+by but that does not mean that all nos of form ax+by will be of form kn. Actually just explain what the question demands?

Chandrachur Banerjee - 6 years, 10 months ago

Log in to reply

The question asks you to classify all numbers that can be written in the form ax+by ax + by for given integers xx and yy. The claim is that these numbers are exactly those of the form kn k n , wherek=gcd(x,y) k = \gcd (x,y) and nn is any integer.

As you realized, there are 2 parts to this.
First, we have to show that any number of the form ax+byax + by can be written as knkn for some nn. This is obvious because we can let x=kx,y=ky x = k x^*, y = ky^* then ax+by=akx+bky=k(ax+by) ax + by = a k x^* + bky^* = k ( ax^* + by^* ) .
Second, we have to show that any number of the form kn kn can be written as ax+by ax + by for some aa and bb. This follows by applying Bezout's lemma, which tells us that there exists integers which satisfy k=ax+by k = a' x + b' y , and hence kn=(an)x+(bn)y kn = ( a'n) x + (b'n) y .

Calvin Lin Staff - 6 years, 10 months ago

thanks....

Shatrughna Kumar - 6 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...