User:Virginia-American/Sandbox/Arithmetic function

In number theory, an arithmetic function or arithmetical function is a real or complex valued function f(n) defined on the set of natural numbers (i.e. positive integers) that "expresses some arithmetical property of n."[1].

An example of an arithmetic function is the non-principal character (mod 4) defined by

To emphasise that they are being thought of as functions rather than sequences, values of an arithmetic function are usually denoted by a(n) rather than an.

There is a larger class of number-theoretic functions that do not fit the above definition, e.g. the prime-counting functions. This article provides links to functions of both classes.

Notation

edit

    and       mean that the sum or product is over all prime numbers:

       

Similarly,       and       mean that the sum or product is over all prime powers (with positive exponent, so 1 is not counted):

 

    and       mean that the sum or product is over all positive divisors of n, including 1 and n. E.g., if n = 12,

 

The notations can be combined:       and       mean that the sum or product is over all prime divisors of n. E.g., if n = 18,

 

and similarly       and       mean that the sum or product is over all prime powers dividing n. E.g., if n = 24,

 

Multiplicative and additive functions

edit

An arithmetic function a is

  • completely additive if a(mn) = a(m) + a(n) for all natural numbers m and n;

Two whole numbers m and n are called coprime if their greatest common divisor is 1; i.e., if there is no prime number that divides both of them.

Then an arithmetic function a is

  • additive if a(mn) = a(m) + a(n) for all coprime natural numbers m and n;
  • multiplicative if a(mn) = a(m)a(n) for all coprime natural numbers m and n.

Ω(n), ω(n), νp(n) - prime power decomposition

edit

The fundamental theorem of arithmetic states that any positive integer n can be factorised uniquely as a product of powers of primes:       where p1 < p2 < ... < pk are primes and the aj are positive integers. (1 is given by the empty product.)

It is often convenient to write this as an infinite product over all the primes, where all but a finite number have a zero exponent. Define νp(n) as the exponent of the highest power of the prime p that divides n. I.e. if p is one of the pi then νp(n) = ai, otherwise it is zero. Then

 

In terms of the above the functions ω and Ω are defined by

ω(n) = k,
Ω(n) = a1 + a2 + ... + ak.

To avoid repetition, whenever possible formulas for the functions listed in this article are given in terms of n and the corresponding pi, ai, ω, and Ω.

Multiplicative functions

edit

σk(n), τ(n), d(n) - divisor sums

edit

σk(n) is the sum of the kth powers of of the positive divisors of n, including 1 and n, where k is a complex mumber.

σ1(n), the sum of the (positive) divisors of n, is usually denoted by σ(n). Since a positive number to the zero power is one,

σ0(n) is therefore the number of (positive) divisors of n; it is usually denoted by d(n) or τ(n) (for the German Teiler = dvisors).

 

Setting k = 0 in the second product gives

 

φ(n) - Euler totient function

edit

φ(n), the Euler totient function, is the number of positive integers not greater than n that are coprime to n.

 

μ(n) - Möbius function

edit

μ(n), the Möbius function, is important because of the Möbius inversion formula. See Dirichlet convolution, below.

 

This implies that μ(1) = 1. (Because Ω(1) = ω(1) = 0.)

Completely multiplicative functions

edit

λ(n) - Liouville function

edit

λ(n), the Liouville function, is defined by

 

χ(n) - characters

edit

All Dirichlet characters χ(n) are completely multiplicative; e.g. the non-trivial character (mod 4) defined in the introduction, or the principal character (mod n) defined by

 

Additive functions

edit

ω(n) - distinct prime divisors

edit

ω(n), defined above as the number of distinct primes dividing n, is additive

Completely additive functions

edit

Ω(n) - prime divisors

edit

Ω(n), defined above as the number of prime factors of n counted with multiplicities, is completely additive.

νp(n) - prime power dividing n

edit

For a fixed prime p, νp(n), defined above as the exponent of the largest power of p dividing n, is completely multiplicative.

Neither multiplicative nor additive

edit

π(x), Π(x), θ(x), ψ(x) - prime count functions

edit

Unlike the other functions listed in this article, these are defined for non-negative real (not just integer) arguments. They are used in the statement and proof of the prime number theorem.

π(n), the prime counting function, is the number of primes not exceeding x.

 

A related function counts prime powers with weight 1 for primes, 1/2 for their squares, 1/3 for cubes, ...

 


θ(x) and ψ(x), the Chebyshev functions are defined as sums of the natural logarithms of the primes not exceeding x:

  and
 

Λ(n) - von Mangoldt function

edit

Λ(n), the von Mangoldt function, is 0 unless the argument is a prime power, in which case it is the natural log of the prime:

 

p(n) - partition function

edit

p(n), the partition function, is the number of ways of representationing n as a sum of positive integers, where two representations with the same summands in a different order are not counted as being different:

 

λ(n) - Carmichael function

edit

λ(n), the Carmichael function, is the smallest positive number such that     for all a coprime to n.

For prime powers it is equal to the Euler totient function (for 2, 4, and odd prime powers)
or to one-half the totient (for powers of 2 greater than 4):

 

and for general n it is the least common multiple of λ of each of its prime power factors:

 

h(n) - Class number

edit

h(n), the class number function, is the order of the ideal class group of an algebraic extension of the rationals with discriminant n. The notation is ambiguous, as there are in general many extensions with the same discriminant. See quadratic field and cyclotomic field for classical examples.

rk(n) - Sum of k squares

edit

rk(n) is the number of ways n can be be represented as the sum of k squares, where representations that differ only in the order of the summands or in the signs of the square roots are counted as different.

 

Summation functions

edit

Given an arithmetic function a(n), its summation function A(x) is defined by

 

A can be regarded as a function of a real variable. Given a positive integer m, A is constant along open intervals m < x < m + 1, and has a jump discontinuity at each integer for which a(m) ≠ 0.

Since such functions are often represented by series and integrals, to achieve pointwise convergence it is usual to define the value at the discontinuities as the average of the values to the left and right:

 

Individual values of arithmetic functions may fluctuate wildly - as in most of the above examples. Summation functions "smooth out" these fluctuations. In some cases it may be possible to find asymptotic behaviour for the summation function for large x.

A classical example of this phenomenon[2] is given by d(n), the number of divisors of n:

 
 
 

Dirichlet convolution

edit

Given an arithmetic function a(n), let Fa(s), for complex s, be the function defined by the corresponding Dirichlet series (where it converges):[3]

 

Fa(s) is called a generating function of a(n). The simplest such series, corresponding to the constant function a(n) = 1 for all n, is ς(s) the Riemann zeta function.

The generating function of the Möbius function is the inverse of the zeta function:

 

Consider two arithmetic functions a and b and their respective generating functions Fa(s) and Fb(s). The product Fa(s)Fb(s) can be computed as follows:

 

It is a straightforward exercise to show that if c(n) is defined by

 

then

 


This function c is called the Dirichlet convolution of a and b, and is denoted by  .

A particularly important case is convolution with the constant function a(n) = 1 for all n, corresponding to multiplying the generating function by the zeta function:

 

Multiplying by the inverse of the zeta function gives the Möbius inversion formula:

 


If f is multiplicative, then so is g. If f is completely multiplicative, then g is multiplicative, but may or may not be completely multiplicative. The article multiplicative function has a short proof.

Relations among the functions

edit

There are a great many formulas connecting arithmetical functions with each other and with the other functions of analysis - in fact, a large part of elementary and analytic number theory is a detailed study of these relations. See the articles on the individual functions for details.

Here are a few examples:

      where χ is the nonprincipal character (mod 4) defined in the introduction.
 
 
 
 
 
    where λ is the Liouville function.
 
 
 
edit

Dirichlet discovered formulas that relate the class number h of quadratic number fields to the Jacobi symbol.[4]

An integer D is called a fundamental discriminant it it is the discriminant of a quadratic number field. This is equivalent to D ≠ 1 and either a) D is squarefree and D ≡ 1 (mod 4) or b) D ≡ 0 (mod 4), D/4 is squarefree, and D/4 ≡ 2 or 3 (mod 4).[5]

Extend the Jacobi symbol to accept even numbers in the "denominator" by defining the Kronecker symbol:

 

Then if D < −4 is a fundamental discriminant[6][7]

 


There is also a formula relating r3 and h. Again, let D be a fundamental discriminant, D < −4. Then:[8]

 

See also

edit

Ramanujan sum

Notes

edit
  1. ^ Hardy & Wright, intro. to Ch. XVI
  2. ^ Hardy & Wright, §§ 18.1–18.2
  3. ^ Hardy & Wright, § 17.6, show how the theory of generating functions can be constructed in a purely formal manner with no attention paid to convergence.
  4. ^ Landau, p. 168
  5. ^ Cohen, Def. 5.1.2
  6. ^ Cohen, Corr. 5.3.13
  7. ^ see Edwards, § 9.5 exercises for more complicated formulas.
  8. ^ Cohen, Prop 5.10.3


References

edit

Tom M. Apostol (1976). Introduction to Analytic Number Theory. Springer Undergraduate Texts in Mathematics. ISBN 0387901639.

Hardy, G. H.; Wright, E. M. (1980), An Introduction to the Theory of Numbers (Fifth edition), Oxford: Oxford University Press, ISBN 978-0198531715

G. J. O. Jameson (2003). The Prime Number Theorem. Cambridge University Press. ISBN 0-521-89110-8.

William J. LeVeque (1996). Fundamentals of Number Theory. Courier Dover Publications. ISBN 0486689069.

Elliott Mendelson (1987). Introduction to Mathematical Logic. CRC Press. ISBN 0412808307.