Explain why multiplicativity means τ(n) is completely determined by the prime factorization of n, and give the resulting formula.
Think about your answer, then reveal below.
Model answer: Because prime powers in the factorization are pairwise coprime, multiplicativity applies at every step: τ(p₁^a₁ · p₂^a₂ · ...) = τ(p₁^a₁) · τ(p₂^a₂) · .... And τ(p^a) = a + 1 for any prime p, since the divisors of p^a are exactly 1, p, p², ..., p^a. So τ(n) = (a₁ + 1)(a₂ + 1)... — the entire function is determined by the exponents in the prime factorization.
Multiplicativity means a function on all integers is determined by its values on prime powers, because every integer factors into coprime prime powers. For τ, the value at each prime power p^a is easy to count directly (a+1 divisors). The formula τ(n) = (a₁+1)(a₂+1)... chains multiplicativity across all prime factors. This prime-by-prime independence is the structural pattern shared by σ, Euler's totient φ, the Möbius function μ, and all multiplicative functions in number theory.