A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Divisor Functions and Multiplicative Functions

College Depth 77 in the knowledge graph I know this Set as goal
10topics build on this
364prerequisites beneath it
See this on the map →
Divisibility and Greatest Common DivisorModular Arithmetic and CongruencesMultiplicative Inverses in Modular ArithmeticThe Euclidean Algorithm and Greatest Common Divisor
number-theory divisor-functions multiplicative

Core Idea

The divisor function τ(n) counts the number of positive divisors of n, and σ(n) sums them. These are multiplicative functions: if gcd(a,b)=1, then f(ab)=f(a)f(b). Understanding these functions is essential for number-theoretic problems and factorization analysis.

Explainer

From your work on divisibility and GCDs, you know how to factor integers and identify which numbers divide a given n. The divisor functions τ (tau) and σ (sigma) formalize and count this structure, turning divisibility facts into numerical quantities you can compute and compare.

τ(n) (sometimes written d(n)) counts how many positive divisors n has. For example, τ(12) = 6 because 1, 2, 3, 4, 6, 12 all divide 12. σ(n) sums those divisors: σ(12) = 1 + 2 + 3 + 4 + 6 + 12 = 28. These functions capture different aspects of a number's multiplicative structure — τ measures divisibility width while σ measures divisibility weight. A number n is called perfect when σ(n) = 2n (its divisors sum to twice itself), which happens for 6, 28, and 496.

The key property is multiplicativity: if gcd(a, b) = 1, then τ(ab) = τ(a)·τ(b) and σ(ab) = σ(a)·σ(b). This lets you compute τ(n) efficiently from the prime factorization. If n = p₁^a₁ · p₂^a₂ · …, then τ(n) = (a₁ + 1)(a₂ + 1)…. Each prime power contributes independently, because the divisors of n factor as products of divisors from each prime component — one from each pᵢ^aᵢ. For n = 12 = 2²·3¹: τ(12) = (2 + 1)(1 + 1) = 6. ✓ Similarly, σ(pᵃ) = 1 + p + p² + … + pᵃ = (pᵃ⁺¹ − 1)/(p − 1), and multiplicativity handles the rest.

Multiplicativity is a powerful structural property: the behavior of the function on all integers is completely determined by its values on prime powers alone. The Möbius function μ(n), Euler's totient φ(n), and many other important number-theoretic functions share this property. Divisor functions are the simplest examples in this family, and mastering them gives you the pattern — prime-by-prime independence — that underlies the general theory of multiplicative functions and Dirichlet series.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and ComplementProof by CasesProving by Cases and ExhaustionVacuous Truth and Trivial CasesProof by Cases (Proof by Exhaustion)Mathematical InductionDivisibility and Greatest Common DivisorThe Euclidean AlgorithmModular Arithmetic and CongruencesDivisor Functions and Multiplicative Functions

Longest path: 78 steps · 364 total prerequisite topics

Prerequisites (2)

Leads To (2)