primes 1

17
Introduction Finding primes Counting primes Modeling primes Finding patterns in primes Structure and randomness in the prime numbers Terence Tao University of California, Los Angeles July 19 / IMO Terence Tao Structure and randomness in the primes

Upload: lazaro-albuquerque

Post on 10-Nov-2015

217 views

Category:

Documents


2 download

DESCRIPTION

tao primes

TRANSCRIPT

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Structure and randomness in the primenumbers

    Terence Tao

    University of California, Los Angeles

    July 19 / IMO

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    The Distribution Of The Primes

    The prime numbers 2,3,5,7, . . . are one of the oldesttopics studied in mathematics.We now have a lot of intuition as to how the primes shouldbehave, and a great deal of confidence in our conjecturesabout the primes...... but we still have a great deal of difficulty in proving manyof these conjectures!Ultimately, this is because the primes are believed to notobey behave pseudorandomly in many ways, and not tofollow any simple pattern.We have many ways of establishing that a pattern exists...but how does one demonstrate the absence of a pattern?

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    It is hard to find primes!

    Euclids theorem ( 300 BCE): There are infinitely manyprimes.In particular, given any k , there exists a prime with at leastk digits.But there is no known quick and deterministic way to locatesuch a prime! (Here, quick means computable in a timewhich is polynomial in k .)In particular, there is no known (deterministic) formula thatcan quickly generate large numbers that are guaranteed tobe prime.The largest known prime is 243,112,609 1 (GIMPS 2008) -about 13 million digits long.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    But primes can be found by random methods...

    Any k -digit number can be tested for primality quickly,either by probabilistic methods (Miller-Rabin 1980) or bydeterministic methods (Agarwal-Kayal-Saxena 2002).Prime number theorem (Hadamard, de Valle Poussin1896): The number of primes less than n is (1 + o(1)) nlog nas n.In particular, the probability of a randomly selected k -digitnumber being prime is about 1k log 10 .

    So one can quickly find a k -digit prime with high probabilityby randomly selecting k -digit numbers and testing each ofthem for primality.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Is randomness really necessary?

    To summarize:We do not know a quick way to find primesdeterminstically.However, we have quick ways to find primes randomly.Also, a major conjecture in complexity theory, P = BPP,asserts (roughly speaking) that any problem that can besolved quickly by probabilistic methods, can also be solvedquickly by deterministic methods. (This conjecture isclosely related to the more famous conjecture P 6= NP,which is a USD $ 1 million Clay Millennium prize problem.)Many other important probabilistic algorithms have beenderandomised into deterministic ones, but this has notbeen done for the problem of finding primes.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Primes can be studied collectively rather thanindividually

    Weve seen that its hard to get a hold of any single largeprime.But it is easier to study the set of primes collectively ratherthan one at a time.An analogy: it is difficult to locate and count all the grainsof sand in a box, but one can get an estimate on this countby weighing the box, subtracting the weight of the emptybox, and dividing by the average weight of a grain of sand.The point is that there is an easily measured statistic (theweight of the box) which is reflects the collective behaviourof the sand.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Eulers product formula

    For instance, from the fundamental theorem of arithmeticone can establish Eulers product formula

    n=1

    1ns

    =

    p prime(1 +

    1ps

    +1p2s

    +1p3s

    + . . .)

    =

    p prime(1 1

    ps)1

    for any s > 1 (and also for other values of s, if one iscareful enough).

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    The Riemann zeta function

    This formula links the collective behaviour of the primes tothe behaviour of the Riemann zeta function(s) :=

    n=1

    1ns :

    p prime(1 1

    ps) =

    1(s)

    One can then deduce information about the primes frominformation about the zeta function (and in particular, itszeroes).For instance, the fact that (s) has no zeroes whenRe(s) 1 implies (and is in fact equivalent to) the primenumber theorem.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    The Riemann hypothesis

    The famous Riemann hypothesis asserts that (s) has nozeroes when Re(s) > 1/2. It implies a much strongerversion of the prime number theorem, and has many otherconsequences in number theory; it is another of the USD $1 million Clay Millennium prize problems.(A technical point: the sum

    n=1

    1ns does not converge in

    the classical sense when Re(s) < 1, so one has tointerpret this sum in a fancier way, or else use a differentdefinition of (s) in this case; but I will not discuss thesesubtleties here.)

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Cramrs random model for the primes

    A fruitful way to think about the set of primes is as apseudorandom set - a set of numbers which is not actuallyrandom, but behaves like one.For instance, the prime number theorem asserts, roughlyspeaking, that a randomly chosen large integer n has aprobability of about 1/ logn of being prime. One can thenmodel the set of primes by replacing them with a randomset of integers, in which each integer n > 1 is selected withan independent probability of 1/ logn; this is Cramrsrandom model.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Refining the model

    This model is too crude, because it misses some obviousstructure in the primes, such as the fact that most primesare odd. But one can improve the model to address this, bypicking a model where odd integers n are selected withprobability 2/ logn and even integers are selected withprobability 0.One can also take into account other obvious structure inthe primes, such as the fact that most primes are notdivisible by 3, not divisible by 5, etc. This leads to fancierrandom models which we believe to accurately predict theasymptotic behaviour of primes.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Random models give heuristic support for conjectures

    One can use random models to give heuristic support forconjectures in number theory, such asTwin prime conjecture: There are infinitely many pairsp,p + 2 which are both prime (twin prime pairs).Indeed, with Cramrs random model, if n is a large integer,then n,n + 2 have probability 1/ logn and 1/ log(n + 2) tobe prime, so the probability that they are both prime is

    1(log n)(log n+2) . Thus the total number of twin prime pairs

    less than N should be aboutN

    n=21

    (log n)(log n+2) N

    2dx

    log2 x.

    This goes to infinity as N , so this predicted count isconsistent with the twin prime conjecture.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Random models cont.

    Using more refined models using the obvious structure inthe primes, the total number of twin prime pairs less thanN is predicted to be about 2

    N2

    dxlog2 x

    , where 2 is the twinprime constant

    2 := 2

    p3 prime1 1

    (p 1)2 1.32032 . . . .

    For N = 1010, this prediction is accurate to four decimalplaces.Similar arguments based on random models giveconvincing heuristic support for many other conjectures innumber theory, and are backed up by extensive numericalcalculations.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    How to convert probabilistic heuristics into rigorousarguments?

    Of course, the primes are a deterministic set of integers,not a random one, so the predictions given by randommodels are not rigorous. But can they be made so?There has been some progress in doing this. Oneapproach is to try to classify all the possible ways in whicha set could fail to be pseudorandom (i.e. it does somethingnoticeably different from what a random set would do), andthen show that the primes do not behave in any of theseways.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    For instance, consider the odd Goldbach conjecture:every odd integer larger than five is the sum of threeprimes. If, for instance, all large primes happened to havetheir last digit equal to one, then Goldbachs conjecturecould well fail for some large odd integers whose last digitwas different from three. Thus we see that the conjecturecould fail if there was a sufficiently strange conspiracyamong the primes.However, one can rule out this particular conspiracy byusing the prime number theorem in arithmeticprogressions, which tells us that (among other things)there are many primes whose last digit is different from 1.(The proof of this theorem is based on the proof of theclassical prime number theorem.)

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Moreover, by using the techniques of Fourier analysis, wecan show that all the conspiracies which could conceivablysink Goldbachs conjecture (for large integers, at least) arebroadly of this type: an unexpected bias for the primes toprefer one remainder modulo 10 (or modulo another base,which need not be an integer), over another.Vinogradov eliminated each of these potentialconspiracies, and established Vinogradovs theorem: everysufficiently large odd integer is the sum of three primes.Related methods were used to establish my theorem withBen Green that the primes contained arbitrarily longarithmetic progressions.

    Terence Tao Structure and randomness in the primes

  • IntroductionFinding primes

    Counting primesModeling primes

    Finding patterns in primes

    Summary

    Individual primes are believed to behave randomly, but thecollective behaviour of the primes is believed to be quitepredictable.We believe that the primes do not observe any significantpattern beyond the obvious ones (e.g. mostly being odd),but we are still a long way from making this beliefcompletely rigorous.Nevertheless, we can eliminate some types of patterns inthe primes, and this is enough to give us some non-trivialresults on the primes. But there is still a lot to do in thissubject!

    Terence Tao Structure and randomness in the primes

    IntroductionFinding primesCounting primesModeling primesFinding patterns in primes