Structure and Randomness in the prime numbers Terence Tao, UCLA New Fellows Seminar, 11 July 2007.

Slides:



Advertisements
Similar presentations
Mathematical Ideas that Shaped the World Prime numbers.
Advertisements

Presented by Alex Atkins.  An integer p >= 2 is a prime if its only positive integer divisors are 1 and p.  Euclid proved that there are infinitely.
Copyright © Cengage Learning. All rights reserved.
Prime Numbers By Brian Stonelake.
Ch. 10: What is a number?. MAIN DEFINITION OF THE COURSE: A symmetry of an object (in the plane or space) means a rigid motion (of the plane or space)
Chapter 5 Number Theory © 2008 Pearson Addison-Wesley. All rights reserved.
PrasadPrimes1 VEDIC MATHEMATICS : Primes T. K. Prasad
Prime Numbers: A Recent Discovery, Secure Communications, and Million Dollar Prizes George T. Gilbert TCU January 29, 2003.
CSE115/ENGR160 Discrete Mathematics 03/15/12
Euclidean Number theory From the Algorithm to the Basic Theory of Numbers.
Prime Numbers – True/False. 3. There are infinitely many primes. True We can prove this by assuming there aren’t: Multiply all the primes together,
Induction and recursion
Computability and Complexity 20-1 Computability and Complexity Andrei Bulatov Random Sources.
1.  The set N = {1,2,3,4,……..} is known as natural numbers or the set of positive integers  The natural numbers are used mainly for :  counting  ordering.
CSE115/ENGR160 Discrete Mathematics 03/15/11
Copyright © Cengage Learning. All rights reserved.
1 Integers and Division CS/APMA 202 Rosen section 2.4 Aaron Bloomfield.
Properties of the Integers: Mathematical Induction
Number Theory – Introduction (1/22) Very general question: What is mathematics? Possible answer: The search for structure and patterns in the universe.
ELEMENTARY NUMBER THEORY AND METHODS OF PROOF
prime numbers: facts and discoveries
Chapter Number Theory 4 4 Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
Copyright © Cengage Learning. All rights reserved. CHAPTER 11 ANALYSIS OF ALGORITHM EFFICIENCY ANALYSIS OF ALGORITHM EFFICIENCY.
GOLDBACH’S CONJECTURE Simple, but Unproved. Goldbach’s Conjecture Christian Goldbach, March 18, November 20, 1764, stated that: “Every even number.
Number Theory Number Theory: A reflection of the basic mathematical endeavor. Exploration Of Patterns: Number theory abounds with patterns and requires.
Chapter 5 Number Theory © 2008 Pearson Addison-Wesley. All rights reserved.
Chapter 3 Greek Number Theory The Role of Number Theory Polygonal, Prime and Perfect Numbers The Euclidean Algorithm Pell’s Equation The Chord and Tangent.
My Favorite “Conjecture” By: none other than THE GREAT Ben Carroll “Goldbach’s Conjecture”
 2012 Pearson Education, Inc. Slide Chapter 5 Number Theory.
Section 5.1 Number Theory.
The Fundamentals: Algorithms, Integers, and Matrices CSC-2259 Discrete Structures Konstantin Busch - LSU1.
SECTION 5-3 Selected Topics from Number Theory Slide
Structures 5 Number Theory What is number theory?
Amazing Facts on Prime Numbers
MATH 224 – Discrete Mathematics
Induction and recursion
BIRKDALE HIGH SCHOOL MATHEMATICS DEPARTMENT
The importance of sequences and infinite series in calculus stems from Newton’s idea of representing functions as sums of infinite series.  For instance,
Shaping Modern Mathematics: The Queen of Mathematics Raymond Flood Gresham Professor of Geometry.
SECTION 5-1 Prime and Composite Numbers Slide
© T Madas. A prime number or simply a prime, is a number with exactly two factors. These two factors are always the number 1 and the prime number itself.
CompSci 102 Discrete Math for Computer Science
Theorems and conjectures
TOK: Mathematics Unit 1 Day 1. Introduction Opening Question Is math discovered or is it invented? Think about it. Think real hard. Then discuss.
22C:19 Discrete Structures Integers and Modular Arithmetic Fall 2014 Sukumar Ghosh.
Chapter 4 With Question/Answer Animations. Section 4.1.
CS 103 Discrete Structures Lecture 13 Induction and Recursion (1)
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Section 1.8. Proof by Cases Example: Let b = max{a, b} = a if a ≥ b, otherwise b = max{a, b} = b. Show that for all real numbers a, b, c
The Fundamentals: Algorithms, Integers, and Matrices CSC-2259 Discrete Structures Konstantin Busch - LSU1.
Chapter 4 With Question/Answer Animations 1. Chapter Summary Divisibility and Modular Arithmetic - Sec 4.1 – Lecture 16 Integer Representations and Algorithms.
Proving Pythagoras’ Theorem and that ancient Greeks were pretty good at mathematics.
TOK: Mathematics Unit 1 Day 1. 2 – B 2 = AB – B 2 Factorize both sides: (A+B)(A-B) = B(A-B) Divide both sides by (A-B): A = B = B Since A = B, B+B=B Add.
Inductive Reasoning Section 1.2. Objectives: Use inductive reasoning to make conjectures.
A Prime Example CS Lecture 20 A positive integer p  2 is prime if the only positive integers that divide p are 1 and p itself. Positive integers.
Section 5.1 Number Theory.
Direct Proof and Counterexample III: Divisibility
How Many Ways Can 945 Be Written as the Difference of Squares?
Randomness and Computation: Some Prime Examples
Copyright © 2016, 2013, and 2010, Pearson Education, Inc.
Thinking Critically 4.1 Divisibility Of Natural Numbers
Induction and recursion
Number Theory (Chapter 7)
Section 5.1 Number Theory.
Section 5.1 Number Theory.
Induction and recursion
Exercise Use mathematical induction to prove the following formula.
2.2 Patterns & Inductive Reasoning
Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
Presentation transcript:

Structure and Randomness in the prime numbers Terence Tao, UCLA New Fellows Seminar, 11 July 2007

… A prime number is any natural number greater than 1, which cannot be factored as the product of two smaller numbers.

Fundamental theorem of arithmetic (~300 BCE): every natural number greater than 1 can be expressed uniquely as the product of primes (up to rearrangement). Prime numbers have been studied since the ancient Greeks. They proved two important results: Euclid’s theorem (~300 BCE): There are infinitely many prime numbers.

The fundamental theorem tells us that every number can in principle be factored into primes – but nobody knows how to factor large numbers rapidly! In fact, many modern cryptographic protocols - such as the RSA algorithm - rely crucially on the inability to factor large numbers (200+ digits) in a practical amount of time.

Similarly, Euclid’s theorem tells us in principle that there are arbitrarily large primes out there, but does not give a recipe to find them. The largest explicitly known prime, 2 32,582,657 – 1, is 9,808,353 digits long and was shown to be prime in 2006 by the GIMPS distributed internet project.

(3, 5), (5, 7), (11, 13), (17, 19), (29, 31), (41, 43), (59, 61), (71, 73), (101, 103), (107, 109), (137, 139), (149, 151), (179, 181), (191, 193), (197, 199), (227, 229), (239, 241), (269, 271), (281, 283), (311, 313), (347, 349), (419, 421), (431, 433), (461, 463), (521, 523), (569, 571), (599, 601), (617, 619), (641, 643), (659, 661), (809, 811), (821, 823), (827, 829), (857, 859), (881, 883), (1019, 1021), (1031, 1033), (1049, 1051), (1061, 1063), (1091, 1093), (1151, 1153), (1229, 1231), (1277, 1279), (1289, 1291), (1301, 1303), (1319, 1321), (1427, 1429), (1451, 1453), (1481, 1483), (1487, 1489), (1607, 1609), … …, (2,003,663,613 x 2 195,000 +1) [Vautier, 2007], … Indeed, the prime numbers seem to be so “randomly” distributed that it is often difficult to establish what patterns exist withim them. For instance, the following conjecture remains unproven: Twin prime conjecture (? ~300 BCE ?): There exist infinitely many pairs p, p+2 of primes which differ by exactly 2.

“God may not play dice with the universe, but something strange is going on with the prime numbers”. (Paul Erdős, )

Nevertheless, we do have some deep theorems about the primes. For instance: Prime number theorem (Hadamard, de Vallée Poussin, 1896): The n th prime is approximately equal to n ln n. The Riemann hypothesis conjectures an even more precise formula for the n th prime. It remains unsolved; the Clay Mathematics Institute has a $1,000,000 prize for a correct proof of this hypothesis!

Vinogradov’s theorem (1937): every sufficiently large odd number n can be written as the sum of three primes. In 1742, Christian Goldbach conjectured that in fact every odd number n greater than 5 should be the sum of three primes. This is currently only known for n larger than (Liu-Wang, 2002) and less than (Saouter, 1998).

Chen’s theorem (1966). There exists infinitely many pairs p, p+2, where p is a prime, and p+2 is either a prime or the product of two primes. This is the best partial result we have on the twin prime conjecture. The proof uses an advanced form of sieve theory.

2 2,3 3,5,7 5,11,17,23 5,11,17,23,29 7,37,67,97,127,157 7,157,307,457,607, , 409, 619, 829, 1039, 1249, 1459, , 409, 619, 829, 1039, 1249, 1459, 1669, , 409, 619, 829, 1039, 1249, 1459, 1669, 1879, , , , , , , …, … 56,211,383,760, ,546,738,095,860n, n=0,…,22 (Frind et al., 2004) 468,395,662,504, ,872,132,836,530n, n=0,…,23 (Wroblewski, 2007) … Green-Tao theorem (2004). The prime numbers contain arbitrarily long arithmetic progressions.

The proof is too technical to give here, but relies on splitting the primes into a “structured” part and a “pseudorandom” part, and showing that both components generate arithmetic progressions. We are working on many other questions relating to finding patterns in sets such as the primes. For instance, in 2005 I showed that the Gaussian primes (a complex number-valued version of the primes) contain constellations of any given shape.