Prime Numbers and How to Avoid Them Pi Mu Epsilon April 19, 2012 CWRU.

Slides:



Advertisements
Similar presentations
Discrete Mathematics Lecture 3
Advertisements

Perfect, Prime, and Sierpiński Numbers A mathematical excursion from the time of Pythagoras to the computer age Lane Community College Academic Colloquium.
Chapter 5 Number Theory © 2008 Pearson Addison-Wesley. All rights reserved.
Chapter 8 – Introduction to Number Theory. Prime Numbers prime numbers only have divisors of 1 and self –they cannot be written as a product of other.
Computability and Complexity
Thinking Mathematically
3.3 Divisibility Definition If n and d are integers, then n is divisible by d if, and only if, n = dk for some integer k. d | n  There exists an integer.
5.1 Number Theory. The study of numbers and their properties. The numbers we use to count are called the Natural Numbers or Counting Numbers.
Thinking Mathematically
Whiteboardmaths.com © 2004 All rights reserved
CHAPTER 11 – NUMBER THEORY
Factors, Prime Numbers & Prime Factorization
Chapter Primes and Greatest Common Divisors ‒Primes ‒Greatest common divisors and least common multiples 1.
The Fundamental Theorem of Arithmetic (2/12) Definition (which we all already know). A number greater than 1 is called prime if its only divisors are 1.
Induction and recursion
Factors, Fractions, and Exponents
Elementary Number Theory and Methods of Proof. Basic Definitions An integer n is an even number if there exists an integer k such that n = 2k. An integer.
Survey of Mathematical Ideas Math 100 Chapter 1 John Rosson Thursday January 18.
ELEMENTARY NUMBER THEORY AND METHODS OF PROOF
SECTION 5-2 Large Prime Numbers Slide THE INFINITUDE OF PRIMES Slide There is no largest prime number. Euclid proved this around 300 B.C.
A number that divides evenly into a larger number without a remainder Factor- Lesson 7 - Attachment A.
Chapter 9 Mathematics of Cryptography Part III: Primes and Related Congruence Equations Copyright © The McGraw-Hill Companies, Inc. Permission required.
Number Theory Number Theory: A reflection of the basic mathematical endeavor. Exploration Of Patterns: Number theory abounds with patterns and requires.
Section 5.1 Number Theory.
The Fundamentals: Algorithms, Integers, and Matrices CSC-2259 Discrete Structures Konstantin Busch - LSU1.
BIRKDALE HIGH SCHOOL MATHEMATICS DEPARTMENT
Numbers, Operations, and Quantitative Reasoning.
Mathematics Review Exponents Logarithms Series Modular arithmetic Proofs.
Mathematical Induction. F(1) = 1; F(n+1) = F(n) + (2n+1) for n≥ F(n) n F(n) =n 2 for all n ≥ 1 Prove it!
1 Introduction to Abstract Mathematics Chapter 4: Sequences and Mathematical Induction Instructor: Hayk Melikya 4.1- Sequences. 4.2,
Shaping Modern Mathematics: The Queen of Mathematics Raymond Flood Gresham Professor of Geometry.
Methods of Proof. This Lecture Now we have learnt the basics in logic. We are going to apply the logical rules in proving mathematical theorems. Direct.
1 CMSC 250 Chapter 4, con't., Inductive Proofs. 2 CMSC 250 Description l Inductive proofs must have: –Base case: where you prove that what it is you are.
1 Proof Strategies CS/APMA 202 Rosen section 3.1 Aaron Bloomfield.
Cyclic Groups (9/25) Definition. A group G is called cyclic if there exists an element a in G such that G =  a . That is, every element of G can be written.
Lesson 1. DefinitionExamples  Ends 0, 2, 4, 6, or 8  1,234  98  456  1,592,342.
Math 409/409G History of Mathematics Books VII – IX of the Elements Part 3: Prime Numbers.
Fermat’s Little Theorem Fibonacci Numbers Shirley Moore CS4390/5390 Fall September 10,
P RIME N UMBERS. W HAT IS A P RIME N UMBER ? In mathematics, a prime number (or a prime) is a natural number which has exactly two distinct natural number.
Chinese Remainder Theorem. How many people What is x? Divided into 4s: remainder 3 x ≡ 3 (mod 4) Divided into 5s: remainder 4 x ≡ 4 (mod 5) Chinese Remainder.
Year 9 Proof Dr J Frost Last modified: 19 th February 2015 Objectives: Understand what is meant by a proof, and examples.
Prime Numbers (3/17 ) We all know what a prime number is. Theorem (Euclid). There are infinitely many primes. Euclid’s original proof idea can be stated.
Factor A factor of an integer is any integer that divides the given integer with no remainder.
DIVISIBILITY RULES LESSON 3. Dividing by 2 All even numbers are divisible by 2. Example: all numbers ending in 0,2,4,6 or 8.
 2012 Pearson Education, Inc. Slide Chapter 5 Number Theory.
9.1 Primes and Related Congruence Equations 23 Sep 2013.
Factors & Number Theory
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.
Slide Copyright © 2009 Pearson Education, Inc. 5.1 Number Theory.
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.
Do Now Write as an exponent 3 x 3 x 3 x 3 4 x 4 x 4 x 4 x 4 5 x 5 x 5 What is a factor? Define in your own words.
Section 5.1 Number Theory.
PowerPointmaths.com © 2004 all rights reserved
Indirect Argument: Two Classical Theorems
Chapter 5: Number Theory
Number Systems.
Predicate Calculus Validity
Prime Numbers.
PEA202 – Lecture #1 NUMBER SYSTEM.
Section 5.1 Number Theory.
Prime Factorization.
Section 5.1 Number Theory.
CSE 321 Discrete Structures
Induction Rosen 5 Lecture 8: Oct 29, 30.
Divisibility Rules Dividing by 2
Cool Results Involving Compositions
From the last time: gcd(a, b) can be characterized in two different ways: It is the least positive value of ax + by where x and y range over integers.
Divisibility A number is divisible by another number if the quotient is a whole number with no remainder.
GCSE: Counterexamples & Proofs Involving Integers
Presentation transcript:

Prime Numbers and How to Avoid Them Pi Mu Epsilon April 19, 2012 CWRU

Sequences including primes 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, … 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37,… 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, …

Avoiding Primes 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24,… That almost works. If we start with a non-prime, we can avoid primes entirely: 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, … But these numbers are all divisible by a common factor. That’s too easy.

Arithmetic sequences Suppose we look only at sequences of the form {An+B}, Where A and B have no common factor. 199, 409, 619, 829,1039, 1249, 1459, 1669, 1879,2089, 2299, 2509, 2719, 2929, … This was discovered by Edward Escott in Green and Tao (2004) have proved that k consecutive primes occur in some arithmetic sequence, for any k.

But we want ONLY primes Then by the prime number theorem arithmetic progressions will not work. Let’s try exponentially growing lists. Numbers one less than a power of 2: 1,3,7,15,31,63,127,255,511,1023,2047,4095, 8191, 16383, 32767,65535, ,262143, , ,…

Mersenne

Add one instead

Finally getting somewhere?

Fermat Numbers 3, 5, 17, 257, 65537, , , , … Nice try, Pierre!

What went wrong?

The order of 2

So Euler saw he only had to test divide by 65, 129, 193, 257, …, 64k+1 In fact, he only needed to divide by primes in this list. When k=10 it works.

Looking for Fermat Primes By generalizing this argument, it can be seen that testing for Fermat primes requires looking at prime numbers of the form

A New Question

Sierpinski’s Theorem (1960)

Proof of Sierpinski’s Theorem The integers can be divided into seven sets: 2n, 4n+1, 8n+3, 16n+7, 32n+31, 64n+15, 64n+47

Proof of Sierpinski’s Theorem Now the plan is to divide the exponents into those seven groups, and for each group find a prime that always divides numbers whose exponents belong to that group.

Proof of Sierpinski’s Theorem So when k is any number of the form 3i+2, half the terms in the sequence will be divisible by 3.

Proof of Sierpinski’s Theorem Example: k=5 n=1,2,3,… 11, 21, 41, 81, 161, 321, 641, 1281, 2561, 5121,… So when k is any number of the form 5i+2, a quarter of the terms in the sequence will be divisible by 5.

Proof of Sierpinski’s Theorem When k=17, these happen at the same time: 35, 69, 137, 273, 545, 1089, 2177, 4353, 8705,17409, 34817, 69633, , , , , , ,… Three quarters of the terms are divisible by 3 or 5, but occasionally a prime keeps showing up.

Proof of Sierpinski’s Theorem

Proof Concluded The “Chinese Remainder Theorem” guarantees we can find infinitely many such numbers. The smallest is k= This is a “Sierpinski number”, which makes every term in the infinite sequence composite. Half are divisible by 3, a quarter divisible by 5, etc.

What is the smallest Sierpinski number? In 1962, John Selfridge found the number (= 17 x 4621). It is conjectured that this is the smallest such number. To rule out a smaller value of k it is necessary to find a prime number for some n and this k. As of March 2002 there were only 17 smaller values for which no prime had been found.

Seventeen or Bust The Seventeen or Bust project was started in 2002 by two undergraduates. As of October 2007, eleven of the possible counterexamples were ruled out by finding primes, the largest of which has almost four million digits. Five of the eleven have been named Stephen Colbert primes.

This Man Has Your Number

Seventeen or Bust