leios / SoME_Topics

Collaboration / Topic requests for SoME
Other
212 stars 6 forks source link

Dirichlet theorem and the PNT #105

Open Rami5743 opened 2 years ago

Rami5743 commented 2 years ago

About the author

My name is Rami Aizenbud. I am a mathematician working in the Weizmann Institute of Science. You can find more information about me on my website

Quick Summary

This is about 2 related topics The Dirichlet theorem and the PNT.

My first choice is probably Dirichlet theorem, but I am flexible.

Target medium

video/videos in the stile of 3b1b

More details

I have written a Wikipedia article about the Dirichlet Theorem in the Hebrew Wikipedia I think this is a very exiting topic which is very suitable for animation. The prove involves lots of ideas from all over math, and many of these ideas can be illustrated. On the other hand it is rather deep topic so it is quite challenging to make it accessible. Nevertheless, I have explained the proof to my 10 years old kid, and I think he understand a big part of it.

Contact details

you can e-mail me on aizenr@gmail.com, and we can set a zoom meeting.

3b1b commented 2 years ago

Hi Rami,

Dirichlet's theorem is indeed a very interesting topic, but getting it to be accessible might be a fun challenge. Can you add any details on exactly what approach you had in mind? Maybe even an outline or storyboard describing some of the core mini lessons that would have to be involved along the way?

Rami5743 commented 2 years ago

Here is a possible plan:

We can stop at this point, declaring that we won, since we made a very hard problem, into a computation that one can easily perform with a computer till, say, $d=1000$. We also can frame the problem as if the aim is to understand the case $d=10$ (last digit analysis) or the special cases discussed in the "prime spirals" video, which are all follows from the above explanation.

On the other hand, we can also finish the proof:

I'll be happy to discuss any of it on zoom.

InigoMontoya314 commented 2 years ago

Hi, I'm from #124 and #136. From my perspective(someone who just graduated from high school but have relatively good math background, so I've heard of Dirichlet's theorem), I think one way to make it work for a student like me is to go for special cases like d=1, and even that proof is quite challenging for me. There could be easier proofs that I'm not aware of, so please let me know if that's the case.

Rami5743 commented 2 years ago

@ajayberriman, Thank you very much for your interest. It seems that we have rather different things in mind, so I do not think that it will be fretful to work on this together. However, if you have any mathematical question on the subject or on a related topic, I'll be happy to try to answer it.

Rami5743 commented 2 years ago

@InigoMontoya314, It depends on what do you mean by Dirichlet theorem. The standard meaning is that there are infinitely many primes in the sequence. In this case, d=1 is just Euclide theorem, though it is very butiful I'd hardly call it challenging.

Dirichlet actually proved a stronger statement: the diversions of $$\sum\frac{1}{p}$$ when p is in the progression. The case p=1 becomes now Euler result, and ofcores any farther discussion of Dirichlet theorem have to start with it. There are more quantitative version of the Direchlet theorem, the strongest of which being the PNT for arithmetic progression, here the case d=1 is just the PNT, which is at list as chalnging as the Dirichlet theorem and deserve a treatment by its own.

Rami5743 commented 2 years ago

@all, Let me explain what do I mean by simplified Erdos argument: Assume that there are only finitely many primes: $p_1,\dots pk$, then since any number can be decompose into prime factors (note that we do not use the uniqueness here) there are no more then $\prod \log{p_i}n$ numbers up to $n$. This means that $n \leq (log_2 n)^k$ which implies $log_2 n \geq n^{\frac{1}{k}}$, this leads to a contradiction.

This in fact gives the following bound: $$\pi(n) \geq \frac{\ln(n)}{\ln(log_2 n)}.$$

This is a slightly simplified version of an argument by Erdos that gives the slightly stronger bound $$\pi(n) \geq \frac{\log_2(n)}{2}.$$

Theas bounds are much weaker then the reality (given by the PNT) however they are way better then the bounds that can be obtained from original Euclid argument. This argument attributed to Erdos, so if Euler was awer of it he did not publish it, however it seems to me natural to consider this argument as transitional stage between Euclid and Euler. Namely, While in this argument we count all numbers below n, in Euler's product we use the same method to count all numbers but giving the number $k$ weight $k^{-s}$.

InigoMontoya314 commented 2 years ago

@Rami5743 I see, I'm concerned with proof of proposition 3 in this paper, so I didn't realize the simple Euclidean argument. Thank you!