Direct Proof of gcd(a,b) Corollary: ax+by=d

In summary, the book presents a corollary that states if d is the greatest common divisor of integers a and b, then there exist integers x and y such that ax + by = d. This may not be an obvious statement, but the book proves it using induction. The author of the conversation also provides their own proof using the extended Euclidean algorithm or a proof by contradiction.
  • #1
Miike012
1,009
0
Corollary from book:

if d= gcd(a,b), then there exists integers x and y such that ax + by = d.

This is not an obvious statement to me. Are there any direct proofs to prove this statement? The book proves this by induction.

My proof:
Suppose d = gcd(a,b) and a and b are positive integers. a does not necessarily divide b and b does not necessarily divide a so

let qa and ra be integers such that a = qab + ra. If d|a then d|(qab + ra) therefore d|ra, that is there exists an integer Ra such that ra = Rad.

Let qb and rb be integers such that b = qba + rb. We can see d|rb so Let Rb be the integer such that rb = Rbd.

now
a + b = qab + qba + (Ra + Rb)d and
a(1-qb)/(Ra + Rb) + b(1-qa)/(Ra + Rb) = d.

Now I just need to prove that the coef. of a and b are integers...
 
Last edited:
Physics news on Phys.org
  • #2
The extended Euclidean algorithm calculates those coefficients, so one avenue is an invariant-based proof based on that algorithm. Otherwise, a proof by contradiction should be doable.
 

What is the gcd(a,b) Corollary and why is it important in direct proofs?

The gcd(a,b) Corollary states that for any integers a and b, there exist integers x and y such that ax+by=gcd(a,b). This is important in direct proofs because it allows us to prove the existence of a solution to a linear Diophantine equation, which is a key step in many mathematical proofs.

How does the gcd(a,b) Corollary relate to the Euclidean Algorithm?

The Euclidean Algorithm is a method for finding the greatest common divisor (gcd) of two integers. The gcd(a,b) Corollary is a direct consequence of the Euclidean Algorithm, as it provides a specific solution to the equation ax+by=gcd(a,b) that is found during the algorithm.

Can the gcd(a,b) Corollary be used to prove other theorems?

Yes, the gcd(a,b) Corollary can be used to prove various theorems in number theory and algebra. For example, it can be used to prove the Fundamental Theorem of Arithmetic, which states that every positive integer can be uniquely represented as a product of prime numbers.

Is the gcd(a,b) Corollary only applicable to integers?

Yes, the gcd(a,b) Corollary is only applicable to integers. This is because the Euclidean Algorithm is specifically designed to find the gcd of two integers, and the corollary is a direct result of this algorithm. It does not hold for non-integer values.

Can the gcd(a,b) Corollary be extended to more than two integers?

Yes, the gcd(a,b) Corollary can be extended to any number of integers. This is known as the generalized Euclidean Algorithm, which can find the gcd of any number of integers and provide a linear combination of those integers equal to the gcd. The proof of the gcd(a,b) Corollary can be easily extended to this case.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
7K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
998
  • Calculus and Beyond Homework Help
Replies
4
Views
985
  • Calculus and Beyond Homework Help
Replies
1
Views
874
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
893
Back
Top