In mathematics, a divisor of an integer n , also called a factor of n , is an integer m that may be multiplied by some other integer to produce n . In this case one says also that n is a multiple of m . An integer n is divisible by another integer m if m is a divisor of n ; this implies dividing n by m leaves no remainder.
Two versions of the definition of a divisor are commonplace:
If m and n are integers, and more generally, elements of an integral domain, it is said that m divides n , m is a divisor of n , or n is a multiple of m , and this is written as m ∣ n , if there exists an integer
k , or an element
k of the integral domain, such that
m k = n . Under this definition, the statement
m ∣ 0 holds for every
m .
As before, but with the additional constraint k ≠ 0 . Under this definition, the statement m ∣ 0 does not hold for m ≠ 0 .In the remainder of this article, which definition is applied is indicated where this is significant.
Divisors can be negative as well as positive, although sometimes the term is restricted to positive divisors. For example, there are six divisors of 4; they are 1, 2, 4, −1, −2, and −4, but only the positive ones (1, 2, and 4) would usually be mentioned.
1 and −1 divide (are divisors of) every integer. Every integer (and its negation) is a divisor of itself. Every integer is a divisor of 0. Integers divisible by 2 are called even, and numbers not divisible by 2 are called odd.
1, −1, n and −n are known as the trivial divisors of n. A divisor of n that is not a trivial divisor is known as a non-trivial divisor. A non-zero integer with at least one non-trivial divisor is known as a composite number, while the units −1 and 1 and prime numbers have no non-trivial divisors.
There are divisibility rules which allow one to recognize certain divisors of a number from the number's digits.
The generalization can be said to be the concept of divisibility in any integral domain.
7 is a divisor of 42 because 7 × 6 = 42 , so we can say 7 ∣ 42 . It can also be said that 42 is divisible by 7, 42 is a multiple of 7, 7 divides 42, or 7 is a factor of 42.The non-trivial divisors of 6 are 2, −2, 3, −3.The positive divisors of 42 are 1, 2, 3, 6, 7, 14, 21, 42. 5 ∣ 0 , because 5 × 0 = 0 .The set of all positive divisors of 60, A = { 1 , 2 , 3 , 4 , 5 , 6 , 10 , 12 , 15 , 20 , 30 , 60 } , partially ordered by divisibility, has the Hasse diagram:Further notions and facts
There are some elementary rules:
If a ∣ b and b ∣ c , then a ∣ c , i.e. divisibility is a transitive relation.If a ∣ b and b ∣ a , then a = b or a = − b .If a ∣ b and a ∣ c , then a ∣ ( b + c ) holds, as does a ∣ ( b − c ) . However, if a ∣ b and c ∣ b , then ( a + c ) ∣ b does not always hold (e.g. 2 ∣ 6 and 3 ∣ 6 but 5 does not divide 6).If a ∣ b c , and gcd ( a , b ) = 1 , then a ∣ c . This is called Euclid's lemma.
If p is a prime number and p ∣ a b then p ∣ a or p ∣ b .
A positive divisor of n which is different from n is called a proper divisor or an aliquot part of n . A number that does not evenly divide n but leaves a remainder is called an aliquant part of n .
An integer n > 1 whose only proper divisor is 1 is called a prime number. Equivalently, a prime number is a positive integer which has exactly two positive factors: 1 and itself.
Any positive divisor of n is a product of prime divisors of n raised to some power. This is a consequence of the fundamental theorem of arithmetic.
A number n is said to be perfect if it equals the sum of its proper divisors, deficient if the sum of its proper divisors is less than n , and abundant if this sum exceeds n .
The total number of positive divisors of n is a multiplicative function d ( n ) , meaning that when two numbers m and n are relatively prime, then d ( m n ) = d ( m ) × d ( n ) . For instance, d ( 42 ) = 8 = 2 × 2 × 2 = d ( 2 ) × d ( 3 ) × d ( 7 ) ; the eight divisors of 42 are 1, 2, 3, 6, 7, 14, 21 and 42. However the number of positive divisors is not a totally multiplicative function: if the two numbers m and n share a common divisor, then it might not be true that d ( m n ) = d ( m ) × d ( n ) . The sum of the positive divisors of n is another multiplicative function σ ( n ) (e.g. σ ( 42 ) = 96 = 3 × 4 × 8 = σ ( 2 ) × σ ( 3 ) × σ ( 7 ) = 1 + 2 + 3 + 6 + 7 + 14 + 21 + 42 ). Both of these functions are examples of divisor functions.
If the prime factorization of n is given by
n = p 1 ν 1 p 2 ν 2 ⋯ p k ν k then the number of positive divisors of n is
d ( n ) = ( ν 1 + 1 ) ( ν 2 + 1 ) ⋯ ( ν k + 1 ) , and each of the divisors has the form
p 1 μ 1 p 2 μ 2 ⋯ p k μ k where 0 ≤ μ i ≤ ν i for each 1 ≤ i ≤ k .
For every natural n , d ( n ) < 2 n .
Also,
d ( 1 ) + d ( 2 ) + ⋯ + d ( n ) = n ln n + ( 2 γ − 1 ) n + O ( n ) . where γ is Euler–Mascheroni constant. One interpretation of this result is that a randomly chosen positive integer n has an expected number of divisors of about ln n .
Given the definition for which 0 ∣ 0 holds, the relation of divisibility turns the set N of non-negative integers into a partially ordered set: a complete distributive lattice. The largest element of this lattice is 0 and the smallest is 1. The meet operation ∧ is given by the greatest common divisor and the join operation ∨ by the least common multiple. This lattice is isomorphic to the dual of the lattice of subgroups of the infinite cyclic group Z .