Higher Math
# Cool Problem Diary
Week 1 - ISL 2015 G4 Does this work instead? Week 1 - ISL 2015 G4
# Interesting Theorems
# Thoughts on Olympiad
# Interesting Higher Maths Stuffs
# My curiosity with unsolved prime conjectures
There’s a huge number of fascinating problems regarding the prime numbers that are still open problems, or were fiendishly hard to solve. See Prime Numbers The Most Mysterious Figures in Math by David Wells to see some of these results. I’ve been particularly interested in
Legendre and Goldbach hopefully ought to be pretty close to being solved, given that bounds are getting tighter.
# An interesting heuristic on why PNT is true
We prove the result that $$\pi(n) \approx Li(x) = \int_{2}^{n} \frac{1}{\ln x} dx$$
I found this from some random document on a Harvard physics course.
Thanks to Euclid, we know that $N$ is prime $\iff$ $\nexists p \mid N$ for all $p < \sqrt{N}$, $p$ prime.
We note that whether two separate primes $p$ and $q$ divide a number is `independent’. Therefore, let us consider the probability $P(N)$ that a number of the size $N$ is prime. $$P(N) = (1-\frac{1}{p_1})(1-\frac{1}{p_2})\cdots(1-\frac{1}{p_k})$$ where $p_1 < p_2 < \cdots < p_k$ are the primes less than or equal to $\sqrt{N}$.
We are after a way to pin down $P(N)$ based on itself (something like a independent
events, we can say that
$$i \approx nP(\sqrt{N}) \Longrightarrow P(N+n) = P(N)(1-\frac{1}{\sqrt{N}})^{nP(\sqrt{N})}$$
We pull two tricks now.
- For small $n$, $nP(\sqrt{N}) « \sqrt{N}$ so we may use a first order approx of $(1-x)^m \approx 1-mx$.
- $P(N+n) \approx P(N)+nP’(N)$
Therefore, $$P(N)+nP’(N) = P(N)(1-\frac{1}{\sqrt{N}})^{nP(\sqrt{N})} = P(N)(1-\frac{nP(\sqrt{N})}{\sqrt{N}})$$ Simplifying, $$P’(N) = -\frac{P(N)P(\sqrt{N})}{2N}$$ One can then check that $P(N)=\frac{1}{\ln N}$ is indeed a solution.
Now, we are essentially done, we would then expect $$\pi(n) \approx \int_{2}^{n} P(x) dx = \int_{2}^{n} \frac{1}{\ln x} dx$$