Divisibility and Primes - Core Definitions
Number theory begins with the fundamental concept of divisibility, which describes how integers relate to one another through multiplication. Understanding these relationships forms the foundation for all subsequent developments in the theory of numbers.
Let with . We say that divides , written , if there exists an integer such that . In this case, we call a divisor of , and a multiple of . If does not divide , we write .
The divisibility relation has several important properties that make it particularly well-behaved. It is reflexive (every integer divides itself), antisymmetric in a certain sense, and transitive. These properties allow us to reason systematically about divisibility.
Key properties of divisibility:
- If and , then (transitivity)
- If and , then for any integers (linearity)
- If and , then
- divides every integer, and every integer divides
An integer is called prime if its only positive divisors are and itself. An integer that is not prime is called composite. The integer is considered neither prime nor composite.
Prime numbers are the multiplicative building blocks of all integers, analogous to how atoms form molecules in chemistry. Their seemingly random distribution has fascinated mathematicians for millennia.
The first ten prime numbers are: .
Note that is the only even prime number. Every other even number is divisible by , hence composite. The prime is therefore unique in its parity.
Let , not both zero. The greatest common divisor of and , denoted or , is the largest positive integer that divides both and .
Two integers and are called relatively prime or coprime if .
The Euclidean algorithm provides an efficient method for computing the greatest common divisor, reducing the problem to successively smaller pairs of integers through repeated division with remainder.