Dirichlet Product and Multiplicative Properties
📂Number TheoryDirichlet Product and Multiplicative Properties
Theorem
- [1]: If f and g are multiplicative functions, then f∗ g is also a multiplicative function.
- [2]: If g and f∗g are multiplicative functions, then f is also a multiplicative function.
Description
These properties can be used immediately when discussing the algebraic properties of multiplicative functions:
- Theorem [1] means, in other words, that multiplicative functions are closed under the convolution ∗.
- Theorem [2] allows proving that the inverse of a multiplicative function is also a multiplicative function by combining it with g and I=g∗g−1.
Proof
[1]
Let’s say h:=f∗ g and gcd(m,n)=1
h(mn)=c∣mn∑f(c)g(cmn)
Now if we let c to satisfy a∣m and b∣n as c=ab, then since gcd(m,n)=1, it follows that gcd(a,b)=1, and gcd(m/a,n/b). Therefore
h(mn)====a∣mb∣n∑f(ab)g(abmn)a∣mb∣n∑f(a)f(b)g(am)g(bn)a∣m∑f(a)g(am)b∣n∑f(b)g(bn)h(m)h(n)
■
[2]
Suppose g and h:=f∗ g are multiplicative functions.
Assume for the sake of contradiction that f is not a multiplicative function. If f were not multiplicative, then there must exist m,n that satisfies f(mn)=f(m)f(n) and gcd(m,n)=1. Let’s, for convenience, choose m,n such that mn is minimized among all satisfying numbers.
Case 1. mn=1
Since f(1)=f(1)f(1), it follows that f(1)=1. But
1===h(1)f(1)g(1)f(1)⋅1=1
thus, h=f∗g becomes non-multiplicative, which is a contradiction.
Case 2. mn>1
Given the assumption of m,n, if ab<mn and all a,b satisfying gcd(a,b)=1 must satisfy f(ab)=f(a)f(b). Then, since g is a multiplicative function, g(1)=1; thus
h(mn)====a∣mb∣nab<mn∑f(ab)g(abmn)+f(mn)g(1)a∣mb∣nab<mn∑f(a)f(b)g(am)g(bn)+f(mn)⋅1a∣m∑f(a)g(am)b∣n∑f(b)g(bn)−f(m)f(n)+f(mn)h(m)h(n)−f(m)f(n)+f(mn)
Summarizing
h(mn)−h(m)h(n)=f(mn)−f(m)f(n)
But by the assumption of f, f(mn)=f(m)f(n); thus
h(mn)−h(m)h(n)=0
Therefore, h=f∗g becomes non-multiplicative, which is a contradiction.
■