Perfect Polynomials. modulo 2. Ugur Caner Cengiz. Lake Forest College. April 7, 2015

Size: px
Start display at page:

Download "Perfect Polynomials. modulo 2. Ugur Caner Cengiz. Lake Forest College. April 7, 2015"

Transcription

1 Perfect Polynomials modulo 2 Ugur Caner Cengiz Lake Forest College April 7, 2015 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

2 Outline 1 Definitions modulo 2 What is "Perfect"? Perfect Polynomials Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

3 Outline 1 Definitions modulo 2 What is "Perfect"? Perfect Polynomials 2 Previous Research Others Ours Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

4 Outline 1 Definitions modulo 2 What is "Perfect"? Perfect Polynomials 2 Previous Research Others Ours 3 Our Research The Program Main Results Speed!!! Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

5 Definitions modulo 2 What do you mean by "modulo 2"? In simple terms, a mod b gives the remainder when integer a is divided by non-zero integer b. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

6 Definitions modulo 2 What do you mean by "modulo 2"? In simple terms, a mod b gives the remainder when integer a is divided by non-zero integer b. Therefore, mod 2 is very simple: if the number is odd, then it is equivalent to 1 and if even, then it is equivalent to 0. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

7 Definitions modulo 2 What do you mean by "modulo 2"? In simple terms, a mod b gives the remainder when integer a is divided by non-zero integer b. Therefore, mod 2 is very simple: if the number is odd, then it is equivalent to 1 and if even, then it is equivalent to and (mod 2) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

8 Perfect Numbers Sigma function σ Definitions What is "Perfect"? Definition Lower case Greek letter sigma (σ) symbolizes an arithmetic function that sums the positive divisors of a positive integer. σ(n) = d d n Definition If σ(n) = 2n, then n is perfect. Example Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

9 Perfect Numbers Sigma function σ Definitions What is "Perfect"? Definition Lower case Greek letter sigma (σ) symbolizes an arithmetic function that sums the positive divisors of a positive integer. σ(n) = d d n Definition If σ(n) = 2n, then n is perfect. Example 6 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

10 Perfect Numbers Sigma function σ Definitions What is "Perfect"? Definition Lower case Greek letter sigma (σ) symbolizes an arithmetic function that sums the positive divisors of a positive integer. σ(n) = d d n Definition If σ(n) = 2n, then n is perfect. Example 6 σ(6) = = 12 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

11 Perfect Numbers Sigma function σ Definitions What is "Perfect"? Definition Lower case Greek letter sigma (σ) symbolizes an arithmetic function that sums the positive divisors of a positive integer. σ(n) = d d n Definition If σ(n) = 2n, then n is perfect. Example 6 σ(6) = = 12 Hence, 6 is perfect. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

12 Continuing on σ Definitions What is "Perfect"? Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

13 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

14 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. σ(2)=(2 + 1) and σ(3)=(3+1) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

15 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. σ(2)=(2 + 1) and σ(3)=(3+1) σ(2) σ(3)=3 4 = 12 = σ(6). Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

16 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. σ(2)=(2 + 1) and σ(3)=(3+1) σ(2) σ(3)=3 4 = 12 = σ(6). 728 = Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

17 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. σ(2)=(2 + 1) and σ(3)=(3+1) σ(2) σ(3)=3 4 = 12 = σ(6). 728 = σ(728) = = 1680 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

18 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. σ(2)=(2 + 1) and σ(3)=(3+1) σ(2) σ(3)=3 4 = 12 = σ(6). 728 = σ(728) = = 1680 Note that σ(p q )= (p q + p q p + 1) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

19 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. σ(2)=(2 + 1) and σ(3)=(3+1) σ(2) σ(3)=3 4 = 12 = σ(6). 728 = σ(728) = = 1680 Note that σ(p q )= (p q + p q p + 1) So, σ(2 3 ) σ(7) σ(13) = ( )(7 + 1)(13 + 1) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

20 Definitions What is "Perfect"? Continuing on σ Theorem σ is multiplicative over integers. If gcd(m,n) = 1, then σ(mn) = σ(m) σ(n) Example 6 = 2 3 where 2 and 3 are prime. σ(2)=(2 + 1) and σ(3)=(3+1) σ(2) σ(3)=3 4 = 12 = σ(6). 728 = σ(728) = = 1680 Note that σ(p q )= (p q + p q p + 1) So, σ(2 3 ) σ(7) σ(13) = ( )(7 + 1)(13 + 1) σ(2 3 ) σ(7) σ(13) = = 1680 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

21 Polynomials mod 2 Definitions Perfect Polynomials For a polynomial mod 2, the coefficients are mod 2. Thus, 5x 7 +9x 6 +16x 5 +48x 4 +x 3 +4x 2 +71x +1 x 7 +x 6 +x 3 +x +1 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

22 Polynomials mod 2 Definitions Perfect Polynomials For a polynomial mod 2, the coefficients are mod 2. Thus, 5x 7 +9x 6 +16x 5 +48x 4 +x 3 +4x 2 +71x +1 x 7 +x 6 +x 3 +x +1 x = 0 has no real roots. It s irreducible. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

23 Polynomials mod 2 Definitions Perfect Polynomials For a polynomial mod 2, the coefficients are mod 2. Thus, 5x 7 +9x 6 +16x 5 +48x 4 +x 3 +4x 2 +71x +1 x 7 +x 6 +x 3 +x +1 x = 0 has no real roots. It s irreducible. Consider (x + 1) 2 modulo 2 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

24 Polynomials mod 2 Definitions Perfect Polynomials For a polynomial mod 2, the coefficients are mod 2. Thus, 5x 7 +9x 6 +16x 5 +48x 4 +x 3 +4x 2 +71x +1 x 7 +x 6 +x 3 +x +1 x = 0 has no real roots. It s irreducible. Consider (x + 1) 2 modulo 2 (x + 1) 2 = (x + 1) (x + 1) = x 2 + 2x Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

25 Polynomials mod 2 Definitions Perfect Polynomials For a polynomial mod 2, the coefficients are mod 2. Thus, 5x 7 +9x 6 +16x 5 +48x 4 +x 3 +4x 2 +71x +1 x 7 +x 6 +x 3 +x +1 x = 0 has no real roots. It s irreducible. Consider (x + 1) 2 modulo 2 (x + 1) 2 = (x + 1) (x + 1) = x 2 + 2x x 2 + 2x x (mod 2) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

26 Definitions Perfect Polynomials σ on polynomials Definition If σ(a) = A, then A is a perfect polynomial. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

27 Definitions Perfect Polynomials σ on polynomials Definition If σ(a) = A, then A is a perfect polynomial. For example, x 2 + x = x (x + 1) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

28 Definitions Perfect Polynomials σ on polynomials Definition If σ(a) = A, then A is a perfect polynomial. For example, x 2 + x = x (x + 1) σ(x 2 + x) = (x 2 + x) + (x + 1) + x + 1 = x 2 + 3x + 2 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

29 Definitions Perfect Polynomials σ on polynomials Definition If σ(a) = A, then A is a perfect polynomial. For example, x 2 + x = x (x + 1) σ(x 2 + x) = (x 2 + x) + (x + 1) + x + 1 = x 2 + 3x + 2 x 2 + 3x + 2 x 2 + x (mod 2) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

30 Definitions Perfect Polynomials σ on polynomials Definition If σ(a) = A, then A is a perfect polynomial. For example, x 2 + x = x (x + 1) σ(x 2 + x) = (x 2 + x) + (x + 1) + x + 1 = x 2 + 3x + 2 x 2 + 3x + 2 x 2 + x (mod 2) So σ(x 2 + x) = x 2 + x (mod 2) x 2 + x is a perfect polynomial mod 2. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

31 Previous Research Others Canaday, Gallardo and Rahavandrainy E. F. Canaday Gallardo and Rahavandrainy Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

32 Previous Research Others Canaday, Gallardo and Rahavandrainy E. F. Canaday Perfect polynomials mod 2 exist in two ways: x h (x + 1) k A and B 2, where B is relatively prime to x(x + 1) Gallardo and Rahavandrainy Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

33 Previous Research Others Canaday, Gallardo and Rahavandrainy E. F. Canaday Perfect polynomials mod 2 exist in two ways: x h (x + 1) k A and B 2, where B is relatively prime to x(x + 1) Also, he found an infinite class of perfects: x 2n 1 (x + 1) 2n 1 Gallardo and Rahavandrainy Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

34 Previous Research Others Canaday, Gallardo and Rahavandrainy E. F. Canaday Perfect polynomials mod 2 exist in two ways: x h (x + 1) k A and B 2, where B is relatively prime to x(x + 1) Also, he found an infinite class of perfects: x 2n 1 (x + 1) 2n 1 Conjecture that every perfect is divisible by x(x + 1) In other words, no odd perfects Gallardo and Rahavandrainy Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

35 Previous Research Others Canaday, Gallardo and Rahavandrainy E. F. Canaday Perfect polynomials mod 2 exist in two ways: x h (x + 1) k A and B 2, where B is relatively prime to x(x + 1) Also, he found an infinite class of perfects: x 2n 1 (x + 1) 2n 1 Conjecture that every perfect is divisible by x(x + 1) In other words, no odd perfects Gallardo and Rahavandrainy Proved that odd perfects have at least 5 distinct irreducible factors. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

36 Previous Research Others Figure: Canaday s list for perfects Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

37 Previous Research The Algorithm to Find the Perfect Polynomials Ours Check if σb = B. Output B. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

38 Previous Research Ours The Algorithm to Find the Perfect Polynomials Check if σb = B. Output B. If not, compute D where D = σ(b) / gcd(b, σ(b)) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

39 Previous Research Ours The Algorithm to Find the Perfect Polynomials Check if σb = B. Output B. If not, compute D where D = σ(b) / gcd(b, σ(b)) If gcd(b, D) > 1, then stop. No output! Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

40 Previous Research Ours The Algorithm to Find the Perfect Polynomials Check if σb = B. Output B. If not, compute D where D = σ(b) / gcd(b, σ(b)) If gcd(b, D) > 1, then stop. No output! If the polynomial passes the test on step 3, then let P be the greatest factor of D. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

41 Previous Research Ours The Algorithm to Find the Perfect Polynomials Check if σb = B. Output B. If not, compute D where D = σ(b) / gcd(b, σ(b)) If gcd(b, D) > 1, then stop. No output! If the polynomial passes the test on step 3, then let P be the greatest factor of D. Restart the algorithm taking BP, BP 2, BP 3,..., BP k where degree of BP k < K. Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

42 Previous Research Ours Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

43 Our Research Beginning steps - primperf() The Program Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

44 Our Research Main Results Results up to degree 200 x (x + 1) 2 (x 2 + x + 1) x (x + 1) 2 (x 2 + x + 1) 2 (x 4 + x + 1) (x + 1) x 2 (x 2 + x + 1) (x + 1) x 2 (x 2 + x + 1) 2 (x 4 + x + 1) x 3 (x + 1) 4 (x 4 + x 3 + 1) x 3 (x + 1) 6 (x 3 + x + 1) (x 3 + x 2 + 1) (x + 1) 3 x 4 (x 4 + x 3 + x 2 + x + 1) x 4 (x + 1) 4 (x 4 + x 3 + 1) (x 4 + x 3 + x 2 + x + 1) x 4 (x + 1) 6 (x 3 + x + 1) (x 3 + x 2 + 1) (x 4 + x 3 + x 2 + x + 1) (x + 1) 3 x 6 (x 3 + x + 1) (x 3 + x 2 + 1) (x + 1) 4 x 6 (x 3 + x + 1) (x 3 + x 2 + 1) (x 4 + x 3 + 1) x (x + 1) x 3 (x + 1) 3 x 7 (x + 1) 7 x 15 (x + 1) 15 x 31 (x + 1) 31 and x 63 (x + 1) 63 Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

45 Speed Our Research Speed!!! def sigma1(x, y): return (x y+1 1)/(x 1) def sigma2(x, y): sum = 0 for pow in range(0, y+1): sum = sum + (x pow ) return sum sigma1 and sigma2 speed testing Dynamic Programming Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

46 Our Research Speed!!! Figure: FAST! Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

47 Summary Summary A perfect polynomial equals the sum of its divisors. As Canaday thought there are no odd perfect polynomials up to degree 200. My program is relatively fast and finds the perfect polynomials. Future Plans To check higher degrees Show odd perfect polynomials mod 2 have at least 6 factors Work on a paper Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

48 For Further Information Summary E.F. Canaday The Sum of The Divisors of a Polynomial. Duke Mathematical Journal, 8(4): , 1941 L. Gallardo. and O. Rahavandrainy. Odd Perfect Polynomials over F 2 Journal de Théeorie des Nombres de Bordeaux, 19(1): , L. Gallardo. and O. Rahavandrainy. There is no odd perfect polynomial over F 2 with four prime factors Portugaliae Mathematica, 66(2): , Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

49 Summary Thank You! (Any Questions?) Ugur Caner Cengiz Perfect Polynomials Student Symposium / 18

Counting Perfect Polynomials

Counting Perfect Polynomials Enrique Treviño joint work with U. Caner Cengiz and Paul Pollack 49th West Coast Number Theory December 18, 2017 49th West Coast Number Theory 2017 1 Caner (a) Caner Cengiz (b) Paul Pollack 49th West Coast

More information

PERFECT POLYNOMIALS OVER F p WITH p + 1 IRREDUCIBLE DIVISORS. 1. Introduction. Let p be a prime number. For a monic polynomial A F p [x] let d

PERFECT POLYNOMIALS OVER F p WITH p + 1 IRREDUCIBLE DIVISORS. 1. Introduction. Let p be a prime number. For a monic polynomial A F p [x] let d PERFECT POLYNOMIALS OVER F p WITH p + 1 IRREDUCIBLE DIVISORS L. H. GALLARDO and O. RAHAVANDRAINY Abstract. We consider, for a fixed prime number p, monic polynomials in one variable over the finite field

More information

Odd perfect polynomials over F 2

Odd perfect polynomials over F 2 Journal de Théorie des Nombres de Bordeaux 19 (2007), 165 174 Odd perfect polynomials over F 2 par Luis H. GALLARDO et Olivier RAHAVANDRAINY Résumé. Un polynôme A F 2 [x] est dit parfait s il est égal

More information

M381 Number Theory 2004 Page 1

M381 Number Theory 2004 Page 1 M81 Number Theory 2004 Page 1 [[ Comments are written like this. Please send me (dave@wildd.freeserve.co.uk) details of any errors you find or suggestions for improvements. ]] Question 1 20 = 2 * 10 +

More information

Exercises Exercises. 2. Determine whether each of these integers is prime. a) 21. b) 29. c) 71. d) 97. e) 111. f) 143. a) 19. b) 27. c) 93.

Exercises Exercises. 2. Determine whether each of these integers is prime. a) 21. b) 29. c) 71. d) 97. e) 111. f) 143. a) 19. b) 27. c) 93. Exercises Exercises 1. Determine whether each of these integers is prime. a) 21 b) 29 c) 71 d) 97 e) 111 f) 143 2. Determine whether each of these integers is prime. a) 19 b) 27 c) 93 d) 101 e) 107 f)

More information

Summer Research Projects for First Year Students

Summer Research Projects for First Year Students Summer Research Projects for First Year Students Joint Math Meetings January 7, 2017 Richter Scholar Program The Richter Scholar Summer Research Program provides students with the opportunity to conduct

More information

Summer Research Projects for First Year Students

Summer Research Projects for First Year Students Summer Research Projects for First Year Students California State University, Chico Colloquium October 17, 2016 Richter Scholar Program The Richter Scholar Summer Research Program provides students with

More information

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru Number Theory Marathon Mario Ynocente Castro, National University of Engineering, Peru 1 2 Chapter 1 Problems 1. (IMO 1975) Let f(n) denote the sum of the digits of n. Find f(f(f(4444 4444 ))). 2. Prove

More information

Solved and unsolved problems in elementary number theory

Solved and unsolved problems in elementary number theory Solved and unsolved problems in elementary number theory Paul Pollack Athens/Atlanta Number Theory Seminar February 25, 2014 1 of 45 For a less slanted view of the subject, consider purchasing: 2 of 45

More information

COMP239: Mathematics for Computer Science II. Prof. Chadi Assi EV7.635

COMP239: Mathematics for Computer Science II. Prof. Chadi Assi EV7.635 COMP239: Mathematics for Computer Science II Prof. Chadi Assi assi@ciise.concordia.ca EV7.635 The Euclidean Algorithm The Euclidean Algorithm Finding the GCD of two numbers using prime factorization is

More information

PROBLEMS ON CONGRUENCES AND DIVISIBILITY

PROBLEMS ON CONGRUENCES AND DIVISIBILITY PROBLEMS ON CONGRUENCES AND DIVISIBILITY 1. Do there exist 1,000,000 consecutive integers each of which contains a repeated prime factor? 2. A positive integer n is powerful if for every prime p dividing

More information

Theory of Numbers Problems

Theory of Numbers Problems Theory of Numbers Problems Antonios-Alexandros Robotis Robotis October 2018 1 First Set 1. Find values of x and y so that 71x 50y = 1. 2. Prove that if n is odd, then n 2 1 is divisible by 8. 3. Define

More information

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru

Number Theory Marathon. Mario Ynocente Castro, National University of Engineering, Peru Number Theory Marathon Mario Ynocente Castro, National University of Engineering, Peru 1 2 Chapter 1 Problems 1. (IMO 1975) Let f(n) denote the sum of the digits of n. Find f(f(f(4444 4444 ))). 2. Prove

More information

4 Powers of an Element; Cyclic Groups

4 Powers of an Element; Cyclic Groups 4 Powers of an Element; Cyclic Groups Notation When considering an abstract group (G, ), we will often simplify notation as follows x y will be expressed as xy (x y) z will be expressed as xyz x (y z)

More information

Some Extensions to Touchard s Theorem on Odd Perfect Numbers

Some Extensions to Touchard s Theorem on Odd Perfect Numbers arxiv:1709.0586v1 [math.nt] 14 Sep 017 Some Extensions to Touchard s Theorem on Odd Perfect Numbers Paolo Starni Abstract The multiplicative structure of an odd perfect number n, if any, is n = π α M,

More information

MATH 433 Applied Algebra Lecture 4: Modular arithmetic (continued). Linear congruences.

MATH 433 Applied Algebra Lecture 4: Modular arithmetic (continued). Linear congruences. MATH 433 Applied Algebra Lecture 4: Modular arithmetic (continued). Linear congruences. Congruences Let n be a postive integer. The integers a and b are called congruent modulo n if they have the same

More information

Mathematics of Cryptography

Mathematics of Cryptography Modulo arithmetic Fermat's Little Theorem If p is prime and 0 < a < p, then a p 1 = 1 mod p Ex: 3 (5 1) = 81 = 1 mod 5 36 (29 1) = 37711171281396032013366321198900157303750656 = 1 mod 29 (see http://gauss.ececs.uc.edu/courses/c472/java/fermat/fermat.html)

More information

Solutions to Problem Set 3 - Fall 2008 Due Tuesday, Sep. 30 at 1:00

Solutions to Problem Set 3 - Fall 2008 Due Tuesday, Sep. 30 at 1:00 Solutions to 18.781 Problem Set 3 - Fall 2008 Due Tuesday, Sep. 30 at 1:00 1. (Niven 2.3.3) Solve the congruences x 1 (mod 4), x 0 (mod 3), x 5 (mod 7). First we note that 4, 3, and 7 are pairwise relatively

More information

Number Theory and Graph Theory. Arithmetic functions and roots of unity

Number Theory and Graph Theory. Arithmetic functions and roots of unity 1 Number Theory and Graph Theory Chapter 3 Arithmetic functions and roots of unity By A. Satyanarayana Reddy Department of Mathematics Shiv Nadar University Uttar Pradesh, India E-mail: satya8118@gmail.com

More information

CMPUT 403: Number Theory

CMPUT 403: Number Theory CMPUT 403: Number Theory Zachary Friggstad February 26, 2016 Outline Factoring Sieve Multiplicative Functions Greatest Common Divisors Applications Chinese Remainder Theorem Factoring Theorem (Fundamental

More information

The set of integers will be denoted by Z = {, -3, -2, -1, 0, 1, 2, 3, 4, }

The set of integers will be denoted by Z = {, -3, -2, -1, 0, 1, 2, 3, 4, } Integers and Division 1 The Integers and Division This area of discrete mathematics belongs to the area of Number Theory. Some applications of the concepts in this section include generating pseudorandom

More information

Math 319 Problem Set #2 Solution 14 February 2002

Math 319 Problem Set #2 Solution 14 February 2002 Math 39 Problem Set # Solution 4 February 00. (.3, problem 8) Let n be a positive integer, and let r be the integer obtained by removing the last digit from n and then subtracting two times the digit ust

More information

CS 5319 Advanced Discrete Structure. Lecture 9: Introduction to Number Theory II

CS 5319 Advanced Discrete Structure. Lecture 9: Introduction to Number Theory II CS 5319 Advanced Discrete Structure Lecture 9: Introduction to Number Theory II Divisibility Outline Greatest Common Divisor Fundamental Theorem of Arithmetic Modular Arithmetic Euler Phi Function RSA

More information

On the polynomial x(x + 1)(x + 2)(x + 3)

On the polynomial x(x + 1)(x + 2)(x + 3) On the polynomial x(x + 1)(x + 2)(x + 3) Warren Sinnott, Steven J Miller, Cosmin Roman February 27th, 2004 Abstract We show that x(x + 1)(x + 2)(x + 3) is never a perfect square or cube for x a positive

More information

2x 1 7. A linear congruence in modular arithmetic is an equation of the form. Why is the solution a set of integers rather than a unique integer?

2x 1 7. A linear congruence in modular arithmetic is an equation of the form. Why is the solution a set of integers rather than a unique integer? Chapter 3: Theory of Modular Arithmetic 25 SECTION C Solving Linear Congruences By the end of this section you will be able to solve congruence equations determine the number of solutions find the multiplicative

More information

Summary Slides for MATH 342 June 25, 2018

Summary Slides for MATH 342 June 25, 2018 Summary Slides for MATH 342 June 25, 2018 Summary slides based on Elementary Number Theory and its applications by Kenneth Rosen and The Theory of Numbers by Ivan Niven, Herbert Zuckerman, and Hugh Montgomery.

More information

Number Theory, Algebra and Analysis. William Yslas Vélez Department of Mathematics University of Arizona

Number Theory, Algebra and Analysis. William Yslas Vélez Department of Mathematics University of Arizona Number Theory, Algebra and Analysis William Yslas Vélez Department of Mathematics University of Arizona O F denotes the ring of integers in the field F, it mimics Z in Q How do primes factor as you consider

More information

Chapter 4 Finite Fields

Chapter 4 Finite Fields Chapter 4 Finite Fields Introduction will now introduce finite fields of increasing importance in cryptography AES, Elliptic Curve, IDEA, Public Key concern operations on numbers what constitutes a number

More information

MATH 2112/CSCI 2112, Discrete Structures I Winter 2007 Toby Kenney Homework Sheet 5 Hints & Model Solutions

MATH 2112/CSCI 2112, Discrete Structures I Winter 2007 Toby Kenney Homework Sheet 5 Hints & Model Solutions MATH 11/CSCI 11, Discrete Structures I Winter 007 Toby Kenney Homework Sheet 5 Hints & Model Solutions Sheet 4 5 Define the repeat of a positive integer as the number obtained by writing it twice in a

More information

8 Primes and Modular Arithmetic

8 Primes and Modular Arithmetic 8 Primes and Modular Arithmetic 8.1 Primes and Factors Over two millennia ago already, people all over the world were considering the properties of numbers. One of the simplest concepts is prime numbers.

More information

Numbers and their divisors

Numbers and their divisors Chapter 1 Numbers and their divisors 1.1 Some number theoretic functions Theorem 1.1 (Fundamental Theorem of Arithmetic). Every positive integer > 1 is uniquely the product of distinct prime powers: n

More information

Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers

Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Warm-up Problems 1. What is a prime number? Give an example of an even prime number and an odd prime number. (a) Circle the prime

More information

Proofs. Methods of Proof Divisibility Floor and Ceiling Contradiction & Contrapositive Euclidean Algorithm. Reading (Epp s textbook)

Proofs. Methods of Proof Divisibility Floor and Ceiling Contradiction & Contrapositive Euclidean Algorithm. Reading (Epp s textbook) Proofs Methods of Proof Divisibility Floor and Ceiling Contradiction & Contrapositive Euclidean Algorithm Reading (Epp s textbook) 4.3 4.8 1 Divisibility The notation d n is read d divides n. Symbolically,

More information

NORTHWESTERN UNIVERSITY Thrusday, Oct 6th, 2011 ANSWERS FALL 2011 NU PUTNAM SELECTION TEST

NORTHWESTERN UNIVERSITY Thrusday, Oct 6th, 2011 ANSWERS FALL 2011 NU PUTNAM SELECTION TEST Problem A1. Let a 1, a 2,..., a n be n not necessarily distinct integers. exist a subset of these numbers whose sum is divisible by n. Prove that there - Answer: Consider the numbers s 1 = a 1, s 2 = a

More information

5: The Integers (An introduction to Number Theory)

5: The Integers (An introduction to Number Theory) c Oksana Shatalov, Spring 2017 1 5: The Integers (An introduction to Number Theory) The Well Ordering Principle: Every nonempty subset on Z + has a smallest element; that is, if S is a nonempty subset

More information

Wednesday, February 21. Today we will begin Course Notes Chapter 5 (Number Theory).

Wednesday, February 21. Today we will begin Course Notes Chapter 5 (Number Theory). Wednesday, February 21 Today we will begin Course Notes Chapter 5 (Number Theory). 1 Return to Chapter 5 In discussing Methods of Proof (Chapter 3, Section 2) we introduced the divisibility relation from

More information

Chapter 1. Number of special form. 1.1 Introduction(Marin Mersenne) 1.2 The perfect number. See the book.

Chapter 1. Number of special form. 1.1 Introduction(Marin Mersenne) 1.2 The perfect number. See the book. Chapter 1 Number of special form 1.1 Introduction(Marin Mersenne) See the book. 1.2 The perfect number Definition 1.2.1. A positive integer n is said to be perfect if n is equal to the sum of all its positive

More information

MAS 6217 Number Theory and Cryptography (Yiu) Fall 2017 Exercise B (Solution)

MAS 6217 Number Theory and Cryptography (Yiu) Fall 2017 Exercise B (Solution) MAS 6217 Number Theory and Cryptography (Yiu) Fall 2017 Exercise B (Solution) Solution to Problem B1. Let(a n ) be a sequence of numbers defined recursively by a n+1 = a 2 n a n +1, a 1 = 2. Show that

More information

Applied Cryptography and Computer Security CSE 664 Spring 2017

Applied Cryptography and Computer Security CSE 664 Spring 2017 Applied Cryptography and Computer Security Lecture 11: Introduction to Number Theory Department of Computer Science and Engineering University at Buffalo 1 Lecture Outline What we ve covered so far: symmetric

More information

Elementary Number Theory Review. Franz Luef

Elementary Number Theory Review. Franz Luef Elementary Number Theory Review Principle of Induction Principle of Induction Suppose we have a sequence of mathematical statements P(1), P(2),... such that (a) P(1) is true. (b) If P(k) is true, then

More information

10 Problem 1. The following assertions may be true or false, depending on the choice of the integers a, b 0. a "

10 Problem 1. The following assertions may be true or false, depending on the choice of the integers a, b 0. a Math 4161 Dr. Franz Rothe December 9, 2013 13FALL\4161_fall13f.tex Name: Use the back pages for extra space Final 70 70 Problem 1. The following assertions may be true or false, depending on the choice

More information

Mathematics for Cryptography

Mathematics for Cryptography Mathematics for Cryptography Douglas R. Stinson David R. Cheriton School of Computer Science University of Waterloo Waterloo, Ontario, N2L 3G1, Canada March 15, 2016 1 Groups and Modular Arithmetic 1.1

More information

Divisibility in the Fibonacci Numbers. Stefan Erickson Colorado College January 27, 2006

Divisibility in the Fibonacci Numbers. Stefan Erickson Colorado College January 27, 2006 Divisibility in the Fibonacci Numbers Stefan Erickson Colorado College January 27, 2006 Fibonacci Numbers F n+2 = F n+1 + F n n 1 2 3 4 6 7 8 9 10 11 12 F n 1 1 2 3 8 13 21 34 89 144 n 13 14 1 16 17 18

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Factorise each polynomial: a) x 2 6x + 5 b) x 2 16 c) 9x 2 25 2) Simplify the following algebraic fractions fully: a) x 2

More information

Algebra for error control codes

Algebra for error control codes Algebra for error control codes EE 387, Notes 5, Handout #7 EE 387 concentrates on block codes that are linear: Codewords components are linear combinations of message symbols. g 11 g 12 g 1n g 21 g 22

More information

This is a recursive algorithm. The procedure is guaranteed to terminate, since the second argument decreases each time.

This is a recursive algorithm. The procedure is guaranteed to terminate, since the second argument decreases each time. 8 Modular Arithmetic We introduce an operator mod. Let d be a positive integer. For c a nonnegative integer, the value c mod d is the remainder when c is divided by d. For example, c mod d = 0 if and only

More information

Number Theory. CSS322: Security and Cryptography. Sirindhorn International Institute of Technology Thammasat University CSS322. Number Theory.

Number Theory. CSS322: Security and Cryptography. Sirindhorn International Institute of Technology Thammasat University CSS322. Number Theory. CSS322: Security and Cryptography Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 29 December 2011 CSS322Y11S2L06, Steve/Courses/2011/S2/CSS322/Lectures/number.tex,

More information

1. Algebra 1.5. Polynomial Rings

1. Algebra 1.5. Polynomial Rings 1. ALGEBRA 19 1. Algebra 1.5. Polynomial Rings Lemma 1.5.1 Let R and S be rings with identity element. If R > 1 and S > 1, then R S contains zero divisors. Proof. The two elements (1, 0) and (0, 1) are

More information

REAL NUMBERS. Any positive integer a can be divided by another positive integer b in such a way that it leaves a remainder r that is smaller than b.

REAL NUMBERS. Any positive integer a can be divided by another positive integer b in such a way that it leaves a remainder r that is smaller than b. REAL NUMBERS Introduction Euclid s Division Algorithm Any positive integer a can be divided by another positive integer b in such a way that it leaves a remainder r that is smaller than b. Fundamental

More information

Mathematical Foundations of Cryptography

Mathematical Foundations of Cryptography Mathematical Foundations of Cryptography Cryptography is based on mathematics In this chapter we study finite fields, the basis of the Advanced Encryption Standard (AES) and elliptical curve cryptography

More information

Arithmetic Algorithms, Part 1

Arithmetic Algorithms, Part 1 Arithmetic Algorithms, Part 1 DPV Chapter 1 Jim Royer EECS January 18, 2019 Royer Arithmetic Algorithms, Part 1 1/ 15 Multiplication à la Français function multiply(a, b) // input: two n-bit integers a

More information

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24 Direct Proof MAT231 Transition to Higher Mathematics Fall 2014 MAT231 (Transition to Higher Math) Direct Proof Fall 2014 1 / 24 Outline 1 Overview of Proof 2 Theorems 3 Definitions 4 Direct Proof 5 Using

More information

3 The fundamentals: Algorithms, the integers, and matrices

3 The fundamentals: Algorithms, the integers, and matrices 3 The fundamentals: Algorithms, the integers, and matrices 3.4 The integers and division This section introduces the basics of number theory number theory is the part of mathematics involving integers

More information

ASSIGNMENT Use mathematical induction to show that the sum of the cubes of three consecutive non-negative integers is divisible by 9.

ASSIGNMENT Use mathematical induction to show that the sum of the cubes of three consecutive non-negative integers is divisible by 9. ASSIGNMENT 1 1. Use mathematical induction to show that the sum of the cubes of three consecutive non-negative integers is divisible by 9. 2. (i) If d a and d b, prove that d (a + b). (ii) More generally,

More information

Direct Proof Divisibility

Direct Proof Divisibility Direct Proof Divisibility Lecture 15 Section 4.3 Robb T. Koether Hampden-Sydney College Fri, Feb 8, 2013 Robb T. Koether (Hampden-Sydney College) Direct Proof Divisibility Fri, Feb 8, 2013 1 / 20 1 Divisibility

More information

Ch 4.2 Divisibility Properties

Ch 4.2 Divisibility Properties Ch 4.2 Divisibility Properties - Prime numbers and composite numbers - Procedure for determining whether or not a positive integer is a prime - GCF: procedure for finding gcf (Euclidean Algorithm) - Definition:

More information

Direct Proof Divisibility

Direct Proof Divisibility Direct Proof Divisibility Lecture 15 Section 4.3 Robb T. Koether Hampden-Sydney College Fri, Feb 7, 2014 Robb T. Koether (Hampden-Sydney College) Direct Proof Divisibility Fri, Feb 7, 2014 1 / 23 1 Divisibility

More information

Definition For a set F, a polynomial over F with variable x is of the form

Definition For a set F, a polynomial over F with variable x is of the form *6. Polynomials Definition For a set F, a polynomial over F with variable x is of the form a n x n + a n 1 x n 1 + a n 2 x n 2 +... + a 1 x + a 0, where a n, a n 1,..., a 1, a 0 F. The a i, 0 i n are the

More information

Elementary Number Theory MARUCO. Summer, 2018

Elementary Number Theory MARUCO. Summer, 2018 Elementary Number Theory MARUCO Summer, 2018 Problem Set #0 axiom, theorem, proof, Z, N. Axioms Make a list of axioms for the integers. Does your list adequately describe them? Can you make this list as

More information

#26: Number Theory, Part I: Divisibility

#26: Number Theory, Part I: Divisibility #26: Number Theory, Part I: Divisibility and Primality April 25, 2009 This week, we will spend some time studying the basics of number theory, which is essentially the study of the natural numbers (0,

More information

Quadratic and Polynomial Inequalities in one variable have look like the example below.

Quadratic and Polynomial Inequalities in one variable have look like the example below. Section 8 4: Polynomial Inequalities in One Variable Quadratic and Polynomial Inequalities in one variable have look like the example below. x 2 5x 6 0 (x 2) (x + 4) > 0 x 2 (x 3) > 0 (x 2) 2 (x + 4) 0

More information

Chapter 5.1: Induction

Chapter 5.1: Induction Chapter.1: Induction Monday, July 1 Fermat s Little Theorem Evaluate the following: 1. 1 (mod ) 1 ( ) 1 1 (mod ). (mod 7) ( ) 8 ) 1 8 1 (mod ). 77 (mod 19). 18 (mod 1) 77 ( 18 ) 1 1 (mod 19) 18 1 (mod

More information

Finite Fields. SOLUTIONS Network Coding - Prof. Frank H.P. Fitzek

Finite Fields. SOLUTIONS Network Coding - Prof. Frank H.P. Fitzek Finite Fields In practice most finite field applications e.g. cryptography and error correcting codes utilizes a specific type of finite fields, namely the binary extension fields. The following exercises

More information

CSE 311 Lecture 13: Primes and GCD. Emina Torlak and Kevin Zatloukal

CSE 311 Lecture 13: Primes and GCD. Emina Torlak and Kevin Zatloukal CSE 311 Lecture 13: Primes and GCD Emina Torlak and Kevin Zatloukal 1 Topics Modular arithmetic applications A quick wrap-up of Lecture 12. Primes Fundamental theorem of arithmetic, Euclid s theorem, factoring.

More information

Solutions of the problem of Erdös-Sierpiński:

Solutions of the problem of Erdös-Sierpiński: arxiv:0707.2190v1 [math.nt] 15 Jul 2007 Solutions of the problem of Erdös-Sierpiński: σ(n) = σ(n+1) Lourdes Benito lourdes.benito@estudiante.uam.es Abstract For n 1.5 10 10, we have found a total number

More information

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

3.4. ZEROS OF POLYNOMIAL FUNCTIONS 3.4. ZEROS OF POLYNOMIAL FUNCTIONS What You Should Learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions. Find rational zeros of polynomial functions. Find

More information

Q 1 Find the square root of 729. 6. Squares and Square Roots Q 2 Fill in the blank using the given pattern. 7 2 = 49 67 2 = 4489 667 2 = 444889 6667 2 = Q 3 Without adding find the sum of 1 + 3 + 5 + 7

More information

WORKSHEET MATH 215, FALL 15, WHYTE. We begin our course with the natural numbers:

WORKSHEET MATH 215, FALL 15, WHYTE. We begin our course with the natural numbers: WORKSHEET MATH 215, FALL 15, WHYTE We begin our course with the natural numbers: N = {1, 2, 3,...} which are a subset of the integers: Z = {..., 2, 1, 0, 1, 2, 3,... } We will assume familiarity with their

More information

Perfect Numbers and Perfect Polynomials: Motivating Concepts From Kindergarten to College

Perfect Numbers and Perfect Polynomials: Motivating Concepts From Kindergarten to College Perfect Numbers and Perfect Polynomials: Motivating Concepts From Kindergarten to College A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Mathematical Science in

More information

Chapter 2. Divisibility. 2.1 Common Divisors

Chapter 2. Divisibility. 2.1 Common Divisors Chapter 2 Divisibility 2.1 Common Divisors Definition 2.1.1. Let a and b be integers. A common divisor of a and b is any integer that divides both a and b. Suppose that a and b are not both zero. By Proposition

More information

Intermediate Math Circles February 26, 2014 Diophantine Equations I

Intermediate Math Circles February 26, 2014 Diophantine Equations I Intermediate Math Circles February 26, 2014 Diophantine Equations I 1. An introduction to Diophantine equations A Diophantine equation is a polynomial equation that is intended to be solved over the integers.

More information

Number Theory. Zachary Friggstad. Programming Club Meeting

Number Theory. Zachary Friggstad. Programming Club Meeting Number Theory Zachary Friggstad Programming Club Meeting Outline Factoring Sieve Multiplicative Functions Greatest Common Divisors Applications Chinese Remainder Theorem Throughout, problems to try are

More information

Elementary Number Theory

Elementary Number Theory Elementary Number Theory A revision by Jim Hefferon, St Michael s College, 2003-Dec of notes by W. Edwin Clark, University of South Florida, 2002-Dec L A TEX source compiled on January 5, 2004 by Jim Hefferon,

More information

Cool Results on Primes

Cool Results on Primes Cool Results on Primes LA Math Circle (Advanced) January 24, 2016 Recall that last week we learned an algorithm that seemed to magically spit out greatest common divisors, but we weren t quite sure why

More information

Simplifying Rational Expressions and Functions

Simplifying Rational Expressions and Functions Department of Mathematics Grossmont College October 15, 2012 Recall: The Number Types Definition The set of whole numbers, ={0, 1, 2, 3, 4,...} is the set of natural numbers unioned with zero, written

More information

NOTES ON SIMPLE NUMBER THEORY

NOTES ON SIMPLE NUMBER THEORY NOTES ON SIMPLE NUMBER THEORY DAMIEN PITMAN 1. Definitions & Theorems Definition: We say d divides m iff d is positive integer and m is an integer and there is an integer q such that m = dq. In this case,

More information

Solutions to Assignment 1

Solutions to Assignment 1 Solutions to Assignment 1 Question 1. [Exercises 1.1, # 6] Use the division algorithm to prove that every odd integer is either of the form 4k + 1 or of the form 4k + 3 for some integer k. For each positive

More information

Introduction to Information Security

Introduction to Information Security Introduction to Information Security Lecture 5: Number Theory 007. 6. Prof. Byoungcheon Lee sultan (at) joongbu. ac. kr Information and Communications University Contents 1. Number Theory Divisibility

More information

MONOALPHABETIC CIPHERS AND THEIR MATHEMATICS. CIS 400/628 Spring 2005 Introduction to Cryptography

MONOALPHABETIC CIPHERS AND THEIR MATHEMATICS. CIS 400/628 Spring 2005 Introduction to Cryptography MONOALPHABETIC CIPHERS AND THEIR MATHEMATICS CIS 400/628 Spring 2005 Introduction to Cryptography This is based on Chapter 1 of Lewand and Chapter 1 of Garrett. MONOALPHABETIC SUBSTITUTION CIPHERS These

More information

2x 1 7. A linear congruence in modular arithmetic is an equation of the form. Why is the solution a set of integers rather than a unique integer?

2x 1 7. A linear congruence in modular arithmetic is an equation of the form. Why is the solution a set of integers rather than a unique integer? Chapter 3: Theory of Modular Arithmetic 25 SECTION C Solving Linear Congruences By the end of this section you will be able to solve congruence equations determine the number of solutions find the multiplicative

More information

Notes on Systems of Linear Congruences

Notes on Systems of Linear Congruences MATH 324 Summer 2012 Elementary Number Theory Notes on Systems of Linear Congruences In this note we will discuss systems of linear congruences where the moduli are all different. Definition. Given the

More information

Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Spring 2006

Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Spring 2006 Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry Spring 2006 1 / 1 Computer Science & Engineering 235 Introduction to Discrete Mathematics Sections 2.4 2.6 of Rosen Introduction I When talking

More information

Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Solutions

Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Solutions Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers Solutions Warm-up Problems 1. What is a prime number? Give an example of an even prime number and an odd prime number. A prime number

More information

Introduction to Sets and Logic (MATH 1190)

Introduction to Sets and Logic (MATH 1190) Introduction to Sets and Logic () Instructor: Email: shenlili@yorku.ca Department of Mathematics and Statistics York University Nov 13, 2014 Quiz announcement The second quiz will be held on Thursday,

More information

4 Number Theory and Cryptography

4 Number Theory and Cryptography 4 Number Theory and Cryptography 4.1 Divisibility and Modular Arithmetic This section introduces the basics of number theory number theory is the part of mathematics involving integers and their properties.

More information

Integers and Division

Integers and Division Integers and Division Notations Z: set of integers N : set of natural numbers R: set of real numbers Z + : set of positive integers Some elements of number theory are needed in: Data structures, Random

More information

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties:

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: Byte multiplication 1 Field arithmetic A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: F is an abelian group under addition, meaning - F is closed under

More information

MATH 3030, Abstract Algebra FALL 2012 Toby Kenney Midyear Examination Friday 7th December: 7:00-10:00 PM

MATH 3030, Abstract Algebra FALL 2012 Toby Kenney Midyear Examination Friday 7th December: 7:00-10:00 PM MATH 3030, Abstract Algebra FALL 2012 Toby Kenney Midyear Examination Friday 7th December: 7:00-10:00 PM Basic Questions 1. Compute the factor group Z 3 Z 9 / (1, 6). The subgroup generated by (1, 6) is

More information

MATH 501 Discrete Mathematics. Lecture 6: Number theory. German University Cairo, Department of Media Engineering and Technology.

MATH 501 Discrete Mathematics. Lecture 6: Number theory. German University Cairo, Department of Media Engineering and Technology. MATH 501 Discrete Mathematics Lecture 6: Number theory Prof. Dr. Slim Abdennadher, slim.abdennadher@guc.edu.eg German University Cairo, Department of Media Engineering and Technology 1 Number theory Number

More information

Sect Introduction to Rational Expressions

Sect Introduction to Rational Expressions 127 Sect 7.1 - Introduction to Rational Expressions Concept #1 Definition of a Rational Expression. Recall that a rational number is any number that can be written as the ratio of two integers where the

More information

On Exponentially Perfect Numbers Relatively Prime to 15

On Exponentially Perfect Numbers Relatively Prime to 15 On Exponentially Perfect Numbers Relatively Prime to 15 by Joseph F. Kolenick Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Science in the Mathematics Program YOUNGSTOWN

More information

p = This is small enough that its primality is easily verified by trial division. A candidate prime above 1000 p of the form p U + 1 is

p = This is small enough that its primality is easily verified by trial division. A candidate prime above 1000 p of the form p U + 1 is LARGE PRIME NUMBERS 1. Fermat Pseudoprimes Fermat s Little Theorem states that for any positive integer n, if n is prime then b n % n = b for b = 1,..., n 1. In the other direction, all we can say is that

More information

Algorithms CMSC Basic algorithms in Number Theory: Euclid s algorithm and multiplicative inverse

Algorithms CMSC Basic algorithms in Number Theory: Euclid s algorithm and multiplicative inverse Algorithms CMSC-27200 Basic algorithms in Number Theory: Euclid s algorithm and multiplicative inverse Instructor: László Babai Last updated 02-14-2015. Z denotes the set of integers. All variables in

More information

Lagrange s polynomial

Lagrange s polynomial Lagrange s polynomial Nguyen Trung Tuan November 16, 2016 Abstract In this article, I will use Lagrange polynomial to solve some problems from Mathematical Olympiads. Contents 1 Lagrange s interpolation

More information

PREPARATION NOTES FOR NUMBER THEORY PRACTICE WED. OCT. 3,2012

PREPARATION NOTES FOR NUMBER THEORY PRACTICE WED. OCT. 3,2012 PREPARATION NOTES FOR NUMBER THEORY PRACTICE WED. OCT. 3,2012 0.1. Basic Num. Th. Techniques/Theorems/Terms. Modular arithmetic, Chinese Remainder Theorem, Little Fermat, Euler, Wilson, totient, Euclidean

More information

Sequences and Series. College Algebra

Sequences and Series. College Algebra Sequences and Series College Algebra Sequences A sequence is a function whose domain is the set of positive integers. A finite sequence is a sequence whose domain consists of only the first n positive

More information

Chapter 5. Number Theory. 5.1 Base b representations

Chapter 5. Number Theory. 5.1 Base b representations Chapter 5 Number Theory The material in this chapter offers a small glimpse of why a lot of facts that you ve probably nown and used for a long time are true. It also offers some exposure to generalization,

More information

AN EQUATION INVOLVING ARITHMETIC FUNCTIONS AND RIESEL NUMBERS

AN EQUATION INVOLVING ARITHMETIC FUNCTIONS AND RIESEL NUMBERS #A88 INTEGERS 18 (2018) AN EQUATION INVOLVING ARITHMETIC FUNCTIONS AND RIESEL NUMBERS Joshua Harrington Department of Mathematics, Cedar Crest College, Allentown, Pennsylvania joshua.harrington@cedarcrest.edu

More information

Construction of latin squares of prime order

Construction of latin squares of prime order Construction of latin squares of prime order Theorem. If p is prime, then there exist p 1 MOLS of order p. Construction: The elements in the latin square will be the elements of Z p, the integers modulo

More information

MATH 361: NUMBER THEORY FOURTH LECTURE

MATH 361: NUMBER THEORY FOURTH LECTURE MATH 361: NUMBER THEORY FOURTH LECTURE 1. Introduction Everybody knows that three hours after 10:00, the time is 1:00. That is, everybody is familiar with modular arithmetic, the usual arithmetic of the

More information