Questions: Arithmetic Functions and Multiplicativity

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A multiplicative function f satisfies f(4) = 3 and f(9) = 5. What is f(36)?

A15, because gcd(4, 9) = 1 and f(36) = f(4) · f(9)
B8, because f(36) = f(4) + f(9)
CCannot be determined without knowing f on all prime powers
D15, but only if f is also completely multiplicative
Question 2 Multiple Choice

A function f satisfies f(p²) = f(p)² for every prime p. Does this follow from multiplicativity alone?

AYes — multiplicativity gives f(p · p) = f(p) · f(p) for all primes p
BNo — multiplicativity only applies when gcd(m, n) = 1, but gcd(p, p) = p ≠ 1
CYes — prime powers are a special case where the coprimality condition is waived
DNo — this property requires knowing f on all integers, not just primes
Question 3 True / False

A multiplicative function is entirely determined by its values on prime powers p^k.

TTrue
FFalse
Question 4 True / False

A substantially multiplicative function satisfies f(mn) = f(m)f(n) primarily when gcd(m, n) = 1.

TTrue
FFalse
Question 5 Short Answer

Explain why the coprimality condition in the definition of multiplicativity is mathematically essential. What goes wrong if you naively apply f(p²) = f(p)·f(p) for a merely multiplicative function?

Think about your answer, then reveal below.