The Division Theorem

Reading

Section 3.5

Practice Problems

3.5
1, 5, 6, 7, 8, 10, 11, 12, 15, 27, 28
Challenge 3.5
(optional) 13, 14, 17, 18, 19, 21, 29, 30

Notes

The main result in this section is the Division Theorem:

For any \(a\in\mathbb{Z}\), \(b\in\mathbb{N}\), there are unique integers \(q\) and \(r\) such that \(0\leq r < b\) and:

\[a = qb + r\]

The intuitive idea is that we add together as many \(b\)'s as we can before we reach \(a\). Then whatever remains cannot have any more \(b\)'s in it, and it will serve as our \(r\).

Before we look at the proof, let us look at some consequences of the theorem:

Technical proof:

The proof has two distinct parts. First we prove that there are \(q\), \(r\) satisfying the requirements. Then we will prove that they are unique.

Proof that they exist:

Proof that they are unique:

We call \(r\) the remainder, and \(q\) the quotient. Here is a simple consequence of the division theorem:

\(b\) divides \(a\) if and only if the remainder of dividing \(a\) by \(b\) is \(0\).

This is fairly straightforward to see (DO IT!).

Here is one nice consequence of the division theorem:

If \(a|x\) and \(b|x\), then their least common multiple \(lcm(a,b)\) also must divide \(x\).

To prove this:

Another important theorem relates to the greatest common divisor:

GCD as a linear combination

  1. \(\gcd(a,b)\) is an integer linear combination of \(a\) and \(b\).
  2. In fact it is the smallest positive number that is an integer linear combination of \(a\) and \(b\).
  3. If \(d|a\) and \(d|b\), then we also have that \(d|\gcd(a,b)\).

To see this: