MPEG-1: Difference between revisions
en>Mild Bill Hiccup m →History: spelling |
en>Gronky →Patents: add dates for each discussion and patent, make the "seems patent free" statement stronger |
||
Line 1: | Line 1: | ||
:''Outside number theory, the term '''multiplicative function''' is usually used for [[completely multiplicative function]]s. This article discusses number theoretic multiplicative functions.'' | |||
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 function|completely multiplicative]]''' (or '''totally 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. | |||
== Examples == | |||
Some multiplicative functions are defined to make formulas easier to write: | |||
* 1(''n''): the constant function, defined by 1(''n'') = 1 (completely multiplicative) | |||
* <math>1_C(n)</math> the [[indicator function]] of the set <math>C\subset \mathbb{Z}</math>. This is multiplicative if the set ''C'' has the property that if ''a'' and ''b'' are in ''C'', gcd(''a'', ''b'')=1, then ''ab'' is also in C. This is the case if ''C'' is the set of squares, cubes, or higher powers, or if ''C'' is the set of [[square-free]] numbers. | |||
* Id(''n''): [[identity function]], defined by Id(''n'') = ''n'' (completely multiplicative) | |||
* Id<sub>''k''</sub>(''n''): the power functions, defined by Id<sub>''k''</sub>(''n'') = ''n''<sup>''k''</sup> for any complex number ''k'' (completely multiplicative). As special cases we have | |||
** Id<sub>0</sub>(''n'') = 1(''n'') and | |||
** Id<sub>1</sub>(''n'') = Id(''n''). | |||
* <math>\epsilon</math>(''n''): the function defined by <math>\epsilon</math>(''n'') = 1 if ''n'' = 1 and 0 otherwise, sometimes called ''multiplication unit for [[Dirichlet convolution]]'' or simply the ''[[unit function]]''; the Kronecker delta δ<sub>i''n''</sub>; sometimes written as ''u''(''n''), not to be confused with <math>\mu</math>(''n'') (completely multiplicative). | |||
Other examples of multiplicative functions include many functions of importance in number theory, such as: | |||
* gcd(''n'',''k''): the [[greatest common divisor]] of ''n'' and ''k'', as a function of ''n'', where ''k'' is a fixed integer. | |||
* <math>\varphi</math>(''n''): [[Euler's totient function]] <math>\varphi</math>, counting the positive integers [[coprime]] to (but not bigger than) ''n'' | |||
* <math>\mu</math>(''n''): the [[Möbius function]], the parity (−1 for odd, +1 for even) of the number of prime factors of [[square-free integer|square-free]] numbers; 0 if ''n'' is not square-free | |||
* <math>\sigma</math><sub>''k''</sub>(''n''): the [[divisor function]], which is the sum of the ''k''-th powers of all the positive divisors of ''n'' (where ''k'' may be any [[complex number]]). Special cases we have | |||
** <math>\sigma</math><sub>0</sub>(''n'') = ''d''(''n'') the number of positive [[divisor]]s of ''n'', | |||
** <math>\sigma</math><sub>1</sub>(''n'') = <math>\sigma</math>(''n''), the sum of all the positive divisors of ''n''. | |||
* <math>a(n)</math>: the number of non-isomorphic abelian groups of order n. | |||
* <math>\lambda</math>(''n''): the [[Liouville function]], λ(''n'') = (−1)<sup>Ω(''n'')</sup> where Ω(''n'') is the total number of primes (counted with multiplicity) dividing ''n''. (completely multiplicative). | |||
* <math>\gamma</math>(''n''), defined by <math>\gamma</math>(''n'') = (−1)<sup><math>\omega</math>(n)</sup>, where the [[additive function]] <math>\omega</math>(''n'') is the number of distinct primes dividing ''n''. | |||
* All [[Dirichlet character]]s are completely multiplicative functions. For example | |||
** (''n''/''p''), the [[Legendre symbol]], considered as a function of ''n'' where ''p'' is a fixed [[prime number]]. | |||
An example of a non-multiplicative function is the arithmetic function ''r''<sub>''2''</sub>(''n'') - the number of representations of ''n'' as a sum of squares of two integers, [[positive number|positive]], [[negative number|negative]], or [[0 (number)|zero]], where in counting the number of ways, reversal of order is allowed. For example: | |||
:1 = 1<sup>2</sup> + 0<sup>2</sup> = (-1)<sup>2</sup> + 0<sup>2</sup> = 0<sup>2</sup> + 1<sup>2</sup> = 0<sup>2</sup> + (-1)<sup>2</sup> | |||
and therefore ''r''<sub>2</sub>(1) = 4 ≠ 1. This shows that the function is not multiplicative. However, ''r''<sub>2</sub>(''n'')/4 is multiplicative. | |||
In the [[On-Line Encyclopedia of Integer Sequences]], [http://oeis.org/search?q=keyword:mult sequences of values of a multiplicative function] have the keyword "mult". | |||
See [[arithmetic function]] for some other examples of non-multiplicative functions. | |||
== Properties == | |||
A multiplicative function is completely determined by its values at the powers of [[prime number]]s, a consequence of the [[fundamental theorem of arithmetic]]. Thus, if ''n'' is a product of powers of distinct primes, say ''n'' = ''p''<sup>''a''</sup> ''q''<sup>''b''</sup> ..., then | |||
''f''(''n'') = ''f''(''p''<sup>''a''</sup>) ''f''(''q''<sup>''b''</sup>) ... | |||
This property of multiplicative functions significantly reduces the need for computation, as in the following examples for ''n'' = 144 = 2<sup>4</sup> · 3<sup>2</sup>: | |||
: d(144) = <math>\sigma</math><sub>0</sub>(144) = <math>\sigma</math><sub>0</sub>(2<sup>4</sup>)<math>\sigma</math><sub>0</sub>(3<sup>2</sup>) = (1<sup>0</sup> + 2<sup>0</sup> + 4<sup>0</sup> + 8<sup>0</sup> + 16<sup>0</sup>)(1<sup>0</sup> + 3<sup>0</sup> + 9<sup>0</sup>) = 5 · 3 = 15, | |||
: <math>\sigma</math>(144) = <math>\sigma</math><sub>1</sub>(144) = <math>\sigma</math><sub>1</sub>(2<sup>4</sup>)<math>\sigma</math><sub>1</sub>(3<sup>2</sup>) = (1<sup>1</sup> + 2<sup>1</sup> + 4<sup>1</sup> + 8<sup>1</sup> + 16<sup>1</sup>)(1<sup>1</sup> + 3<sup>1</sup> + 9<sup>1</sup>) = 31 · 13 = 403, | |||
: <math>\sigma</math><sup>*</sup>(144) = <math>\sigma</math><sup>*</sup>(2<sup>4</sup>)<math>\sigma</math><sup>*</sup>(3<sup>2</sup>) = (1<sup>1</sup> + 16<sup>1</sup>)(1<sup>1</sup> + 9<sup>1</sup>) = 17 · 10 = 170. | |||
Similarly, we have: | |||
:<math>\varphi</math>(144)=<math>\varphi</math>(2<sup>4</sup>)<math>\varphi</math>(3<sup>2</sup>) = 8 · 6 = 48 | |||
In general, if ''f''(''n'') is a multiplicative function and ''a'', ''b'' are any two positive integers, then | |||
:''f''(''a'') · ''f''(''b'') = ''f''([[greatest common divisor|gcd]](''a'',''b'')) · ''f''([[least common multiple|lcm]](''a'',''b'')). | |||
Every completely multiplicative function is a [[homomorphism]] of [[monoid]]s and is completely determined by its restriction to the prime numbers. | |||
== Convolution == | |||
If ''f'' and ''g'' are two multiplicative functions, one defines a new multiplicative function ''f'' * ''g'', the ''[[Dirichlet convolution]]'' of ''f'' and ''g'', by | |||
:<math> (f \, * \, g)(n) = \sum_{d|n} f(d) \, g \left( \frac{n}{d} \right)</math> | |||
where the sum extends over all positive divisors ''d'' of ''n''. | |||
With this operation, the set of all multiplicative functions turns into an [[abelian group]]; the [[identity element]] is <math>\epsilon</math>. Convolution is commutative, associative, and distributive over addition. | |||
Relations among the multiplicative functions discussed above include: | |||
* <math>\mu</math> * 1 = <math>\epsilon</math> (the [[Möbius inversion formula]]) | |||
* (<math>\mu</math> * Id<sub>''k''</sub>) * Id<sub>''k''</sub> = <math>\epsilon</math> (generalized Möbius inversion) | |||
* <math>\varphi</math> * 1 = Id | |||
* ''d'' = 1 * 1 | |||
* <math>\sigma</math> = Id * 1 = <math>\varphi</math> * ''d'' | |||
* <math>\sigma</math><sub>''k''</sub> = Id<sub>''k''</sub> * 1 | |||
* Id = <math>\varphi</math> * 1 = <math>\sigma</math> * <math>\mu</math> | |||
* Id<sub>''k''</sub> = <math>\sigma</math><sub>''k''</sub> * <math>\mu</math> | |||
The Dirichlet convolution can be defined for general arithmetic functions, and yields a ring structure, the [[Dirichlet ring]]. | |||
=== Dirichlet series for some multiplicative functions === | |||
* <math>\sum_{n\ge 1} \frac{\mu(n)}{n^s} = \frac{1}{\zeta(s)}</math> | |||
* <math>\sum_{n\ge 1} \frac{\varphi(n)}{n^s} = \frac{\zeta(s-1)}{\zeta(s)}</math> | |||
* <math>\sum_{n\ge 1} \frac{d(n)^2}{n^s} = \frac{\zeta(s)^4}{\zeta(2s)}</math> | |||
* <math>\sum_{n\ge 1} \frac{2^{\omega(n)}}{n^s} = \frac{\zeta(s)^2}{\zeta(2s)}</math> | |||
More examples are shown in the article on [[Dirichlet series]]. | |||
==See also== | |||
* [[Euler product]] | |||
* [[Bell series]] | |||
* [[Lambert series]] | |||
==References== | |||
* See chapter 2 of {{Apostol IANT}} | |||
==External links== | |||
*[http://planetmath.org/encyclopedia/MultiplicativeFunction.html Planet Math] | |||
[[Category:Multiplicative functions|*]] |
Revision as of 20:05, 21 January 2014
- Outside number theory, the term multiplicative function is usually used for completely multiplicative functions. This article discusses number theoretic multiplicative functions.
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 (or totally 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.
Examples
Some multiplicative functions are defined to make formulas easier to write:
- 1(n): the constant function, defined by 1(n) = 1 (completely multiplicative)
- the indicator function of the set . This is multiplicative if the set C has the property that if a and b are in C, gcd(a, b)=1, then ab is also in C. This is the case if C is the set of squares, cubes, or higher powers, or if C is the set of square-free numbers.
- Id(n): identity function, defined by Id(n) = n (completely multiplicative)
- Idk(n): the power functions, defined by Idk(n) = nk for any complex number k (completely multiplicative). As special cases we have
- Id0(n) = 1(n) and
- Id1(n) = Id(n).
- (n): the function defined by (n) = 1 if n = 1 and 0 otherwise, sometimes called multiplication unit for Dirichlet convolution or simply the unit function; the Kronecker delta δin; sometimes written as u(n), not to be confused with (n) (completely multiplicative).
Other examples of multiplicative functions include many functions of importance in number theory, such as:
- gcd(n,k): the greatest common divisor of n and k, as a function of n, where k is a fixed integer.
- (n): Euler's totient function , counting the positive integers coprime to (but not bigger than) n
- (n): the Möbius function, the parity (−1 for odd, +1 for even) of the number of prime factors of square-free numbers; 0 if n is not square-free
- k(n): the divisor function, which is the sum of the k-th powers of all the positive divisors of n (where k may be any complex number). Special cases we have
- 0(n) = d(n) the number of positive divisors of n,
- 1(n) = (n), the sum of all the positive divisors of n.
- (n): the Liouville function, λ(n) = (−1)Ω(n) where Ω(n) is the total number of primes (counted with multiplicity) dividing n. (completely multiplicative).
- (n), defined by (n) = (−1)(n), where the additive function (n) is the number of distinct primes dividing n.
- All Dirichlet characters are completely multiplicative functions. For example
- (n/p), the Legendre symbol, considered as a function of n where p is a fixed prime number.
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.
In the On-Line Encyclopedia of Integer Sequences, sequences of values of a multiplicative function have the keyword "mult".
See arithmetic function for some other 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(24)0(32) = (10 + 20 + 40 + 80 + 160)(10 + 30 + 90) = 5 · 3 = 15,
- (144) = 1(144) = 1(24)1(32) = (11 + 21 + 41 + 81 + 161)(11 + 31 + 91) = 31 · 13 = 403,
- *(144) = *(24)*(32) = (11 + 161)(11 + 91) = 17 · 10 = 170.
Similarly, we have:
In general, if f(n) is a multiplicative function and a, b are any two positive integers, then
Every completely multiplicative function is a homomorphism of monoids and is completely determined by its restriction to the prime numbers.
Convolution
If f and g are two multiplicative functions, one defines a new multiplicative function f * g, the Dirichlet convolution of f and g, by
where the sum extends over all positive divisors d of n. With this operation, the set of all multiplicative functions turns into an abelian group; the identity element is . Convolution is commutative, associative, and distributive over addition.
Relations among the multiplicative functions discussed above include:
- * 1 = (the Möbius inversion formula)
- ( * Idk) * Idk = (generalized Möbius inversion)
- * 1 = Id
- d = 1 * 1
- = Id * 1 = * d
- k = Idk * 1
- Id = * 1 = *
- Idk = k *
The Dirichlet convolution can be defined for general arithmetic functions, and yields a ring structure, the Dirichlet ring.
Dirichlet series for some multiplicative functions
More examples are shown in the article on Dirichlet series.
See also
References
- See chapter 2 of Template:Apostol IANT