Prime Constellations By Matt Anderson 4/9/2011. Prime numbers are integers that are divisible by only 1 and themselves. P={primes} = {2,3,5,7,11,…} There.

Slides:



Advertisements
Similar presentations
Finite Projective Planes
Advertisements

Chapter 3 Elementary Number Theory and Methods of Proof.
Section 11 Direct Products and Finitely Generated Abelian Groups One purpose of this section is to show a way to use known groups as building blocks to.
Cryptography and Network Security
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.
Study Guides Quantitative - Arithmetic - Numbers, Divisibility Test, HCF and LCM Mycatstudy.com.
Chapter 8 Introduction To Number Theory. Prime Numbers Prime numbers only have divisors of 1 and Prime numbers only have divisors of 1 and self. self.
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 numbers.
Notes 1.1.
22C:19 Discrete Math Integers and Modular Arithmetic Fall 2010 Sukumar Ghosh.
1 Chapter 7– Introduction to Number Theory Instructor: 孫宏民 Room: EECS 6402, Tel: , Fax :
Congruence class arithmetic. Definitions: a ≡ b mod m iff a mod m = b mod m. a  [b] iff a ≡ b mod m.
CSE115/ENGR160 Discrete Mathematics 03/15/11
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.
Congruence of Integers
Proof Must Have Statement of what is to be proven.
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 numbers.
Chapter 8 – Introduction to Number Theory Prime Numbers
Cryptography and Network Security Chapter 8. Chapter 8 – Introduction to Number Theory The Devil said to Daniel Webster: "Set me a task I can't carry.
1 Set Theory. Notation S={a, b, c} refers to the set whose elements are a, b and c. a  S means “a is an element of set S”. d  S means “d is not an element.
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 numbers.
1 Set Theory. Notation S={a, b, c} refers to the set whose elements are a, b and c. a  S means “a is an element of set S”. d  S means “d is not an element.
Methods of Proof Lecture 4: Sep 16 (chapter 3 of the book)
1 Integers and Division CS/APMA 202 Rosen section 2.4 Aaron Bloomfield.
Geometry Vocabulary 1A Geometry, like much of mathematics and science, developed when people began recognizing and describing patterns. In this course,
ELEMENTARY NUMBER THEORY AND METHODS OF PROOF
Sets.
CS555Spring 2012/Topic 61 Cryptography CS 555 Topic 6: Number Theory Basics.
Chapter 5 Number Theory © 2008 Pearson Addison-Wesley. All rights reserved.
 2012 Pearson Education, Inc. Slide Chapter 5 Number Theory.

SECTION 5-3 Selected Topics from Number Theory Slide
© by Kenneth H. Rosen, Discrete Mathematics & its Applications, Sixth Edition, Mc Graw-Hill, 2007 Chapter 3 (Part 2): The Fundamentals: Algorithms, the.
Quantitative - Arithmetic - Numbers, Divisibility Test, HCF and LCM
Information Security and Management 4. Finite Fields 8
NUMBER THEORY TS.Nguyễn Viết Đông.
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.
Chapter 3 Elementary Number Theory and Methods of Proof.
1 Introduction to Abstract Mathematics Chapter 3: Elementary Number Theory and Methods of Proofs Instructor: Hayk Melikya Direct.
Basic Concepts in Number Theory Background for Random Number Generation 1.For any pair of integers n and m, m  0, there exists a unique pair of integers.
CompSci 102 Discrete Math for Computer Science
Chinese Remainder Theorem Dec 29 Picture from ………………………
Chapter 2 (Part 1): The Fundamentals: Algorithms, the Integers & Matrices The Integers and Division (Section 2.4)
Section 2.1. Section Summary Definition of sets Describing Sets Roster Method Set-Builder Notation Some Important Sets in Mathematics Empty Set and Universal.
9/22/15UB Fall 2015 CSE565: S. Upadhyaya Lec 7.1 CSE565: Computer Security Lecture 7 Number Theory Concepts Shambhu Upadhyaya Computer Science & Eng. University.
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.
Chapter 2 With Question/Answer Animations. Section 2.1.
Great Theoretical Ideas in Computer Science.
The theory of partitions. n = n 1 + n 2 + … + n i 7 = =
1 LESSON 1.1 PATTERNS AND INDUCTIVE REASONING. 2 Objectives To find and describe patterns. To use inductive reasoning to make conjectures.
1 CMSC 250 Chapter 3, Number Theory. 2 CMSC 250 Introductory number theory l A good proof should have: –a statement of what is to be proven –"Proof:"
Methods of Proof Lecture 4: Sep 20 (chapter 3 of the book, except 3.5 and 3.8)
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.
Chapter 2 1. Chapter Summary Sets (This Slide) The Language of Sets - Sec 2.1 – Lecture 8 Set Operations and Set Identities - Sec 2.2 – Lecture 9 Functions.
CSE565: Computer Security Lecture 7 Number Theory Concepts
Great Theoretical Ideas in Computer Science
Handbook of Applied Cryptography - CH4, from 4.1~4.3
Congruence class arithmetic
Advanced Algorithms Analysis and Design
Cryptography and Network Security
Copyright © 2016, 2013, and 2010, Pearson Education, Inc.
Introduction to Number Theory
Cryptography and Network Security
Great Theoretical Ideas in Computer Science
Great Theoretical Ideas in Computer Science
Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
PATTERNS AND INDUCTIVE REASONING
Copyright © Zeph Grunschlag,
Lecture 5 Number Theory & Proof Methods
Presentation transcript:

Prime Constellations By Matt Anderson 4/9/2011

Prime numbers are integers that are divisible by only 1 and themselves. P={primes} = {2,3,5,7,11,…} There are an infinite number of prime numbers.

Let π(x) be the prime counting function. π(x) counts the number of primes less than or equal to x. Xπ(x)

The prime number theorem states that π(x) grows like x/Ln(x). Specifically,

A prime k-tuple is an ordered set of values representing a repeatable pattern of prime numbers. ExamplesInstances (0,2) twin primes {3,5},{5,7},{11,13} (0,4) cousin primes {3,7},{7,11},{13,17} (0,6) sexy primes {5,11},{7,13},{11,17} (0,2,6) 3-tuple {3,5,11},{5,7,13} (0,4,6) 3-tuple{7,11,13},{13,17,19} (0,2,6,8) 4-tuple {5,7,11,13},{11,13,17,19}

A k-tuple is said to be admissible if it does not include the complete modulo set of residue classes (ie the values 0 through p-1) of any prime p≤k. The k-tuples listed thus far are all admissible, but (0,2,4) is not admissible. Since 0 mod 3 = 0 2 mod 3 = 2 4 mod 3 = 1 The complete set of residue classes mod 3 is {0,1,2}. The only primes that satisfy this 3-tuple are {3,5,7}. If the smallest prime is greater than 3 then it will not be possible for all three members to be prime.

An admissible prime k-tuple that is maximally dense is called a constellation with k primes. For n≥k, this will always produce consecutive primes. Where, n is the smallest prime in the constellation. Example: The constellation with 2 primes is (0,2). Example 2: There are 2 constellations with 3 primes. They are (0,2,6) and (0,4,6).

It is conjectured that there are an infinite number of twin primes. Also, it is conjectured that there are an infinite number of primes for every admissible k-tuple. Numerical evidence supports this conjecture.

Let π m1, m2,…, m k (x) be the number of (k+1) tuples less than x For example, consider the 4-tuple (0,2,6,8) The smallest prime has the form 30n+11. xπ2,6,8(x)smallest examples 00{5,7,11,13} 51{11,13,17,19} 112{191,193,197,199} 1913{821,823,827,829} 8214

For example π2(x) counts the number of twin primes less than or equal to x. Similarly π4(x) counts the number of cousin primes less than or equal to x. Twin primes have the from 6x+5 and 6x+7. We know that from divisibility by 2 and 3. Primes p > 3 must have the form: p=1 mod 6 or p=5 mod 6 otherwise, they would be divisible by 2 or 3.

To find k-tuples, one must determine the values of a and b in p=ax+b for the smallest prime p in a constellation. One way to do this is by examining Ur# where r# (read r primorial) is the product of the first r primes and Ur# is the set of units mod r#. rr# For example: U2 = {1}. All prime numbers greater than 2 are odd. U6 = {1,5}. All primes > 3 have the form 6k±1 U30 = {1,7,11,13,17,19,23,29}

The first Hardy Littlewood Conjecture states that every admissible (k+1)-tuple has infinitely many prime examples and the asymptotic distribution is given by: π m1,m2,…,mk (x) ~ C(m1,m2,…, mk) and w(q;m1,m2,…mk) is the number of distinct residues of m1, m2,…, mk (mod q)

The second Hardy Littlewood conjecture states that: π(x+y) ≤ π(x) + π(y) for all x, y with 2 ≤ x ≤ y. It is believed that there is a counterexample for x=447 and < y <

Examples have been found for constellations of 2 to 23 primes. There are no known examples of constellations with 24 primes.

References: Elementary Number Theory 2 nd Edition by Underwood Dudley Prime Numbers: A Computational Perspective 2 nd Edition by Richard Crandall and Carl Pomerance