Arithmetic Functions#
Arithmetic Function#
ARITHMETIC FUNCTION
Additive Function#
ADDITIVE FUNCTION
Being completely additive means that the coprime condition can be dispensed with.
The prime omega function \(\omega(n)\) is additive and the prime omega function \(\Omega(n)\) is completely additive.
Multiplicative Function#
MULTIPLICATIVE FUNCTION [Vaughan Definition 3.13]
Being completely multiplicative means that the coprime condition can be dispensed with.
The divisor function \(d(n)\) is multiplicative and \(\sqrt{n}\) is completely multiplicative.
Besides the zero function a multiplicative function \(f\) satisfies \(f(1) = 1\) and \(f(n)\) is then determined by the values it takes at the prime powers
\(f(n) = f(p_1^{a_1} p_2^{a_2} \dots p_k^{a_k}) = f(p_1^{a_1}) f(p_2^{a_2}) \dots f(p_k^{a_k})\) with \(p_i \in \mathbb{P}\) and \(a_i \in \mathbb{N}\)
Prime Omega Functions#
The prime omega functions \(\omega(n)\) and \(\Omega(n)\) are additive and completely additive arithmetic functions, respectively, which count the number of prime factors of a natural number.
PRIME OMEGA FUNCTIONS
\(\omega(n) \le \Omega(n)\)
If \(\omega(n) = 1\) then \(n\) is a prime power and if \(\Omega(n) = 1\) then \(n\) is a prime.
EXAMPLE
\( \begin{aligned} n & && \omega(n) && \Omega(n) \\ \hline 2 &= 2^1 && 1 && 1 \\ 3 &= 3^1 && 1 && 1 \\ 4 &= 2^2 && 1 && 2 \\ 5 &= 5^1 && 1 && 1 \\ 6 &= 2^1 \times 3^1 && 2 && 2 \\ 7 &= 7^1 && 1 && 1 \\ 8 &= 2^3 && 1 && 3 \\ 9 &= 3^2 && 1 && 2 \\ 10 &= 2^1 \times 5^1 && 2 && 2 \\ 11 &= 11^1 && 1 && 1 \\ 12 &= 2^2 \times 3^1 && 2 && 3 \\ 13 &= 13^1 && 1 && 1 \\ 14 &= 7^2 && 1 && 2 \\ 15 &= 3^1 \times 5^1 && 2 && 2 \\ 16 &= 2^4 && 1 && 4 \\ 17 &= 17^1 && 1 && 1 \\ 18 &= 2^1 \times 3^2 && 2 && 3 \\ 19 &= 19^1 && 1 && 1 \\ 20 &= 2^2 \times 5^1 && 2 && 3 \\ 21 &= 3^1 \times 7^1 && 2 && 2 \\ 22 &= 2^1 \times 11^1 && 2 && 2 \\ 23 &= 23^1 && 1 && 1 \\ 24 &= 2^3 \times 3^1 && 2 && 4 \\ 25 &= 5^2 && 1 && 2 \\ 26 &= 2^1 \times 13^1 && 2 && 2 \\ 27 &= 3^3 && 1 && 3 \\ 28 &= 2^2 \times 7^1 && 2 && 3 \\ 29 &= 29^1 && 1 && 1 \\ 30 &= 2^1 \times 3^1 \times 5^1 && 3 && 3 \\ \end {aligned} \)
Sum Function#
SUM FUNCTION