Number theoryDifficulty 4.8Prove itHarvard-MIT Mathematics Tournament · United States
Let σ(n) denote the sum of the (positive) divisors of n, including 1 and n itself. Prove that σ(1)+σ(2)+σ(3)+⋯+σ(n)≤n2 for every positive integer n.
This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.
Solution: The ith term on the left is the sum of all d dividing i. If we write this sum out explicitly, then each term d=1,2,…,n appears ⌊n/d⌋ times—once for each multiple of d that is ≤n. Thus, the sum equals ⌊n/1⌋+2⌊n/2⌋+3⌊n/3⌋+⋯+n⌊n/n⌋≤n/1+2n/2+3n/3+⋯+n/n=n+n+⋯+n=n2.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.