Divisor sum function: Difference between revisions

From Number
No edit summary
Line 99: Line 99:


{{multiplicative}}
{{multiplicative}}
The divisor sum function is multiplicative: in other words, if <math>m</math> and <math>n</math> are relatively prime positive integers, then:
<math>\sigma(mn) = \sigma(m)\sigma(n)</math>.
This can be proved in a number of ways. Apart from a direct proof, it also follows from the fact that the divisor sum function is a [[Dirichlet product]] of two multiplicative functions. {{proofat|[[Divisor sum function is multiplicative]]}}


{{not completely multiplicative}}
{{not completely multiplicative}}
The divisor sum function is ''not'' a completely multiplicative function. In other words, there exist natural numbers <math>m,n</math> such that <math>\sigma(mn) \ne \sigma(m)\sigma(n)</math>. In fact, if <math>m</math> and <math>n</math> are ''not'' relatively prime, <math>\sigma(mn)</math> is ''not'' the product of <math>\sigma(m)</math> and <math>\sigma(n)</math>.
{{not divisibility-preserving}}
If <math>m</math> divides <math>n</math>, it is not necessary that <math>\sigma(m)</math> divides <math>\sigma(n)</matH>.


==External links==
==External links==


* [[Mathworld:DivisorFunction|Divisor function on Mathworld]]
* [[Mathworld:DivisorFunction|Divisor function on Mathworld]]

Revision as of 14:33, 5 May 2009

This article defines an arithmetic function or number-theoretic function: a function from the natural numbers to a ring (usually, the ring of integers, rational numbers, real numbers, or complex numbers).
View a complete list of arithmetic functions

Definition

Let n be a natural number. The divisor sum function of n, denoted σ(n) or σ1(n), is defined in the following equivalent ways:

  1. σ is the Dirichlet product of the identity function E on the natural numbers and the all-one function U: the function sending every natural number to 1.
  2. We have σ(n)=d|nd.

Formula in terms of prime factorization

Suppose we have:

n=p1k1p2k2prkr,

where the pi are distinct prime divisors of n. Then:

σ(n)=i=1r(piki+11pi1).

Equivalently, the ratio is given by:

σ(n)n=i=1r(1(1/piki+1)11/pi).

Behavior

Lower bound

For any n>1, σ(n)n+1. Equality is achieved if and only if n is prime. Further, σ(n) is the lowest, in relative terms, for primes. In particular, excluding the case n=1, the fraction σ(n)/n achieves a strict minimum-so-far at every prime, and nowhere else.

Thus, we have:

limnσ(n),

and:

liminfnσ(n)n=1,

Upper bound

Gronwall's theorem asserts that:

limsupnσ(n)nloglogn=eγ

where all the logarithms are natural logarithms and γ is the Euler-Mascheroni constant.

A closely related result is Robin's theorem, which states that the Riemann hypothesis is equivalent to the statement that for n5041, the ratio is always strictly less than eγ.

Logarithmic ratio

We have:

limnlog(σ(n))logn=1.

Moreover, this approach is from the positive side, since σ(n)n+1 for all n>1.

Summatory function and average value

Summatory function

The summatory function of this function is termed the divisor sum summatory function, and is defined as:

xnxσ(n).

It is equivalent to the following:

dxd[xd].

In other words, it is the sum, over all numbers less than or equal to x, of the largest multiple of that number less than or equal to x. Note that this summatory function is bounded from above by x2 and from below by x2/2.

Average value

Given any positive real x, consider the ratio:

nxσ(n)nxn.

This ratio is bounded from below by 1 and from above by 2.

Relation with other arithmetic functions

Generalizations

Relations expressed in terms of Dirichlet products

Relation with properties of numbers

Properties

Multiplicativity

This arithmetic function is a multiplicative function: the product of this function for two natural numbers that are relatively prime is the value of the function at the product.
View a complete list of multiplicative functions

The divisor sum function is multiplicative: in other words, if m and n are relatively prime positive integers, then:

σ(mn)=σ(m)σ(n).

This can be proved in a number of ways. Apart from a direct proof, it also follows from the fact that the divisor sum function is a Dirichlet product of two multiplicative functions. For full proof, refer: Divisor sum function is multiplicative

Complete multiplicativity

NO: This arithmetic function is not a completely multiplicative function: in other words, the product of the values of the function at two natural numbers need not equal the value at the product.

The divisor sum function is not a completely multiplicative function. In other words, there exist natural numbers m,n such that σ(mn)σ(m)σ(n). In fact, if m and n are not relatively prime, σ(mn) is not the product of σ(m) and σ(n).

Preservation of divisibility

NO: This arithmetic function is not a divisibility-preserving function: it does not preserve divisibility.

If m divides n, it is not necessary that σ(m) divides σ(n).

External links