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.
An arithmetic function has a Dirichlet inverse exactly when its value at is nonzero
Statement
Let be an arithmetic function. Then the following are equivalent.
- There exists an arithmetic function such that
- One has .
When these conditions hold, the inverse is unique, it also satisfies , and it is determined recursively by
Facts & Assumptions
Given: An arithmetic function .
Proof
Suppose satisfies . Evaluating at gives , so and .
Now assume . Since is a field by is a field, every element is uniquely , and every nonzero element has inverse , set . Then .
Fix and assume inductively that has already been defined for every so that for every . Every proper positive divisor of satisfies by If and then and ; hence the set of divisors of a nonzero integer is bounded above by , so in the identity the only unknown term is . Solving for that term and reindexing the proper divisors by gives the displayed recursion, and with that choice the equality holds.
Apply Strong (complete) induction to the property on natural numbers that the displayed recursion uniquely defines and makes for every . Step 1.2 gives the base case , and step 1.3 gives the strong induction step. Therefore there is a unique arithmetic function with for every positive integer .
By Arithmetic functions form a commutative ring under pointwise addition and Dirichlet convolution, Dirichlet convolution is commutative, so . Together with step 1.1, this proves the equivalence, the recursive formula, and uniqueness.
Depends on
- Dirichlet convolution of arithmetic functions
- The Dirichlet-convolution identity and the constant-one function
- 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|$
- $\mathbb C=\mathbb R[x]/(x^2+1)$ is a field, every element is uniquely $a+bi$, and every nonzero element has inverse $(a-bi)/(a^2+b^2)$
- Arithmetic functions form a commutative ring under pointwise addition and Dirichlet convolution
- Strong (complete) induction
Used by
Dependency tree · two levels
30 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Karl-Dieter Crisman, Number Theory: In Context and Interactive, Theorem 23.4.3 (standard reference, not scraped)
- Victor Shoup, A Computational Introduction to Number Theory and Algebra, Exercise 2.54 (standard reference, not scraped)