ConceptComplete

Arithmetic Functions - Foundations

Arithmetic functions form the foundation of analytic number theory, encoding number-theoretic information in functions that can be analyzed using techniques from complex analysis and harmonic analysis.

DefinitionArithmetic Function

An arithmetic function is any function f:NCf: \mathbb{N} \to \mathbb{C} that assigns a complex value to each positive integer. When ff takes only real values, it is called a real-valued arithmetic function.

An arithmetic function ff is called multiplicative if:

  1. f(1)=1f(1) = 1
  2. f(mn)=f(m)f(n)f(mn) = f(m)f(n) whenever gcd(m,n)=1\gcd(m,n) = 1

It is called completely multiplicative if f(mn)=f(m)f(n)f(mn) = f(m)f(n) for all m,nNm, n \in \mathbb{N}.

ExampleClassical Arithmetic Functions

The following are fundamental arithmetic functions:

  • Identity function: id(n)=n\text{id}(n) = n, completely multiplicative
  • Constant function: 1(n)=11(n) = 1 for all nn, completely multiplicative
  • Euler's totient function: φ(n)\varphi(n) counts integers 1kn1 \leq k \leq n with gcd(k,n)=1\gcd(k,n) = 1
  • Divisor function: σk(n)=dndk\sigma_k(n) = \sum_{d|n} d^k, where σ0(n)=τ(n)\sigma_0(n) = \tau(n) counts divisors
  • Möbius function: μ(n)={1if n=1(1)kif n is a product of k distinct primes0if n has a squared prime factor\mu(n) = \begin{cases} 1 & \text{if } n=1 \\ (-1)^k & \text{if } n \text{ is a product of } k \text{ distinct primes} \\ 0 & \text{if } n \text{ has a squared prime factor} \end{cases}
DefinitionDirichlet Convolution

For arithmetic functions ff and gg, their Dirichlet convolution is defined as:

(fg)(n)=dnf(d)g(n/d)=ab=nf(a)g(b)(f * g)(n) = \sum_{d|n} f(d)g(n/d) = \sum_{ab=n} f(a)g(b)

This operation is commutative, associative, and has the identity element δ(n)={1if n=10otherwise\delta(n) = \begin{cases} 1 & \text{if } n=1 \\ 0 & \text{otherwise} \end{cases}.

Dirichlet convolution transforms the set of arithmetic functions into a commutative ring. The multiplicative functions form a subgroup under this operation, and understanding this algebraic structure is essential for analyzing more complex number-theoretic questions.

Remark

The Möbius function serves as the inverse of the constant function 11 under Dirichlet convolution: μ1=δ\mu * 1 = \delta. This fundamental identity leads to the Möbius inversion formula, which allows us to invert summatory relations over divisors.

The study of arithmetic functions connects discrete number theory with continuous analysis. By encoding arithmetic data in functions, we can apply powerful analytical techniques such as generating functions, complex integration, and asymptotic methods to extract information about the distribution of prime numbers and other arithmetic objects.