Multiplicative function

This is an old revision of this page, as edited by AxelBoldt (talk | contribs) at 22:59, 12 June 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In number theory, a multiplicative function is an arithmetic function f(n) of the positive integer n with the property that f(1) = 1 and whenever a and b are coprime, then

f(ab) = f(a) f(b).

An arithmetic function f(n) is said to be completely multiplicative if f(1) = 1 and f(ab) = f(a) f(b) holds for all positive integers a and b, even when they are not coprime. In this case the function is a homomorphism of monoids and, because of the fundamental theorem of arithmetic, is completely determined by its restriction to the prime numbers. Every completely multiplicative function is multiplicative.

Outside number theory, the term multiplicative is usually used for all functions with the property f(ab) = f(a) f(b) for all arguments a and b. This article discusses number theoretic multiplicative functions.

Examples

Examples of multiplicative functions include many functions of importance in number theory, such as:

  • φ(n): Euler's φ function, counting the positive integers coprime to n
  • μ(n): the Möbius function, related to the number of prime factors of square-free numbers
  • d(n): the number of positive divisors of n,
  • σ(n): the sum of all the positive divisors of n,
  • σk(n): the sum of the k-th powers of all the positive divisors of n (where k may be any complex number),
  • Id(n): identity function, defined by Id(n) = n
  • Idk(n): the power functions, defined by Idk(n) = nk for any natural (or even complex) number k,
  • 1(n): the constant function, defined by 1(n) = 1
  • ε(n): the function defined by ε(n) = 1 if n = 1 and = 0 if n > 1.

An example of a non-multiplicative function is the arithmetic function r2(n) - the number of representations of n as a sum of squares of two integers, positive, negative, or zero, where in counting the number of ways, reversal of order is allowed. For example:

1 = 12+02 = (-1)2+02 = 02+12 = 02+(-1)2

and therefore r2(1) = 4 ≠ 1. This shows that the function is not multiplicative. However, r2(n)/4 is multiplicative.

See arithmetic function for some examples of non-multiplicative functions.

Properties

A multiplicative function is completely determined by its values at the powers of prime numbers, a consequence of the fundamental theorem of arithmetic. Thus, if n is a product of powers of distinct primes, say n = pa qb ..., then f(n) = f(pa) f(qb) ...

This property of multiplicative functions significantly reduces the need for computation, as in the following examples for n = 144 = 24 · 32:

d(144) = σ0(144) = σ0(240(32) = (10+20+40+80+160)(10+30+90) = 5 · 3 = 15,
σ(144) = σ1(144) = σ1(241(32) = (11+21+41+81+161)(11+31+91) = 31 · 13 = 403,
σ2(144) = σ2(242(32) = (12+22+42+82+162)(12+32+92) = 341 · 91 = 31031,
σ3(144) = σ3(243(32) = (13+23+43+83+163)(13+33+93) = 4681 &middot 757 = 3543517.

Similarly, we have:

φ(144)=φ(24)φ(32) = 8 &middot 6 = 48

Convolution

If f and g are two arithmetic functions, one defines a new arithmetic function f*g, the convolution of f and g, by

(f*g)(n) = ∑d|n f(d)g(n/d)

where the sum extends over all positive divisors d of n.

Some general properties of this operation include (here the argument n is omitted in all functions):

  • If both f and g are multiplicative, then so is f*g.
  • f*g = g*f
  • (f*g)*h = f*(g*h)
  • f*ε = ε*f = f

This shows that the multiplicative functions with convolution form a commutative monoid with identity element ε.

Relations among the multiplicative functions discussed above include: