Definition and Basic Types of Number Theory Functions (such as Multiplicative and Totally Multiplicative Functions)

Introduction

Number theory functions are mathematical mappings from the set of positive integers to the real numbers, often studied for their properties and behaviors under arithmetic operations. These functions play a pivotal role in number theory, enabling the analysis of prime numbers, factorizations, and the distribution of integers. A key distinction in number theory is the classification of functions based on their multiplicative properties. While not all functions exhibit multiplicative behavior, certain classes of functions—such as multiplicative and totally multiplicative functions—hold significant importance due to their structural constraints and applications in analytic number theory. This article explores the definitions and properties of these functions, emphasizing their roles in understanding the arithmetic structure of integers.

Multiplicative Functions

A multiplicative function is a function $ f: \mathbb{N} \to \mathbb{R} $ satisfying the property $ f(ab) = f(a)f(b) $ for all positive integers $ a $ and $ b $ that are coprime. This definition ensures that the function's behavior is determined by its values on prime powers, simplifying analysis. The multiplicative property allows for the decomposition of functions into their prime factorizations, making them particularly useful in number theory. For example, the Euler totient function $ \phi(n) $, which counts the number of integers less than $ n $ that are coprime to $ n $, is a classic example of a multiplicative function. Similarly, the Möbius function $ \mu(n) $, which is used in the Möbius inversion formula, is also multiplicative.

The multiplicative nature of these functions implies that their values on coprime integers are independent of each other, allowing for the construction of complex functions through the multiplication of simpler ones. This property is critical in the study of Dirichlet convolutions and the Dirichlet series associated with multiplicative functions. For instance, the Dirichlet convolution $ (f * g)(n) = \sum_{d | n} f(d)g(n/d) $ is a fundamental operation in number theory, and it is associative and commutative for multiplicative functions.

Totally Multiplicative Functions

A totally multiplicative function is a special case of a multiplicative function where the property $ f(ab) = f(a)f(b) $ holds for all positive integers $ a $ and $ b $, including when $ a = 1 $ or $ b = 1 $. This broader definition ensures that the function's behavior is fully determined by its values on the unit element $ 1 $, which is always $ f(1) = 1 $. The totality of multiplicative functions includes all multiplicative functions, as the multiplicative property is satisfied for all pairs of integers.

Examples of totally multiplicative functions include the identity function $ f(n) = n $, which trivially satisfies $ f(ab) = ab = f(a)f(b) $ for all $ a,