Exploring the World of Number Theory
Divisibility Properties
The Rules of Divisibility
When we say one number divides another, we're saying it fits perfectly inside it, with nothing left over. For example, 3 divides 12 because we can make 12 by adding four 3s together. In the language of mathematics, this is a very specific relationship.
divides
verb
For two integers and , we say that divides if there is an integer such that . When this happens, we write . We call a divisor or factor of , and a multiple of .
This definition is the bedrock for many ideas in number theory. For example, because . Here, our integer is 5. On the other hand, does not divide , because there's no integer you can multiply by 4 to get exactly 22. Notice that any integer divides 0, since . The only number that doesn't divide anything is 0 itself, since division by zero is undefined.
Fundamental Properties
Divisibility follows a few logical rules. Understanding them helps us reason about how numbers relate to each other without doing a lot of calculation.
First, divisibility is transitive. If a number fits perfectly inside a second number, and that second number fits perfectly inside a third, then the first number must also fit inside the third. It's like Russian nesting dolls. If a small doll fits in a medium one, and the medium one fits in a large one, the small one definitely fits in the large one.
Formally, if and , then .
Example: We know and . The transitive property tells us that must also divide , which is true since .
Another powerful property involves of numbers. If a number divides two other numbers, say and , then it must also divide any sum or difference of their multiples. This might sound complicated, but it's incredibly useful for proving more advanced results in number theory.
Stated mathematically, if and , then for any integers and , we have .
Let's test this. We know and . Let's pick two random integers for and , say and . The linear combination is . Does 4 divide 76? Yes, . The property holds.
The Division Algorithm
What happens when one number doesn't divide another perfectly? We get a remainder. The process of long division is something we all learn in school, but in number theory, it's formalised by a theorem called the Division Algorithm. It's less of an algorithm and more of a guarantee.
The Division Algorithm states that for any integer (the dividend) and any positive integer (the divisor), there exist unique integers (the quotient) and (the remainder) that satisfy the equation.
Let's see this with an example. Suppose we want to divide by . We are looking for integers and such that , with the condition that .
We know that , which is the largest multiple of 6 that doesn't exceed 29. So, our quotient is . The amount left over is . This is our remainder, . Since , our condition is met.
Thus, we have . The Division Algorithm guarantees that and are the only integers that work for this pair of numbers. This idea of a unique quotient and remainder, especially the remainder, is a cornerstone for concepts like modular arithmetic.
Understanding these basic properties of how integers divide one another is the first step. With this foundation, we can begin to explore the deeper structures hidden within the world of numbers.