PHD → Number Theory → Elementary Number Theory ↓
Divisibility
Divisibility is one of the fundamental concepts in elementary number theory, a branch of mathematics that deals with the properties and relationships of numbers. It forms the basis for a wide range of mathematical ideas and is essential for understanding more advanced topics. In this lesson, we will delve deeper into the concept of divisibility, exploring its definitions, properties, theorems, and applications with plenty of examples and explanations.
Understanding divisibility
In simple terms, a number a
is said to be divisible by another number b
if a
can be divided by b
without leaving a remainder. We often write this relation as:
a = b × k
where k
is an integer. If such an integer k
exists, then we say that b
divides a
, and we write it as:
B | A
For example, consider the numbers 10 and 5. We can say that 5 divides 10 because:
10 = 5 × 2
In this example, k
= 2, which is an integer, and thus the statement 5 | 10 is true.
Divisibility properties
There are many important properties of divisibility that can be very useful in problem-solving. Here, we list and explain some of these properties:
- Reflexive property: Any integer
a
is divisible by itself. Mathematically, we express this as:
one | one
This is becausea = a × 1
. - Transitive property: If
a | b
andb | c
, thena | c
. In other words, divisibility is transitive. For example, if 2 divides 4, and 4 divides 12, then 2 divides 12. - Multiplication property: If
a | b
, then for any integerc
,a | (b × c)
. This means that the numberb
multiplied by any integerc
also gives a multiple ofa
. - Additive property: If
a | b
anda | c
, thena | (b + c)
This shows that ifa
divides two numbers, it also divides their sum.
Divisibility hypothesis
Let's try to understand the concept of divisibility using a simple example. Consider the number 12 and its divisors.
12 = 1 × 12 12 = 2 × 6 12 = 3 × 4
These divisions are represented here:
These boxes represent the factors of 12, and clearly represent the pairs of numbers that divide 12 without a remainder: 1 × 12, 2 × 6, and 3 × 4.
Normal divisibility test
There are some quick tests or rules that can help determine whether a number is divisible by another number. These tests often involve arithmetic tricks.
Divisibility by 2
A number is divisible by 2 if it ends in an even digit (0, 2, 4, 6, 8). For example, 14, 26, and 38 are all divisible by 2.
Divisibility by 3
To check if a number is divisible by 3, sum all its digits. If the result is divisible by 3, then the number is also divisible by 3. For example, for the number 123, we have:
1 + 2 + 3 = 6
Since 6 is divisible by 3, 123 is also divisible.
Divisibility by 5
If a number ends in 0 or 5 then it is divisible by 5. For example, 20 and 35 are divisible by 5.
Application of divisibility in problem solving
Divisibility principles are often used to solve mathematical problems, especially problems involving integers. Here are some examples:
Example problem 1
Determine whether the number 1872 is divisible by 9 or not.
Solution: For divisibility by 9, sum all the digits and check whether the result is divisible by 9 or not.
1 + 8 + 7 + 2 = 18
Since 18 is divisible by 9, 1872 will also be divisible by 9.
Example problem 2
Prove that if a
is divisible by m
and b
is divisible by m
, then a + b
is also divisible by m
.
Solution: Let a = m × k_1
and b = m × k_2
for some integers k_1
and k_2
. Then:
a + b = m × k_1 + m × k_2 = m × (k_1 + k_2)
Since k_1 + k_2
is an integer, a + b
is clearly divisible by m
.
Concluding remarks on divisibility
Divisibility is an important part of number theory that has wide-reaching implications in various fields of mathematics, computer science, and engineering. Understanding the properties, tests, and applications of divisibility equips us with knowledge that helps solve complex mathematical problems efficiently.
As you continue to study number theory in depth, the rules of factorization, multiples, and divisibility will be repeated constantly, proving their indispensable role in understanding the mathematical world.