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.

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

Chebyshev Bounds and Mertens Theorems

1 · Prerequisites

2 · Summary

This page develops the classical finite arguments behind Chebyshev's density theorem, Bertrand's postulate, and the three Mertens theorems. The first half starts from central binomial coefficients, prime valuations, and Abel summation, so every bound remains visibly weaker than the later prime number theorem.

The second half turns the von Mangoldt divisor identity into the first Mertens asymptotic, then recovers the reciprocal-prime and Euler-product forms by partial summation and a source-backed Gamma-side constant computation. The companion examples page keeps the finite tables and residual checks separate from these proofs.

3 · Logical flowchart

4 · Definitions, theorems and proofs

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

The prime-counting function

Definition

For every real number x0, the prime-counting function is

π(x):=#{p prime:px}.

Remarks

  • The argument distinguishes this function π(x) from the circle constant π.

  • The function is right-continuous and changes value exactly at the primes.

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

Chebyshev's theta function

Definition

For every real number x1, Chebyshev's theta function is

θ(x):=pxlogp,

the sum being taken over the primes p.

Remarks

  • For 1x<2, the sum is empty, so θ(x)=0.

  • Since there are only finitely many integers at most x, the displayed sum is finite for every real x1.

  • Like π(x), the function θ(x) is right-continuous and jumps only at primes.

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

Chebyshev's psi function

Definition

For every real number x1, Chebyshev's psi function is

ψ(x):=nxΛ(n),

where Λ is the von Mangoldt function of The von Mangoldt function.

Remarks

  • The sum is finite for every real x.

  • The next lemma rewrites ψ(x) as a sum over prime powers, which is the form used throughout this page.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Prime-power expansion of Chebyshev's psi function

Statement

For every real x1,

ψ(x)=pkxlogp=k1θ(x1/k),

and both sums are finite.

Facts & Assumptions

Given: A real number x1.

[L1]

The von Mangoldt function satisfies Λ(n)=logp when n=pk is a prime power and Λ(n)=0 otherwise (The von Mangoldt function).

[L2]

By definition,

ψ(x)=nxΛ(n)

(Chebyshev's psi function).

[L3]

By definition,

θ(y)=pylogp

for every real y2 (Chebyshev's theta function).

Proof

technique · direct
1.1

Only prime powers contribute to the sum in [L2], by [L1]. Therefore ψ(x)=pkxlogp, where the sum ranges over all prime powers at most x.

L1L2given
2.1

The displayed prime-power sum is finite: if pkx, then already 2kpkx, so klog2x; and for each fixed k, only the primes px1/k occur.

step 1.1givenalgebra
3.1

Fix k1. The contribution of the kth prime-power layer is pkxlogp=px1/klogp=θ(x1/k), by [L3]. Summing these finitely many layers from step 2.1 gives pkxlogp=k1θ(x1/k).

L3step 2.1algebra
4.1

Combining steps 1.1 and 3.1 proves both displayed identities.

step 1.1step 3.1
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Abel summation recovers the prime-counting function from theta

Statement

For every real x2,

π(x)=θ(x)logx+2xθ(t)tlog2tdt.

Facts & Assumptions

Given: A real number x2 and N:=x.

[L1]

By definition, π(N)=2nNn prime1 (The prime-counting function).

[L2]

By definition, θ(N)=2nNn primelogn (Chebyshev's theta function).

[L3]

Abel summation by parts converts a finite sum akbk into a boundary term plus a sum against the differences bk+1bk (Abel summation by parts: with An=k<nak one has k<nakbk=Anbn1k<n1Ak+1(bk+1bk) for every n1).

[L4]

For t>1, ddt1logt=1tlog2t, and log(xy)=logx+logy with log1=0 (The natural logarithm has derivative 1/x and equals the integral from 1 to x of 1/t, Order, continuity, range, and the product, quotient, and reciprocal laws for the natural logarithm).

Proof

technique · direct
1.1

Define a sequence by an=logn when n is prime and an=0 otherwise, for 2nN. Then [L2] shows that its partial sums satisfy Am:=2nman=θ(m) for every integer m[2,N], while [L1] gives 2nNanlogn=π(N).

L1L2givenconstruct
2.1

Apply [L3] to the finite sum in step 1.1 with bn=1/logn. This yields π(N)=θ(N)logNn=2N1θ(n)(1log(n+1)1logn).

L3step 1.1
3.1

For each integer n with 2nN1, the function f(t)=1/logt has derivative given by [L4], so 1log(n+1)1logn=nn+1f(t)dt=nn+1dttlog2t. Since θ(t)=θ(n) on [n,n+1), step 2.1 becomes π(N)=θ(N)logN+2Nθ(t)tlog2tdt.

L4step 2.1algebra
4.1

Because N=x, there are no integers in (N,x]. Hence π(x)=π(N) and θ(t)=θ(N)=θ(x) for every t[N,x]. Using [L4], we compute Nxθ(t)tlog2tdt=θ(x)Nxdttlog2t=θ(x)(1logN1logx). Adding this identity to step 3.1 gives π(x)=π(N)=θ(x)logx+2xθ(t)tlog2tdt.

L4step 3.1givenalgebra
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Central binomial coefficient bounds

Statement

For every natural number n,

4n2n+1(2nn)4n.

Facts & Assumptions

Given: A natural number n.

[L2]

The binomial coefficients in the 2nth row are symmetric and unimodal, so their maximum occurs at the central term (2nn) (The binomial coefficients are symmetric and increase to the middle level before decreasing).

Proof

technique · direct
1.1

The upper bound is immediate from [L1], since (2nn) is one nonnegative term in a sum equal to 4n.

L1
1.2

There are exactly 2n+1 terms in the sum of [L1], and [L2] says that each of them is at most the central term (2nn). Therefore 4n=k=02n(2nk)(2n+1)(2nn).

L1L2algebra
2.1

Rearranging step 1.2 gives the lower bound 4n2n+1(2nn). Together with step 1.1 this proves the lemma.

step 1.1step 1.2algebra
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Prime valuations in the central binomial coefficient

Statement

Let n1 be a natural number and let p be a prime. Then

vp(n!)=k1npk

and

vp(2nn)=k1(2npk2npk).

Consequently:

  1. if n<p2n, then vp(2nn)=1;
  2. in general, vp(2nn)log(2n)logp.

Facts & Assumptions

Proof

technique · direct
1.1

By [L2] and repeated use of additivity from [L1], vp(n!)=m=1nvp(m). For a fixed integer m, [L1] says that vp(m) is exactly the number of positive integers k for which pkm. Summing over mn therefore counts, for each k1, how many multiples of pk lie in {1,,n}. That number is n/pk, so vp(n!)=k1npk.

L1L2givenalgebra
2.1

Applying [L1] and [L2] to (2nn)n!n!=(2n)! gives vp(2nn)=vp((2n)!)2vp(n!). Substituting the formula from step 1.1 twice yields vp(2nn)=k1(2npk2npk).

L1L2step 1.1algebra
3.1

Suppose n<p2n. Then 2n/p=1 and n/p=0. Also p2>2n, so every term with k2 vanishes in step 2.1. Hence vp(2nn)=1.

step 2.1givenalgebra
3.2

For arbitrary p, each summand in step 2.1 is either 0 or 1, because 2n/pk2n/pk2n/pk+1. Therefore vp(2nn) is at most the number of positive integers k with pk2n. If pk2n, then klogplog(2n), so klog(2n)/logp. This proves vp(2nn)log(2n)logp.

step 2.1algebra
4.1

Steps 1.1, 2.1, 3.1, and 3.2 prove all claims.

step 1.1step 2.1step 3.1step 3.2
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Chebyshev's theta function has linear lower and upper bounds

Statement

There exist positive constants c<C and a real number x0 such that

cxθ(x)Cx

for every real xx0.

Facts & Assumptions

Given: A real number x2.

[L1]

The central binomial coefficient satisfies 4n2n+1(2nn)4n for every natural number n (Central binomial coefficient bounds).

[L2]

For every prime p and natural n1, primes p with n<p2n divide (2nn), and in general vp(2nn)log(2n)logp (Prime valuations in the central binomial coefficient).

[L5]

The logarithm satisfies log(ab)=loga+logb and log(4n)=2nlog2 (Order, continuity, range, and the product, quotient, and reciprocal laws for the natural logarithm).

[L6]

Induction on N is valid (The principle of mathematical induction).

Proof

technique · direct
1.1

Put P(y):=pyp for real y2. We claim that P(y)4y1(y2). Let q be the largest prime with qy. Then P(y)=P(q) and 4q14y1, so it suffices to prove the claim when y=q is prime. For q=2 this is immediate. Let q=2m+1 be an odd prime, and assume inductively that P(r)4r1 for every integer r with 2r2m. Then P(q)=P(m+1)m+1<p2m+1p. Every prime in the second product divides (2m+1m)=(2m+1)!m!(m+1)! by [L4], because it appears in the numerator and in neither denominator factorial. Also [L3] gives k=02m+1(2m+1k)=22m+1, and the two equal middle terms (2m+1m)=(2m+1m+1) therefore satisfy (2m+1m)22m. Thus P(q)P(m+1)(2m+1m)4m22m=42m=4q1. So the claim holds for every real y2.

L3L4L6constructalgebra
1.2

Again by [L2], the factorization of (2nn) can be written as log(2nn)θ(2n)+Rn, where Rn:=k=2log2(2n)θ((2n)1/k). Using the trivial estimate θ(y)ylogy on each layer and (2n)1/k2n for k2, we get 0Rn2nlog(2n)log2(2n)=o(n).

L2givenalgebra
2.1

By definition of θ and the logarithm law in [L5], θ(y)=logP(y)log(4y1)=2(y1)log2<2ylog2 for every real y2.

step 1.1L5algebra
2.2

The lower bound in [L1] and [L5] give log(2nn)2nlog2log(2n+1). Combining this with step 1.2 shows θ(2n)2nlog2log(2n+1)Rn. Since log(2n+1)+Rn=o(n), choose n0 so large that log(2n+1)+Rnnlog2 for every nn0. Then θ(2n)nlog2(nn0).

L1L5step 1.2choosealgebra
3.1

Let x4n0, and put n=x/2. Then nn0 and 2nx, so by monotonicity of θ and step 2.2, θ(x)θ(2n)nlog2log24x. Step 2.1 also gives θ(x)2xlog2 for every x2. Thus the theorem holds with c=log24, C=2log2, and x0=4n0.

step 2.2step 2.1givenalgebra
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Psi and theta differ by at most a square-root term

Statement

There are positive constants K1,K2 such that for every real x2,

0ψ(x)θ(x)K1xlogx

and, for all sufficiently large x,

ψ(x)θ(x)K2x.

Facts & Assumptions

Given: A real number x2.

[L1]

The prime-power expansion is ψ(x)=k1θ(x1/k) (Prime-power expansion of Chebyshev's psi function).

[L2]

Chebyshev's theta function has linear upper bounds for large arguments (Chebyshev's theta function has linear lower and upper bounds).

[L3]

By definition, θ(y)=pylogp and ψ(y)=nyΛ(n) (Chebyshev's theta function, Chebyshev's psi function).

Proof

technique · direct
1.1

Subtracting the k=1 term from [L1] gives ψ(x)θ(x)=k2θ(x1/k). Every summand is nonnegative, so 0ψ(x)θ(x).

L1L3givenalgebra
2.1

The k=2 term is θ(x)xlogx, because there are at most x primes at most x, and each contributes at most logxlogx. The terms with k>log2x vanish because x1/k<2. For 3klog2x, one has x1/kx1/3, so k=3log2xθ(x1/k)x1/3logxlog2xK1xlogx for a fixed constant K1, because (logx)x1/6 is bounded for x2. Together with step 1.1, this proves ψ(x)θ(x)K1xlogx for a suitable constant K1.

step 1.1givenalgebra
3.1

By [L2], choose C>0 and y02 such that θ(y)Cy for every yy0. Put C:=max{C,θ(y0)}. If 1yy0, monotonicity gives θ(y)θ(y0)CCy, while for yy0 one has θ(y)CyCy. Thus θ(y)Cy for every real y1. Then for all sufficiently large x, the term k=2 satisfies θ(x)Cx. Also, using the finite range from step 2.1, k=3log2xθ(x1/k)Cx1/3log2xCx for large x, because (logx)x1/60. Therefore ψ(x)θ(x)K2x for a suitable constant K2.

L2step 1.1step 2.1choosealgebra
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Chebyshev bounds for the prime-counting function

Statement

There exist positive constants c1<c2 and a real number x0 such that

c1xlogxπ(x)c2xlogx

for every real xx0.

Facts & Assumptions

Given: A real number x2.

[L1]

For every real x2, π(x)=θ(x)logx+2xθ(t)tlog2tdt (Abel summation recovers the prime-counting function from theta).

[L2]

Chebyshev's theta function has positive linear lower and upper bounds for sufficiently large arguments (Chebyshev's theta function has linear lower and upper bounds).

[L3]

The prime-counting and theta functions are the ones defined in The prime-counting function and Chebyshev's theta function.

Proof

technique · direct
1.1

By [L2], choose positive constants a,b and y02 such that atθ(t)bt for every ty0. Enlarging b if needed to absorb the finite range 2ty0, we may assume θ(t)bt(t2).

L2L3choose
2.1

For xy0, the integral term in [L1] is nonnegative, so π(x)θ(x)logxaxlogx.

L1step 1.1algebra
2.2

Assume now that xmax{y02,e2}. Using [L1] and step 1.1, π(x)bxlogx+b2xdtlog2t. Split the integral at x. On [2,x] one has logtlog2, so 2xdtlog2txlog22<3x. On [x,x] one has logt12logx, so xxdtlog2t4xlog2x. Hence π(x)bxlogx+3bx+4bxlog2x.

L1step 1.1givenalgebra
3.1

Since x=o(x/logx) and x/log2xx/logx for xe, step 2.2 implies π(x)c2xlogx for some positive constant c2 and all sufficiently large x. Taking c1=a and enlarging x0 if necessary to satisfy both steps 2.1 and 2.2 proves the theorem.

step 2.1step 2.2choosealgebra
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Bertrand's postulate

Statement

For every integer n>1, there is a prime p with

n<p<2n.

Facts & Assumptions

Given: An integer n>1.

[L1]

The central binomial coefficient satisfies 4n2n+1(2nn)4n (Central binomial coefficient bounds).

[L2]

Every prime p with n<p2n divides (2nn), and for every prime p one has vp(2nn)log(2n)logp (Prime valuations in the central binomial coefficient).

Proof

technique · direct
1.1

Put P(y):=pyp for real y2. We claim that P(y)4y1(y2). Let q be the largest prime with qy. Then P(y)=P(q) and 4q14y1, so it suffices to prove the claim when y=q is prime. For q=2 this is immediate. Let q=2m+1 be an odd prime, and assume inductively that P(r)4r1 for every integer r with 2r2m. Then P(q)=P(m+1)m+1<p2m+1p. Every prime in the second product divides (2m+1m)=(2m+1)!m!(m+1)! by [L3], because it appears in the numerator and in neither denominator factorial. Also [L3] gives k=02m+1(2m+1k)=22m+1, and the two equal middle terms (2m+1m)=(2m+1m+1) therefore satisfy (2m+1m)22m. Thus P(q)P(m+1)(2m+1m)4m22m=42m=4q1. Taking logarithms and using [L4], we obtain θ(y)2ylog2(y2).

L3L4constructalgebra
1.2

Assume now that n468, and put Qn:=n<p2np. By [L2], every prime in this interval divides (2nn), so Qn is a factor of (2nn). Also, if 2n/3<pn, then 2n/p=2, n/p=1, and p2>(2n3)2>2n because n468>9/2. Hence [L2] gives vp(2nn)=0 for that range. Therefore log(2nn)logQn+θ(2n/3)+Un, where Un:=k=2log2(2n)θ((2n)1/k). Indeed, for p2n/3 each summand 2npk2npk in [L2] is at most 1, so the remaining logarithmic contribution is bounded by the k=1 layer θ(2n/3) together with the higher prime-power layers Un.

L2givenalgebra
1.3

The remaining range 2n467 is finite. A direct scan on September 1, 2026 checked each interval (n,2n) and found a prime witness in every case; for example the last few witnesses are 463<467<926,464<467<928,467<479<934. So the statement also holds throughout the residual finite range.

given
2.1

Step 1.1 implies θ(y)2(y+1)log2 for every real y2. Hence Un2(2n+1)log2+2log2(2n)((2n)1/3+1)log2. For n468 one has log2(2n)(2n)1/3. Applying step 1.1 at 2n/3+1, combining the resulting bounds with step 1.2 and the lower bound from [L1], and then simplifying gives logQn23nlog24log2log(2n+1)2log2((2n)2/3+2n+(2n)1/3+1). The right-hand side is positive at n=468 and has positive derivative for every n468, so Qn>1 throughout that range. Hence some prime p satisfies n<p2n, and the endpoint p=2n is impossible because 2n is even and larger than 2. Thus n<p<2n for every n468.

L1step 1.1step 1.2givenalgebra
3.1

Steps 2.1 and 1.3 together prove Bertrand's postulate for every integer n>1.

step 2.1step 1.3
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

The von Mangoldt harmonic sum is log x plus O(1)

Statement

For every real x2,

nxΛ(n)n=logx+O(1).

Facts & Assumptions

Given: A real number x2.

[L1]

The von Mangoldt divisor identity is

logm=dmd>0Λ(d)

for every integer m1 (The divisor sum of von Mangoldt is the arithmetic-function logarithm, The von Mangoldt function).

[L2]

The summatory logarithm satisfies

mxlogm=xlogxx+O(logx)

(The summatory logarithm is x log x minus x plus O(log x)).

[L3]

The prime-power expansion of ψ together with the comparison lemma and Chebyshev's theta bounds imply

dxΛ(d)=ψ(x)=O(x)

(Chebyshev's psi function, Prime-power expansion of Chebyshev's psi function, Psi and theta differ by at most a square-root term, Chebyshev's theta function has linear lower and upper bounds).

Proof

technique · direct
1.1

Summing [L1] over the positive integers 1mx and reversing the finite order of summation gives 1mxlogm=1dxΛ(d)xd. Write S(x):=1dxΛ(d)d. Since x/d=x/d+O(1), we obtain 1mxlogm=xS(x)+O ⁣(1dxΛ(d)).

L1givenconstructalgebra
2.1

By [L3], the error term in step 1.1 is O(x). Therefore 1mxlogm=xS(x)+O(x).

L3step 1.1algebra
3.1

Substitute the asymptotic from [L2] into step 2.1: xlogxx+O(logx)=xS(x)+O(x). After moving the O(x) term to the left and dividing by x, this becomes S(x)=logx+O(1). That is exactly the claimed estimate nxΛ(n)n=logx+O(1).

L2step 2.1algebra
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Mertens' first theorem for primes

Statement

For every real x2,

pxlogpp=logx+O(1).

Facts & Assumptions

Given: A real number x2.

[L1]

The weighted von Mangoldt harmonic sum satisfies nxΛ(n)n=logx+O(1) (The von Mangoldt harmonic sum is log x plus O(1)).

[L2]

The von Mangoldt function is Λ(pk)=logp on prime powers and 0 otherwise (The von Mangoldt function, Prime and composite integers: p is prime when p>1 and its only positive divisors are 1 and p).

Proof

technique · direct
1.1

By [L2], nxΛ(n)n=pxlogpp+pkxk2logppk. So it is enough to show that the prime-power tail is bounded independently of x.

L2givenalgebra
2.1

For t16, define h(t):=tlogt. By [L4], h(t)=12t1t=t22t0, so h is increasing on [16,). Since h(16)=4log16>0, we obtain logpp for every prime p16. Hence k2logppklogpp2j01pj2logpp22p3/2 for every prime p16. The finitely many primes p<16 contribute only a constant, so [L3] shows that pkx, k2logppk=O(1).

L3L4step 1.1algebra
3.1

Combine step 2.1 with [L1]: logx+O(1)=nxΛ(n)n=pxlogpp+O(1). Therefore pxlogpp=logx+O(1).

L1step 1.1step 2.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

The Meissel-Mertens constant

Definition

The Meissel-Mertens constant is

B1:=limx(px1ploglogx),

provided the limit exists.

Remarks

  • The next theorem proves existence by exhibiting the limit together with the sharper error term O(1/logx).
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Mertens' second theorem for primes

Statement

For every real x2,

px1p=loglogx+B1+O(1/logx),

where B1 is the Meissel-Mertens constant of The Meissel-Mertens constant.

Facts & Assumptions

Given: A real number x2 and the function

A(y):=pylogpp.
[L1]

Mertens' first theorem gives

A(y)=logy+O(1)

for y2 (Mertens' first theorem for primes).

Proof

technique · direct
1.1

Apply [L2] to the sequence an=(logn)/n on primes and an=0 otherwise, with bn=1/logn. Exactly as in Abel summation recovers the prime-counting function from theta, this gives px1p=A(x)logx+2xA(t)tlog2tdt.

L2L3givenalgebra
2.1

By [L1], write A(t)=logt+R(t) with R(t)=O(1). Substituting into step 1.1 yields px1p=1+R(x)logx+2xdttlogt+2xR(t)tlog2tdt. Since 2xdt/(tlogt)=loglogxloglog2, we obtain px1p=loglogx+(1loglog2)+2xR(t)tlog2tdt+O(1/logx).

L1L3step 1.1algebra
3.1

Because R is bounded and xdttlog2t=1logx, the improper integral 2R(t)tlog2tdt converges, and replacing the upper limit x by changes step 2.1 by only O(1/logx). Therefore px1p=loglogx+B1+O(1/logx), where B1:=1loglog2+2R(t)tlog2tdt. This constant is exactly the limit in The Meissel-Mertens constant.

L3step 2.1algebra
4.1

The displayed asymptotic implies px1ploglogxB1 as x, so the definition of The Meissel-Mertens constant is well posed.

step 3.1algebra
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-09-01Open item page →

Mertens' third theorem for primes

Statement

For every real x2,

px(11p)=eγlogx(1+O(1/logx)),

where γ is the Euler-Mascheroni constant of The Euler-Mascheroni constant.

Facts & Assumptions

Given: A real number x2.

[L1]

MIT Problem Set 9, Problem 2(c)--(f), and Tao's displayed equations (25), (34), and the computation immediately before Theorem 26 prove the exact prime-power-weight estimate 2nxΛ(n)nlogn=loglogx+γ+O(1/logx). These are the first and third sources listed above.

[L2]
[L3]

For u<1, log(1u)=k1ukk ([The power series for log(1+x) on (-1,1], including the Abel endpoint](/item/thm-log-one-plus-x-power-series)).

[L4]

The logarithm laws and the reciprocal-Gamma product identify the same γ as the Euler-Mascheroni constant (Order, continuity, range, and the product, quotient, and reciprocal laws for the natural logarithm, The Weierstrass product for reciprocal Gamma, The Euler-Mascheroni constant).

Proof

technique · direct
1.1

By [L2], the sum in [L1] is exactly the finite prime-power sum S(x):=pkx1kpk. Hence S(x)=loglogx+γ+O(1/logx).

L1L2givenalgebra
1.2

Every factor 11/p is positive. Applying [L3] with u=1/p and summing the resulting absolutely convergent series gives logpx(11p)=pxk11kpk.

L3L4givenalgebra
2.1

The difference between the sum in step 1.2 and S(x) consists of terms with k2, px, and pk>x. For a fixed k, comparison with the positive decreasing series nk gives pxpk>x1kpk={O(x1/2),2klog2x,O(2k),k>log2x. Indeed, in the first range x1/k2 and the integral tail is at most a constant times x(k1)/kx1/2; in the second range the full tail from n=2 is O(2k). Summing over k gives pxk11kpk=S(x)+O(logx/x)+O(1/x)=S(x)+O(1/logx).

step 1.1step 1.2algebra
3.1

Combining steps 1.1, 1.2, and 2.1 yields logpx(11p)=loglogxγ+O(1/logx). Exponentiating the bounded O(1/logx) term gives px(11p)=eγlogx(1+O(1/logx)).

L4step 1.1step 1.2step 2.1algebra
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

The sum of the reciprocals of the primes diverges

Statement

The series

p1p

diverges.

Facts & Assumptions

Given: The reciprocal-prime partial sums.

[L1]

Mertens' second theorem gives

px1p=loglogx+B1+O(1/logx)

(Mertens' second theorem for primes).

Proof

technique · direct
1.1

By [L1], the partial sums differ from loglogx by a bounded quantity as x.

L1
2.1

Since loglogx, the partial sums px1p also tend to infinity. Therefore the prime reciprocal series diverges.

step 1.1algebra
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Euler's prime product tends to zero

Statement

The finite Euler products

px(11p)

tend to 0 as x, and more precisely

px(11p)=eγlogx(1+O(1/logx)).

Facts & Assumptions

Given: The finite Euler prime products.

[L1]

Mertens' third theorem gives the displayed asymptotic (Mertens' third theorem for primes).

Proof

technique · direct
1.1

The precise asymptotic is exactly [L1].

L1
2.1

Since (1+O(1/logx)) stays bounded and 1/logx0, the product tends to 0.

step 1.1algebra

5 · Examples, counterexamples and false statements

None yet.

Sources