5 questions to test your understanding
What is d(72), the number of divisors of 72?
Suppose f is multiplicative and you know f(2) = 3, f(4) = 5, f(3) = 7. Which additional piece of information lets you compute f(12) without any further assumptions?
Knowing f(p) for most prime p is sufficient to compute f(n) for most positive integer n, as long as f is multiplicative.
A multiplicative function on n is completely determined by its values on prime powers because the Fundamental Theorem of Arithmetic guarantees a unique factorization of every integer into coprime prime-power factors.
Why does multiplicativity reduce the problem of computing an arithmetic function on all positive integers to computing it only on prime powers?