Section 1.3 Integers and Divisibility
For completeness we restate here the definition of divisibility and the Division Algorithm.
Definition 1.3.1. Divisibility and Primes.
Let
if there exists
If
We say that the natural number
Theorem 1.3.2. Division Algorithm.
Let
Checkpoint 1.3.3. Verify Theorem 1.3.2.
Find \(q\) and \(r\) that satisfy Theorem 1.3.2 for the following pairs of numbers \(a\) and \(b\text{:}\)
- \(\displaystyle a = 140, b = 22\)
- \(\displaystyle a = 22, b = 140\)
- \(\displaystyle a = 735, b = 21\)
Definition 1.3.4. GCD.
Given integers
is the largest integer that divides both numbers.
We say that
There are a number of ways to determine the GCD of two numbers
- Listing all factors of
and then finding the largest one they have in common; - Writing out the prime factorizations of
and then collecting all common prime factors; - The Euclidean Algorithm (repeated division).
Checkpoint 1.3.5. Compute the GCDs.
Apply the three techniques above to compute \(\gcd(220,360)\text{.}\)
The GCD is 20.
Checkpoint 1.3.6. Property of GCDs.
If \(a\) and \(b\) are nonzero integers and \(k\) is an integer, show that \(\gcd(a,b) = \gcd(a-kb,b)\text{.}\)
Theorem 1.3.7. Bezout's Identity.
Let
Checkpoint 1.3.8. Find all Integer Solutions.
Find a pair of integers \(x\) and \(y\) such that
Then explain why the equation \(13x + 11y = 2\) has infinitely many solutions. Can you characterize all such solutions?
Checkpoint 1.3.9. No Integer Solutions.
Prove that the equation
has no integer solutions.
Checkpoint 1.3.10. has Integer Solutions .
Let \(a, b, d, \in \mathbb{N}\text{.}\) Prove that \(ax + by = d\) has integer solutions \(x\) and \(y\) if and only if \(\gcd(a,b) \mid d\text{.}\)
Lemma 1.3.11. Euclid's Lemma.
If
Checkpoint 1.3.12. Prove Lemma 1.3.11.
Prove Lemma 1.3.11 using Theorem 1.3.7.
Checkpoint 1.3.13. Another Divisibility Property.
Let \(m,a,b \in \mathbb{N}\text{.}\) Using Theorem 1.3.7, prove that if \(m \mid ab\) and \(\gcd(a,m) = 1\text{,}\) then \(m \mid b\text{.}\)