Prime Number Theorem: the meaning of the limit

  • Context: Undergrad 
  • Thread starter Thread starter DaTario
  • Start date Start date
  • Tags Tags
    Limit Prime Theorem
Click For Summary

Discussion Overview

The discussion revolves around the limit statement related to the Prime Number Theorem, specifically the expression $$ \lim_{n \to \infty} \frac{\pi (n)}{Li(n)} = 1 $$, and its implications regarding the growth rates of the prime counting function, ##\pi(n)##, and the logarithmic integral, ##Li(n)##. Participants explore the nature of these functions, their growth rates, and the implications of their behavior as n approaches infinity.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants question the interpretation of the growth rate of ##\pi(n)##, noting its step function nature and discontinuities.
  • There is a discussion about whether ##\pi(n)## and ##Li(n)## can be considered to grow at the same rate, with some suggesting they may be separated by a constant.
  • One participant points out that while the limit statement suggests a relationship, it does not imply convergence to the same value, as both functions tend to infinity.
  • Another participant mentions that the difference between ##\pi(n)## and ##Li(n)## switches infinitely often, indicating a lack of a fixed upper bound on their absolute deviation.
  • Some propose methods for estimating the growth rate of ##\pi(n)##, including linear regression and polynomial interpolation, while others argue against the need for smoothing the function.
  • There are references to the Riemann hypothesis and its implications for the differences between the two functions.
  • Participants express that the prime counting function behaves in a seemingly random manner, complicating predictions about prime distribution.

Areas of Agreement / Disagreement

Participants express multiple competing views regarding the growth rates of ##\pi(n)## and ##Li(n)##, with no consensus reached on the implications of the limit statement or the nature of their differences as n approaches infinity.

Contextual Notes

Limitations include the dependence on the definitions of growth rates, the unresolved nature of the mathematical steps involved, and the challenges posed by the discrete nature of ##\pi(n)##.

DaTario
Messages
1,097
Reaction score
46
Hi All.

I have a doubt concerning the limit:

$$ \lim_{n \to \infty} \frac{\pi (n)}{Li(n)} = 1 $$.

This mathematical statement does not imply that both functions converge to the same value. The main reason is that both tend to infinity as n tend to infinity. I would like to ask you if it is correct to infer that when n tends to infinity, ##\pi (n) ## and ## Li(n) ## grow at the same rate, possibly being separed by a constant.

If I am correct, is this constant known?
DaTario
 
Physics news on Phys.org
How do you want to interpret the growth rate of ##\pi(n)##? It is a step function, which is discontinuous and hence constant except at a countable collection of points, at which it is not differentiable. But most interpretations of growth rate involve differentiation.
 
DaTario said:
This mathematical statement does not imply that both functions converge to the same value. The main reason is that both tend to infinity as n tend to infinity. I would like to ask you if it is correct to infer that when n tends to infinity, ##\pi (n) ## and ## Li(n) ## grow at the same rate, possibly being separed by a constant.
The limit statement is even weaker. As an example: $$\lim_{n \to \infty} \frac{\ln (n) + \ln (\ln (n))}{\ln(n)} = 1$$
The difference between numerator and denominator diverges, but the ratio still goes to 1.

For this particular case, it is known that ##\pi(n) > Li(n)## and ##\pi(n) < Li(n)## switch infinitely often, the first time before 10371. Looks like there is no upper bound on the absolute deviation.
More about it at mathworld
 
Thank you, mfb.

Answering andrewkirk, the function ##\pi (n)## is forced, by its definition, to increase by one unity at a time. As is goes to infinity, the relative weight of this discreteness goes to zero, allowing one to consider it as a continuous function. Its logarithmic nature also allows us to trust that no great departure from smoothness may happen for high values of ##n##. So the derivative of ##\pi(n)## may be taken as the average of:
$$\frac{\pi(n+1) - \pi(n)}{(n+1) - n} $$

for, say, a million of values of ##n## located at the vicinity of the point whose derivative we wish to calculate.
Note that our region of interest is ##n## large.

(someone, please correct me if I am wrong...)

Best wishes,

DaTario
 
There is no need to smoothen the function arbitrarily.
 
DaTario said:
the function ##\pi (n)## is forced, by its definition, to increase by one unity at a time. As is goes to infinity, the relative weight of this discreteness goes to zero, allowing one to consider it as a continuous function. Its logarithmic nature also allows us to trust that no great departure from smoothness may happen for high values of ##n##. So the derivative of ##\pi(n)## may be taken as the average of:
$$\frac{\pi(n+1) - \pi(n)}{(n+1) - n} $$

for, say, a million of values of ##n## located at the vicinity of the point whose derivative we wish to calculate.
Let's formalise that. Your definition of growth rate is then

$$G(n)=10^{-6}\times \sum_{k=1}^{1000000}\frac{\pi(n-k+1)-\pi(n-k)}{(n-k+1)-(n-k)}=
10^{-6}\times\Big(\pi(n)-\pi(n-1000000)\Big)$$

That will not attain any limit as ##n\to\infty## because it will be 0 for many large ##n## but ##10^{-6}## for some and, rarely, ##m\times 10^{-6}## for values of ##m## greater than 1.

The growth rate of ##Li(n)## is ##H(n)\equiv\frac d{dn}\int_2^n\frac1{\log t}dt= \frac1{\log n}##, which smoothly tends towards a limit of zero as ##n\to\infty##. So neither ##G(n)-H(n)## nor ##\frac{G(n)}{H(n)}## has a limit as ##n\to\infty##.
 
Perhaps if we try to make a linear regression with a million of points of ##(n,\pi(n))##, with n ranging from ##n_0 - 5 \times 10^5 ## to ##n_0 + 5 \times 10^5 ##.
I would also accept a polynomial interpolation or a convolution with some gaussian.:smile:

My point is that I was taking the limit of the theorem as an inference that both function would be identical as n tends to infinity. I now see that what seems to happen is very different from this.
 
DaTario said:
I now see that what seems to happen is very different from this.
Right. There are always points where the functions differ by more than 10, or more than 100, or probably even more than a million. Removing the steps of 1 doesn't help to get convergence.
 
This consequence of the Riemann hypothesis gives some hint about this difference:

NumberedEquation20.gif
 
  • #10
It is an upper limit on the difference, but that limit goes to infinity. It is sufficient to see that the ratio converges to one, but it doesn't tell us if it has a fixed upper limit.
 
  • #11
Yes.

Thank you.
 
  • #12
Basically they try and use it to get the idea of how the prime counting function behaves.

The better the approximation - the better you can predict what the primes are.

The prime counting function though - is often elusive because of how "random" it seems.
 
  • #13
Thank you, chiro.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K