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.

8 results · all verified · 4 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 4 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Arithmetic Functions and Dirichlet Convolution — Examples

1 · Prerequisites

2 · Summary

These examples keep the page finite and concrete. They tabulate divisor sums, run the Dirichlet-inverse recursion by hand, cash out the prime-power formulas for τ and σk, and show how the published totient and Möbius items interact on a single line of inversion.

The last two examples separate nearby notions and record one historical warning: multiplicative does not mean completely multiplicative, and the Mertens conjecture is a sourced false statement rather than a usable theorem.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

A Dirichlet-convolution table through 12

Example

For the constant-one function 1, the convolution (11)(n) counts positive divisors. Through 12 one gets:

npositive divisors of n(11)(n)τ(n)
1111
21,222
31,322
41,2,433
51,522
61,2,3,644
71,722
81,2,4,844
91,3,933
101,2,5,1044
111,1122
121,2,3,4,6,1266

Facts & Assumptions

Given: The constant-one function 1 and the integers 1n12.

Verification

technique · direct
1.1

By Dirichlet convolution of arithmetic functions, (11)(n)=dn1, so each entry in the third column is exactly the number of listed positive divisors of n. The rows n=1,,6 therefore give the values 1,2,2,3,2,4.

givenalgebra
1.2

The same divisor-counting rule applied to the listed divisors for n=7,,12 gives the remaining values 2,4,3,4,2,6. By The divisor-counting function τ, these are also the corresponding τ(n) values.

givenalgebra
2.1

Thus every row of the table displays (11)(n)=τ(n) on the range 1n12.

step 1.1step 1.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

Computing a Dirichlet inverse recursively

Example

Let 1 be the constant-one function. The inverse recursion from An arithmetic function has a Dirichlet inverse exactly when its value at 1 is nonzero gives

g(1)=1,g(2)=1,g(3)=1,g(4)=0,g(5)=1,g(6)=1.

Facts & Assumptions

Given: The constant-one function 1 and the recursion for its Dirichlet inverse g.

Verification

technique · direct
1.1

Since 1(1)=1, the inverse criterion gives g(1)=1. For n>1 the recursion is g(n)=dn, d<ng(d). Therefore g(2)=g(1)=1, g(3)=g(1)=1, g(4)=(g(1)+g(2))=0, g(5)=g(1)=1, and g(6)=(g(1)+g(2)+g(3))=1.

givenalgebra
2.1

Using the displayed values, (1g)(1)=1, (1g)(2)=1+(1)=0, (1g)(3)=1+(1)=0, (1g)(4)=1+(1)+0=0, (1g)(5)=1+(1)=0, and (1g)(6)=1+(1)+(1)+1=0. So (1g)(n)=ε(n) for 1n6, where ε is the identity of The Dirichlet-convolution identity and the constant-one function.

step 1.1algebra
3.1

Dirichlet convolution is commutative, so the same finite check also gives (g1)(n)=ε(n) on this displayed range.

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

Prime-power formulas for τ and σk in concrete cases

Example

Using the prime-power formulas from The divisor functions arise by Dirichlet convolution:

τ(12)=(2+1)(1+1)=6,σ(12)=(1+2+4)(1+3)=28,

since 12=223, and

τ(18)=(1+1)(2+1)=6,σ2(18)=(1+22)(1+32+34)=455,

since 18=232.

Facts & Assumptions

Given: The integers 12 and 18.

Verification

technique · direct
2.1

Evaluating those products yields τ(12)=6, σ(12)=74=28, τ(18)=6, and σ2(18)=591=455.

step 1.1algebra
3.1

The direct divisor lists {1,2,3,4,6,12} and {1,2,3,6,9,18} have six elements each, and 1+2+3+4+6+12=28 while 1+22+32+62+92+182=455, so the prime-power formulas agree with direct computation in these cases.

step 2.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

Euler's totient as the convolution μid1

Example

The published divisor-sum identity for Euler's totient implies

φ=μid1.

Equivalently, for every positive integer n,

φ(n)=dnμ(d)nd.

Facts & Assumptions

Given: A positive integer n.

Verification

technique · direct
1.1

By For every positive integer n, dn, d>0φ(d)=n, one has dnφ(d)=n=id1(n), where id1 is the power function of The power functions idk and the divisor-power-sum functions σk.

given
2.1

Applying Classical Möbius inversion over positive divisors to the functions f=φ and g=id1 gives φ(n)=dnμ(d)id1(n/d)=dnμ(d)(n/d).

step 1.1
3.1

The final sum is exactly the Dirichlet convolution formula for μid1, so φ=μid1.

step 2.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

Checking the von Mangoldt divisor-sum identity on sample integers

Example

For 16 and 30 the divisor-sum identity reads

d16Λ(d)=4log2=log16

and

d30Λ(d)=log2+log3+log5=log30.

Facts & Assumptions

Given: The integers 16 and 30.

Verification

technique · direct
1.1

The divisors of 16 are 1,2,4,8,16. By The von Mangoldt function, only the prime powers 2,4,8,16 contribute, each with value log2, so d16Λ(d)=4log2=log16.

givenalgebra
1.2

The divisors of 30 are 1,2,3,5,6,10,15,30. Again by The von Mangoldt function, only 2,3,5 contribute, so d30Λ(d)=log2+log3+log5=log30.

givenalgebra
2.1

These are exactly the values predicted by The divisor sum of von Mangoldt is the arithmetic-function logarithm on one prime power and one squarefree composite with three prime factors.

step 1.1step 1.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

Working out the square-indicator convolution for prime powers

Example

For a prime p,

(1λ)(p4)=11+11+1=1

and

(1λ)(p3)=11+11=0.

So the convolution distinguishes the square prime power p4 from the nonsquare prime power p3.

Facts & Assumptions

Given: A prime p.

Verification

technique · direct
1.1

By Liouville's function, λ(pj)=(1)j for every j0. Therefore (1λ)(p4)=j=04λ(pj)=j=04(1)j=1.

givenalgebra
1.2

The same computation gives (1λ)(p3)=j=03λ(pj)=j=03(1)j=0.

givenalgebra
2.1

These explicit values match the square-indicator statement of The convolution 1λ detects perfect squares for an even and an odd exponent.

step 1.1step 1.2
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Tau is multiplicative but not completely multiplicative

Statement refuted

The statement "every multiplicative arithmetic function is completely multiplicative" is false.

Facts & Assumptions

Given: The divisor-counting function τ.

Counterexample

technique · direct
1.1

By The divisor functions arise by Dirichlet convolution, the function τ is multiplicative in the sense of Multiplicative arithmetic functions.

given
2.1

The same proposition gives τ(2)=2 and τ(4)=3. Hence τ(4)=34=τ(2)2, so τ(mn)=τ(m)τ(n) fails at the non-coprime pair m=n=2.

step 1.1algebra
3.1

Therefore τ is a multiplicative arithmetic function that is not completely multiplicative, contradicting the refuted statement.

step 2.1
CounterexampleConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

The Mertens conjecture is false

Statement refuted

The historical statement

M(x)<xfor every real x>1

is false, where M is the Mertens function of The Mertens function M(x).

Facts & Assumptions

Given: The historical Mertens conjecture.

Counterexample

technique · direct
1.1

The cited paper of Odlyzko and te Riele proves that there exists a real number x>1 for which M(x)x. So the universal inequality in the Statement refuted fails at that value of x.

given
2.1

Hence the Mertens conjecture is false. This example is historical and non-load-bearing for the finite convolution arguments on the A page.

step 1.1

Sources