Divisibility and Primes - Key Properties
The theory of divisibility reveals deep structural properties of the integers. Two fundamental results, the Division Algorithm and Bézout's Identity, provide the foundation for many subsequent developments in number theory.
Let with . Then there exist unique integers (quotient) and (remainder) such that:
The quotient is often written as , and the remainder as .
The Division Algorithm is remarkable in guaranteeing both existence and uniqueness of the quotient and remainder. This uniqueness is crucial for the well-definedness of the remainder operation, which appears throughout number theory.
Consider and . Then:
Here and . Note that as required.
For negative dividends, say and :
We have and . The remainder must satisfy , so cannot be .
Let , not both zero, and let . Then there exist integers such that:
Moreover, is the smallest positive integer that can be expressed in the form with .
Bézout's Identity is fundamental because it expresses the greatest common divisor as a linear combination of the original numbers. The coefficients and are called Bézout coefficients and can be computed using the Extended Euclidean Algorithm.
An important consequence of Bézout's Identity: if , then there exist integers such that . This fact is crucial in solving linear Diophantine equations and in the construction of modular inverses.
Let and . We have . We can verify:
Thus, and are Bézout coefficients. Note that these coefficients are not unique: we could also write .
The Euclidean algorithm systematically produces these coefficients by working backwards through the sequence of remainders generated during the gcd computation.