How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
For every positive integer ,
Statement
For every positive integer ,
The sum is over the finite set of positive divisors of (The sum over a finite index set, and its product form).
Facts & Assumptions
Given: A positive integer , its standard representative set , and its positive-divisor set .
The set has cardinality , and the units modulo a positive are represented exactly once by the with and ; their number is (For , every class in has one representative with , so ; while is in bijection with , For , is a unit if and only if , The unit group and Euler's totient for ).
The gcd is a nonnegative common divisor, and (Common divisor, and the greatest common divisor , with the convention , for all integers , the identity holding at and at as well).
A divisor of a nonzero integer has bounded absolute value; hence is a subset of a finite integer interval and is finite (If and then and ; hence the set of divisors of a nonzero integer is bounded above by , A subset of a finite set is finite, with , and equality holds if and only if ).
A finite set partitioned into finite blocks has cardinality equal to the sum of their cardinalities (The sum rule: a finite disjoint union is finite with and , and a sum over a finite index set splits along a partition, The sum over a finite index set, and its product form).
Integer divisibility gives quotient witnesses, and nonzero integer factors cancel (Divisibility in : when for some integer , The integers have no zero divisors; multiplicative cancellation).
Proof
For each , put . Every lies in exactly one such block: its positive gcd divides , and is a positive divisor of . Thus the form a partition of .
Fix and put . Multiplication by sends each standard unit representative modulo to , because gives ; moreover , so and .
Conversely, if , then , so and for a unique integer . The bounds on give , and by [L2], so cancellation gives . Thus is a standard unit representative modulo .
Steps 1.2 and 1.3 are inverse constructions, so for every .
The index set is finite by [L3]. Applying the sum rule to the partition in step 1.1 and using step 2.1 gives .
Remarks
- The partition by is an incidence identity: each residue is assigned to one positive divisor, and the block over is counted by the units modulo .
Depends on
- The unit group $(\mathbb{Z}/n)^\times$ and Euler's totient $\varphi(n)=\lvert(\mathbb{Z}/n)^\times\rvert$ for $n\ge1$
- For $n\ge1$, $[a]_n$ is a unit if and only if $\gcd(a,n)=1$
- For $n\ge 1$, every class in $\mathbb{Z}/n$ has one representative $r$ with $0\le r<n$, so $\lvert\mathbb{Z}/n\rvert=n$; while $\mathbb{Z}/0$ is in bijection with $\mathbb{Z}$
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- If $d \mid a$ and $a \ne 0$ then $d \ne 0$ and $|d| \le |a|$; hence the set of divisors of a nonzero integer is bounded above by $|a|$
- The sum $\sum_{i \in S} a_i$ over a finite index set, and its product form
- The sum rule: a finite disjoint union is finite with $\lvert A \cup B\rvert = \lvert A\rvert + \lvert B\rvert$ and $\lvert\bigcup_{i \in I} A_i\rvert = \sum_{i \in I}\lvert A_i\rvert$, and a sum over a finite index set splits along a partition
- A subset of a finite set is finite, with $\lvert B\rvert \le \lvert A\rvert$, and equality holds if and only if $B = A$
- $\gcd(ca, cb) = |c|\,\gcd(a,b)$ for all integers $a, b, c$, the identity holding at $c = 0$ and at $(a,b) = (0,0)$ as well
- The integers have no zero divisors; multiplicative cancellation
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 99 results over 24 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Mathematics LibreTexts, Euler's phi Function (standard reference, not scraped)
- J. J. P. Veerman, sum of Euler phi over divisors (standard reference, not scraped)