Divisibility & the Division Algorithm
Number theory begins with divisibility. An integer divides (written ) if for some integer , meaning is a multiple of with no remainder. For example, because , but .
When does not divide exactly, the division algorithm governs the outcome. For any integer and positive integer , there exist unique integers (quotient) and (remainder) such that:
Divisibility is simply the special case where .
For and , we write , yielding quotient and remainder .
Rules & Pitfalls
Divisibility relies on algebraic properties that streamline proofs and form the backbone of modular arithmetic:
| Property | Rule |
|---|---|
| Sum/Difference | If and , then |
| Transitivity | If and , then |
| Absorption | If , then for any integer |
Common Pitfall: A remainder must strictly satisfy . It is never negative and never equals or exceeds the divisor.
Writing is incorrect even though the arithmetic checks out, because . The correct form is .