Definition

(f * g)(n) = sum_{ab=n} f(a) g(b). Commutative + associative.

Advertisement

Identity

ε(1) = 1, ε(n) = 0 otherwise. f * ε = f.

Advertisement

Möbius as inverse of 1

μ * 1 = ε where 1(n) = 1. Enables Möbius inversion.

Multiplicative closure

Product of multiplicative functions is multiplicative. Basis of computing φ, σ, d via prime decomposition.