Jump to content

Divisor function: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 186: Line 186:
|-
|-
!0+
!0+
|0
|
|1
|1
|3
|3

Revision as of 15:19, 24 August 2015

Divisor function σ0(n) up to n = 250
Sigma function σ1(n) up to n = 250
Sum of the squares of divisors, σ2(n), up to n = 250
Sum of cubes of divisors, σ3(n) up to n = 250

In mathematics, and specifically in number theory, a divisor function is an arithmetic function related to the divisors of an integer. When referred to as the divisor function, it counts the number of divisors of an integer. It appears in a number of remarkable identities, including relationships on the Riemann zeta function and the Eisenstein series of modular forms. Divisor functions were studied by Ramanujan, who gave a number of important congruences and identities; these are treated separately in the article Ramanujan's sum.

A related function is the divisor summatory function, which, as the name implies, is a sum over the divisor function.

Definition

The sum of positive divisors function σx(n), for a real or complex number x, is defined as the sum of the xth powers of the positive divisors of n. It can be expressed in sigma notation as

where is shorthand for "d divides n". The notations d(n), ν(n) and τ(n) (for the German Teiler = divisors) are also used to denote σ0(n), or the number-of-divisors function[1][2] (sequence A000005 in the OEIS). When x is 1, the function is called the sigma function or sum-of-divisors function,[1][3] and the subscript is often omitted, so σ(n) is equivalent to σ1(n) (OEISA000203).

The aliquot sum s(n) of n is the sum of the proper divisors (that is, the divisors excluding n itself, OEISA001065), and equals σ1(n) − n; the aliquot sequence of n is formed by repeatedly applying the aliquot sum function.

Example

For example, σ0(12) is the number of the divisors of 12:

while σ1(12) is the sum of all the divisors:

and the aliquot sum s(12) of proper divisors is:

Table of values

n Divisors σ0(n) σ1(n) s(n) = σ1(n) − n Comment
1 1 1 1 0 square number: σ0(n) is odd; power of 2: s(n) = n − 1 (almost-perfect)
2 1,2 2 3 1 Prime: σ1(n) = 1+n so s(n) =1
3 1,3 2 4 1 Prime: σ1(n) = 1+n so s(n) =1
4 1,2,4 3 7 3 square number: σ0(n) is odd; power of 2: s(n) = n − 1 (almost-perfect)
5 1,5 2 6 1 Prime: σ1(n) = 1+n so s(n) =1
6 1,2,3,6 4 12 6 first perfect number: s(n) = n
7 1,7 2 8 1 Prime: σ1(n) = 1+n so s(n) =1
8 1,2,4,8 4 15 7 power of 2: s(n) = n − 1 (almost-perfect)
9 1,3,9 3 13 4 square number: σ0(n) is odd
10 1,2,5,10 4 18 8
11 1,11 2 12 1 Prime: σ1(n) = 1+n so s(n) =1
12 1,2,3,4,6,12 6 28 16 first abundant number: s(n) > n
13 1,13 2 14 1 Prime: σ1(n) = 1+n so s(n) =1
14 1,2,7,14 4 24 10
15 1,3,5,15 4 24 9
16 1,2,4,8,16 5 31 15 square number: σ0(n) is odd; power of 2: s(n) = n − 1 (almost-perfect)
σ1(n) +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11
0+ 1 3 4 7 6 12 8 15 13 18 12
12+ 28 14 24 24 31 18 39 20 42 32 36 24
24+ 60 31 42 40 56 30 72 32 63 48 54 48
36+ 91 38 60 56 90 42 96 44 84 78 72 48
48+ 124 57 93 72 98 54 120 72 120 80 90 60
60+ 168 62 96 104 127 84 144 68 126 96 144 72
72+ 195 74 114 124 140 96 168 80 186 121 126 84
84+ 224 108 132 120 180 90 234 112 168 128 144 120
96+ 252 98 171 156 217 102 216 104 210 192 162 108
108+ 280 110 216 152 248 114 240 144 210 182 180 144
120+ 360 133 186 168 224 156 312 128 255 176 252 132
132+ 336 160 204 240 270 138 288 140 336 192 216 168

The cases x=2, x=3 and so on are tabulated in OEISA001157, OEISA001158, OEISA001159, OEISA001160, OEISA013954, OEISA013955 ...

Properties

For a non-square integer, n, every divisor, d, of n is paired with divisor n/d of n and is then even; for a square integer one divisor (namely ) is not paired with a distinct divisor and is then odd. Similarly, the number σ(n) is odd if and only if n is a square or twice a square.[citation needed]

For a prime number p,

because by definition, the factors of a prime number are 1 and itself. Also, where pn# denotes the primorial,

since n prime factors allow a sequence of binary selection ( or 1) from n terms for each proper divisor formed.

Clearly, and σ(n) > n for all n > 2.

The divisor function is multiplicative, but not completely multiplicative. The consequence of this is that, if we write

where r = ω(n) is the number of distinct prime factors of n, pi is the ith prime factor, and ai is the maximum power of pi by which n is divisible, then we have

which is equivalent to the useful formula:

It follows (by setting x = 0) that d(n) is:

For example, if n is 24, there are two prime factors (p1 is 2; p2 is 3); noting that 24 is the product of 23×31, a1 is 3 and a2 is 1. Thus we can calculate as so:

The eight divisors counted by this formula are 1, 2, 4, 8, 3, 6, 12, and 24.

We also note s(n) = σ(n) − n. Here s(n) denotes the sum of the proper divisors of n, i.e. the divisors of n excluding n itself. This function is the one used to recognize perfect numbers which are the n for which s(n) = n. If s(n) > n then n is an abundant number and if s(n) < n then n is a deficient number.

If n is a power of 2, e.g. , then and s(n) = n - 1, which makes n almost-perfect.

As an example, for two distinct primes p and q with p < q, let

Then

and

where φ(n) is Euler's totient function.

Then, the roots of:

allow us to express p and q in terms of σ(n) and φ(n) only, without even knowing n or p+q, as:

Also, knowing n and either σ(n) or φ(n) (or knowing p+q and either σ(n) or φ(n)) allows us to easily find p and q.

In 1984, Roger Heath-Brown proved that

will occur infinitely often.

Series relations

Two Dirichlet series involving the divisor function are:

which for d(n) = σ0(n) gives

and

A Lambert series involving the divisor function is:

for arbitrary complex |q| ≤ 1 and a. This summation also appears as the Fourier series of the Eisenstein series and the invariants of the Weierstrass elliptic functions.

Approximate growth rate

In little-o notation, the divisor function satisfies the inequality (see page 296 of Apostol’s book[4])

More precisely, Severin Wigert showed that

On the other hand, since there are infinitely many prime numbers,

In Big-O notation, Peter Gustav Lejeune Dirichlet showed that the average order of the divisor function satisfies the following inequality (see Theorem 3.3 of Apostol’s book[4])

where is Euler's gamma constant. Improving the bound in this formula is known as Dirichlet's divisor problem

The behaviour of the sigma function is irregular. The asymptotic growth rate of the sigma function can be expressed by:

where lim sup is the limit superior. This result is Grönwall's theorem, published in 1913 (Grönwall 1913). His proof uses Mertens' 3rd theorem, which says that

where p denotes a prime.

In 1915, Ramanujan proved that under the assumption of the Riemann hypothesis, the inequality:

(Robin's inequality)

holds for all sufficiently large n (Ramanujan 1997). In 1984 Guy Robin proved that the inequality is true for all n ≥ 5,041 if and only if the Riemann hypothesis is true (Robin 1984). This is Robin's theorem and the inequality became known after him. The largest known value that violates the inequality is n=5,040. If the Riemann hypothesis is true, there are no greater exceptions. If the hypothesis is false, then Robin showed there are an infinite number of values of n that violate the inequality, and it is known that the smallest such n ≥ 5,041 must be superabundant (Akbary & Friggstad 2009). It has been shown that the inequality holds for large odd and square-free integers, and that the Riemann hypothesis is equivalent to the inequality just for n divisible by the fifth power of a prime (Choie et al. 2007).

A related bound was given by Jeffrey Lagarias in 2002, who proved that the Riemann hypothesis is equivalent to the statement that

for every natural number n > 1, where is the nth harmonic number, (Lagarias 2002).

Robin also proved, unconditionally, that the inequality

holds for all n ≥ 3.

See also

Notes

  1. ^ a b Long (1972, p. 46)
  2. ^ Pettofrezzo & Byrkit (1970, p. 63)
  3. ^ Pettofrezzo & Byrkit (1970, p. 58)
  4. ^ a b Apostol, Tom M. (1976), Introduction to analytic number theory, Undergraduate Texts in Mathematics, New York-Heidelberg: Springer-Verlag, ISBN 978-0-387-90163-3, MR 0434929, Zbl 0335.10001

References