Alphabeta Math
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.

9 results · all verified · 6 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Arithmetic Functions and Dirichlet Convolution

1 · Prerequisites

2 · Summary

Arithmetic functions package number-theoretic data into maps on the positive integers. This page fixes the positive-divisor convention, separates the constant-one function 1 from the convolution identity ε, and builds the finite algebra of Dirichlet convolution without appealing to Euler products or infinite series.

The second half records the standard divisor, Liouville, von Mangoldt, and Mertens functions. Their first structural identities are all finite: divisor functions arise from convolution, the divisor sum of Λ is log, Möbius inversion closes the finite-field irreducible-count formula, and 1λ detects squares prime-by-prime.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Arithmetic functions on the positive integers

Definition

An arithmetic function is a function

f:Z>0C,

where Z>0 is the positive part of the divisibility poset of The divisibility poset of positive integers and C is the field of C=R[x]/(x2+1) is a field, every element is uniquely a+bi, and every nonzero element has inverse (abi)/(a2+b2).

The domain is exactly the positive integers. In particular, no arithmetic function value at 0 is part of the present convention, and every later divisor sum on this page ranges over positive divisors only.

Remarks

  • The codomain is fixed to C so that pointwise addition, products, and finite divisor sums all live in one ambient field.
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Multiplicative arithmetic functions

Definition

An arithmetic function f (Arithmetic functions on the positive integers) is multiplicative when

f(1)=1

and

f(mn)=f(m)f(n)

for every pair of coprime positive integers m,n (Coprime integers: gcd(a,b)=1).

Remarks

  • The normalization f(1)=1 is part of the definition. It excludes the identically zero convention used in some other contexts.
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Completely multiplicative arithmetic functions

Definition

An arithmetic function f (Arithmetic functions on the positive integers) is completely multiplicative when

f(1)=1

and

f(mn)=f(m)f(n)

for all positive integers m,n.

Remarks

  • Every completely multiplicative arithmetic function is multiplicative, because the displayed rule already applies when m and n are coprime.
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Dirichlet convolution of arithmetic functions

Definition

Let f,g be arithmetic functions. Their Dirichlet convolution is the arithmetic function fg defined by

(fg)(n):=dnd>0f(d)g(n/d)

for each positive integer n, where divisibility is that of Divisibility in Z: da when a=dq for some integer q.

This sum is finite: the positive divisors of n form a finite interval in the divisibility poset by The divisibility poset is lower-finite, and each divisor interval factorises as a product of finite chains of prime exponents, and the summation is the finite commutative-monoid sum of A finite sum in a commutative monoid indexed by an arbitrary finite set.

Remarks

  • The sum runs over positive divisors only. No value at 0 occurs anywhere in the definition.
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-31Open item page →

The Dirichlet-convolution identity and the constant-one function

Definition

The Dirichlet-convolution identity is the arithmetic function ε given by

ε(1)=1,ε(n)=0 for n>1.

The constant-one function is the arithmetic function 1 defined by

1(n)=1

for every positive integer n.

Remarks

  • The symbols ε and 1 serve different roles. Later identities such as 1Λ=log and μ1=ε use both at once.
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Arithmetic functions form a commutative ring under pointwise addition and Dirichlet convolution

Statement

Let A be the set of arithmetic functions. With pointwise addition

(f+g)(n):=f(n)+g(n)

and Dirichlet convolution Dirichlet convolution of arithmetic functions, A is a commutative ring. Its additive identity is the zero function 0(n)=0, its additive inverse is (f)(n)=f(n), and its multiplicative identity is ε of The Dirichlet-convolution identity and the constant-one function.

Facts & Assumptions

Given: Arithmetic functions f,g,h and a positive integer n.

Proof

technique · direct
1.1

Because C is a field by C=R[x]/(x2+1) is a field, every element is uniquely a+bi, and every nonzero element has inverse (abi)/(a2+b2), the pointwise formulas for f+g, 0, and f define arithmetic functions and satisfy the abelian-group laws at each positive integer. The convolution fg is also an arithmetic function by Dirichlet convolution of arithmetic functions.

given
1.2

For convolution commutativity, (fg)(n)=dnf(d)g(n/d)=dnf(n/d)g(d)=(gf)(n), where the middle equality reindexes the finite divisor sum by the involution dn/d using Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule.

givenalgebra
1.3

For associativity, expand both sides and rewrite them as the same finite sum over ordered factorizations abc=n: (f(gh))(n)=abc=nf(a)g(b)h(c)=((fg)h)(n). The passage from nested divisor sums to the triple sum uses the finite Fubini and reindexing rules of Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule.

givenconstruct
1.4

Distributivity follows by expanding a finite divisor sum termwise in C. For the identity, only the divisor d=n contributes in (fε)(n) and only d=1 contributes in (εf)(n), because The Dirichlet-convolution identity and the constant-one function makes ε(m)=0 for m>1. Thus (fε)(n)=f(n)=(εf)(n).

givenalgebra
2.1

Steps 1.1, 1.2, 1.3, and 1.4 give all ring axioms, and step 1.2 also shows the multiplication is commutative.

step 1.1step 1.2step 1.3step 1.4
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

An arithmetic function has a Dirichlet inverse exactly when its value at 1 is nonzero

Statement

Let f be an arithmetic function. Then the following are equivalent.

  1. There exists an arithmetic function g such that fg=ε.
  2. One has f(1)0.

When these conditions hold, the inverse g is unique, it also satisfies gf=ε, and it is determined recursively by

g(1)=1f(1),g(n)=1f(1)dnd<nf(n/d)g(d)(n>1).

Facts & Assumptions

Given: An arithmetic function f.

Proof

technique · induction
1.1

Suppose g satisfies fg=ε. Evaluating at n=1 gives f(1)g(1)=ε(1)=1, so f(1)0 and g(1)=1/f(1).

basegivenalgebra
1.2

Now assume f(1)0. Since C is a field by C=R[x]/(x2+1) is a field, every element is uniquely a+bi, and every nonzero element has inverse (abi)/(a2+b2), set g(1):=1/f(1). Then (fg)(1)=f(1)g(1)=1=ε(1).

basegivenalgebra
1.3

Fix n>1 and assume inductively that g(d) has already been defined for every d<n so that (fg)(m)=ε(m) for every m<n. Every proper positive divisor d of n satisfies d<n by If da and a0 then d0 and da; hence the set of divisors of a nonzero integer is bounded above by a, so in the identity dnf(d)g(n/d)=ε(n)=0 the only unknown term is f(1)g(n). Solving for that term and reindexing the proper divisors by dn/d gives the displayed recursion, and with that choice the equality (fg)(n)=0 holds.

ihgivenalgebra
2.1

Apply Strong (complete) induction to the property on natural numbers r that the displayed recursion uniquely defines g(m) and makes (fg)(m)=ε(m) for every 1mr+1. Step 1.2 gives the base case r=0, and step 1.3 gives the strong induction step. Therefore there is a unique arithmetic function g with fg=ε for every positive integer n.

step 1.2step 1.3
3.1

By Arithmetic functions form a commutative ring under pointwise addition and Dirichlet convolution, Dirichlet convolution is commutative, so gf=fg=ε. Together with step 1.1, this proves the equivalence, the recursive formula, and uniqueness.

step 1.1step 2.1discharge-induction
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Dirichlet convolution preserves multiplicativity, and multiplicative inverses stay multiplicative

Statement

If f and g are multiplicative arithmetic functions, then fg is multiplicative. If f is multiplicative and h is its Dirichlet inverse, then h is multiplicative as well.

Facts & Assumptions

Given: Multiplicative arithmetic functions f,g, and the Dirichlet inverse h of f.

Proof

technique · induction
1.1

Since f(1)=g(1)=1, one has (fg)(1)=f(1)g(1)=1. Now let m,n be coprime positive integers. By unique prime factorization from The fundamental theorem of arithmetic: every integer n1 is a product of primes, and the factorisation is unique up to order — if i<rpi=j<sqj with every pi and qj prime, then r=s and qi=pπ(i) for some πSym(r), every positive divisor of mn is uniquely of the form ab with am and bn. In particular, every such pair a,b is coprime.

givenconstruct
1.2

By An arithmetic function has a Dirichlet inverse exactly when its value at 1 is nonzero, the inverse h exists because f(1)=10, and h(1)=1.

given
2.1

Using the divisor splitting from step 1.1 and the multiplicativity of f and g on coprime pairs, (fg)(mn)=am, bnf(ab)g(mn/ab)=am, bnf(a)f(b)g(m/a)g(n/b)=(amf(a)g(m/a))(bnf(b)g(n/b))=(fg)(m)(fg)(n). Thus fg is multiplicative.

step 1.1algebra
2.2

To prove h is multiplicative, fix coprime positive integers m,n and argue by strong induction on mn. If m=1 or n=1, then step 1.2 gives h(mn)=h(m)h(n) because h(1)=1.

basestep 1.2
2.3

Now assume m,n>1 and that h(uv)=h(u)h(v) for every coprime pair u,v with uv<mn. Since (fh)(m)=ε(m)=0 and (fh)(n)=ε(n)=0, one has 0=(amf(m/a)h(a))(bnf(n/b)h(b))=am, bnf(mn/ab)h(a)h(b), where step 1.1 and multiplicativity of f identify f(m/a)f(n/b) with f(mn/ab). For each pair (a,b)(m,n), step 1.1 gives gcd(a,b)=1 and ab<mn, so the induction hypothesis yields h(a)h(b)=h(ab). Reindexing the remaining pairs by d=ab via step 1.1 therefore gives 0=h(m)h(n)+dmnd<mnf(mn/d)h(d).

step 1.1step 1.2ihalgebra
3.1

The inverse recursion from An arithmetic function has a Dirichlet inverse exactly when its value at 1 is nonzero at mn gives 0=h(mn)+dmnd<mnf(mn/d)h(d). Comparing this with step 2.3 shows h(mn)=h(m)h(n). Since the induction was on an arbitrary coprime pair, Strong (complete) induction yields multiplicativity of h.

step 2.3discharge-induction
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Multiplicative functions are determined by their prime-power values

Statement

Let f be a multiplicative arithmetic function, and write the canonical prime factorization of n1 as

n=i<rpiei

with distinct primes pi and exponents ei1. Then

f(n)=i<rf(piei).

Conversely, if values are prescribed on every prime power pe with e1, then there is a unique multiplicative arithmetic function having those prime-power values and f(1)=1.

Facts & Assumptions

Given: A multiplicative arithmetic function f and a positive integer n.

Proof

technique · direct
1.1

By For n1 and any injective list p:rZ of primes containing every prime divisor of n, one has n=i<rpivpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list, the prime-power factors piei are pairwise coprime and their product is n. Repeatedly applying multiplicativity gives f(n)=f(i<rpiei)=i<rf(piei). For n=1 this is the empty product, so it reads f(1)=1.

givenalgebra
1.2

For the converse, define F(1):=1 and, for n>1 with canonical factorization n=i<rpiei, define F(n):=i<rc(piei), where c(pe) is the prescribed prime-power datum. This is well defined because For n1 and any injective list p:rZ of primes containing every prime divisor of n, one has n=i<rpivpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list uniquely determines the primes and exponents.

givenconstruct
2.1

If gcd(m,n)=1, then the canonical factorization of mn is exactly the disjoint union of the canonical factorizations of m and n, again by For n1 and any injective list p:rZ of primes containing every prime divisor of n, one has n=i<rpivpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list. Therefore the defining products for F(mn), F(m), and F(n) split as F(mn)=F(m)F(n), so F is multiplicative.

step 1.2algebra
3.1

Any multiplicative function with the prescribed prime-power values must satisfy the formula of step 1.1, so it agrees with F on every positive integer. Thus the extension is unique.

step 1.1step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-31Open item page →

The divisor-counting function τ

Definition

The divisor-counting function is the arithmetic function τ defined by

τ(n):=dnd>01.

Equivalently, τ(n) is the number of positive divisors of n.

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-31Open item page →

The power functions idk and the divisor-power-sum functions σk

Definition

For an integer k, define the arithmetic function idk by

idk(n):=nk.

The corresponding divisor-power-sum function is

σk(n):=dnd>0dk.

In particular, σ:=σ1.

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Liouville's function

Definition

For n1, list its distinct prime divisors as p0,,pr1 and put ei:=vpi(n)1. Its canonical prime factorization is

n=i<rpiei.

The Liouville function is

λ(n):=(1)e0++er1.

For n=1 the exponent sum is empty, so λ(1)=1.

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

The von Mangoldt function

Definition

The von Mangoldt function is the arithmetic function Λ defined by

Λ(n):={logp,n=pk for some prime p and some k1,0,otherwise.
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-31Open item page →

The divisor functions arise by Dirichlet convolution

Statement

One has

τ=11,σk=1idk.

Consequently τ and every σk are multiplicative. For a prime power pa,

τ(pa)=a+1,σk(pa)=1+pk++pak.

Facts & Assumptions

Given: An integer k, a positive integer n, and a prime power pa with a0.

Proof

technique · direct
1.1

By Dirichlet convolution of arithmetic functions, one has (11)(n)=dn1=τ(n) from The divisor-counting function τ, and also (1idk)(n)=dndk=σk(n) from The power functions idk and the divisor-power-sum functions σk.

givenalgebra
2.1

The functions 1 and idk are completely multiplicative in the sense of Completely multiplicative arithmetic functions, so Dirichlet convolution preserves multiplicativity, and multiplicative inverses stay multiplicative makes τ and σk multiplicative.

step 1.1given
3.1

The positive divisors of pa are exactly 1,p,,pa. Therefore τ(pa)=j=0a1=a+1 and σk(pa)=j=0apjk=1+pk++pak.

givenalgebra
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-31Open item page →

The divisor sum of von Mangoldt is the arithmetic-function logarithm

Statement

For every positive integer n,

dnd>0Λ(d)=logn.

Equivalently, if the arithmetic function log is defined by nlogn, then

1Λ=log.

Facts & Assumptions

Given: A positive integer n.

Proof

technique · direct
1.1

Write the canonical prime factorization of n as n=i<rpiei using For n1 and any injective list p:rZ of primes containing every prime divisor of n, one has n=i<rpivpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list. A positive divisor of n contributes to the sum only when it is a prime power pij, because The von Mangoldt function is zero on every other divisor. Thus dnΛ(d)=i<rj=1eilogpi=i<reilogpi.

givenalgebra
2.1

Repeatedly applying the product law from Order, continuity, range, and the product, quotient, and reciprocal laws for the natural logarithm gives logn=log(i<rpiei)=i<rlog(piei)=i<reilogpi. For n=1 both sums are empty, so the same formula gives 0=log1.

step 1.1algebra
3.1

Comparing the two expressions in steps 1.1 and 2.1 proves the divisor-sum identity, and the convolution form is exactly Dirichlet convolution of arithmetic functions with the constant-one function.

step 1.1step 2.1
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-31Open item page →

Möbius inversion gives Λ=μlog

Statement

For every positive integer n,

Λ(n)=dnd>0μ(d)log(n/d).

Equivalently,

Λ=μlog.

Facts & Assumptions

Given: A positive integer n.

Proof

technique · direct
1.1

By The divisor sum of von Mangoldt is the arithmetic-function logarithm, the arithmetic function Λ satisfies logn=dnΛ(d) for every positive integer n.

given
2.1

Apply Classical Möbius inversion over positive divisors to the functions f=Λ and g=log. It gives Λ(n)=dnμ(d)log(n/d).

step 1.1
3.1

The right-hand side is exactly the Dirichlet convolution formula for μlog, so Λ=μlog.

step 2.1
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Möbius inversion gives the closed formula for the number of monic irreducibles over Fq

Statement

Let Fq be a finite field of order q, and let Nq(n) denote the number of monic irreducible polynomials of degree n in Fq[t]. Then for every n1,

Nq(n)=1ndnd>0μ(d)qn/d.

Facts & Assumptions

Given: A finite field Fq of order q and an integer n1.

Proof

technique · direct
1.1

By dndNq(d)=qn for the counts Nq(d) of monic irreducibles of degree d over Fq, one has dndNq(d)=qn. Regard f(d):=dNq(d) and g(n):=qn as arithmetic functions of the degree variable.

given
2.1

Applying Classical Möbius inversion over positive divisors to those functions gives nNq(n)=dnμ(d)qn/d.

step 1.1
3.1

Since n1, division by n yields the claimed closed formula for Nq(n).

step 2.1algebra
PropositionStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

The convolution 1λ detects perfect squares

Statement

For every positive integer n,

(1λ)(n)={1,n is a perfect square,0,n is not a perfect square.

Facts & Assumptions

Given: A positive integer n.

Proof

technique · direct
1.1

Write n=i<rpiei by For n1 and any injective list p:rZ of primes containing every prime divisor of n, one has n=i<rpivpi(n); the exponents are determined by n, and vq(n)=0 for every prime q outside the list. Every positive divisor of n has the form i<rpiji with 0jiei, so Dirichlet convolution of arithmetic functions and Liouville's function give (1λ)(n)=dnλ(d)=i<r(j=0ei(1)j), where the factorization of the finite sum uses Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule.

givenconstruct
2.1

For each i, the alternating sum j=0ei(1)j equals 1 when ei is even and 0 when ei is odd. Therefore the product in step 1.1 is 1 exactly when every exponent ei is even, and otherwise it is 0.

step 1.1algebra
3.1

By canonical factorization, every exponent ei is even exactly when n is a perfect square. So step 2.1 is precisely the claimed square-indicator formula.

step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

The Mertens function M(x)

Definition

For a real number x1, the Mertens function is

M(x):=1nxμ(n),

where μ is the number-theoretic Möbius function of The number-theoretic Möbius function μ(n) from prime factorisation.

Remarks

  • The index condition is nx, so for every integer m1 the function M(x) is constant on [m,m+1) and jumps only at integers.

5 · Examples, counterexamples and false statements

None yet.

Sources