Math Introduction to Advanced Mathematics

Similar documents
1 Elementary number theory

1 Elementary number theory

Know the Well-ordering principle: Any set of positive integers which has at least one element contains a smallest element.

Integers and Mathematical Induction

Algorithmic number theory Cryptographic hardness assumptions. Table of contents

Math 302 Introduction to Proofs via Number Theory. Robert Jewett (with small modifications by B. Ćurgus)

Discrete Mathematics Lecture 4. Harper Langston New York University

Chapter 4. Number Theory. 4.1 Factors and multiples

Number System. Introduction. Natural Numbers (N) Whole Numbers (W) Integers (Z) Prime Numbers (P) Face Value. Place Value

Introduction to Programming in C Department of Computer Science and Engineering\ Lecture No. #02 Introduction: GCD

Euclid's Algorithm. MA/CSSE 473 Day 06. Student Questions Odd Pie Fight Euclid's algorithm (if there is time) extended Euclid's algorithm

36 Modular Arithmetic

4&5 Binary Operations and Relations. The Integers. (part I)

Lecture 7 Number Theory Euiseong Seo

AXIOMS FOR THE INTEGERS

Lemma (x, y, z) is a Pythagorean triple iff (y, x, z) is a Pythagorean triple.

Computable Euclidean Domains

UCT Algorithm Circle: Number Theory

COP 4516: Math for Programming Contest Notes

CSE 20 DISCRETE MATH. Fall

2. Draw a non-isosceles triangle. Now make a template of this triangle out of cardstock or cardboard.

r=1 The Binomial Theorem. 4 MA095/98G Revision

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

9.5 Equivalence Relations

A Communications Network???

COMPSCI 230 Discrete Math Prime Numbers January 24, / 15

Introduction to Sets and Logic (MATH 1190)

CHAPTER 8. Copyright Cengage Learning. All rights reserved.

Interpretations and Models. Chapter Axiomatic Systems and Incidence Geometry

Problem. Prove that the square of any whole number n is a multiple of 4 or one more than a multiple of 4.

On Jeśmanowicz Conjecture Concerning Pythagorean Triples

Chapter 3: Theory of Modular Arithmetic 1. Chapter 3: Theory of Modular Arithmetic

Assertions & Verification & Example Loop Invariants Example Exam Questions

Ch 3.4 The Integers and Division

Pick s Theorem and Lattice Point Geometry

SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION

Assertions & Verification Example Exam Questions

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems

CSE 20 DISCRETE MATH. Winter

CMSC Honors Discrete Mathematics

Introduction to Modular Arithmetic

Chapter 1 An Introduction to Computer Science. INVITATION TO Computer Science 1

Star Decompositions of the Complete Split Graph

1 / 43. Today. Finish Euclid. Bijection/CRT/Isomorphism. Fermat s Little Theorem. Review for Midterm.

Discrete Math: Selected Homework Problems

Line Graphs and Circulants

Chapter Summary. Mathematical Induction Recursive Definitions Structural Induction Recursive Algorithms

Calculation of extended gcd by normalization

9/19/12. Why Study Discrete Math? What is discrete? Sets (Rosen, Chapter 2) can be described by discrete math TOPICS

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

ELEMENTARY NUMBER THEORY AND METHODS OF PROOF

Section 5.5. Greatest common factors

SPERNER S LEMMA MOOR XU

Section A Arithmetic ( 5) Exercise A

Modular Arithmetic. is just the set of remainders we can get when we divide integers by n

Definition MATH Benjamin V.C. Collins, James A. Swenson MATH 2730

CS 310 Advanced Data Structures and Algorithms

Today. Finish Euclid. Bijection/CRT/Isomorphism. Review for Midterm.

Digital Logic Design: a rigorous approach c

Excerpt from "Art of Problem Solving Volume 1: the Basics" 2014 AoPS Inc.

Topic 10 Part 2 [474 marks]

2. Sets. 2.1&2.2: Sets and Subsets. Combining Sets. c Dr Oksana Shatalov, Fall

Lecture Notes, CSE 232, Fall 2014 Semester

Definition. A Taylor series of a function f is said to represent function f, iff the error term converges to 0 for n going to infinity.

CPSC 121: Models of Computation Assignment #4, due Thursday, March 16 th,2017at16:00

CHAPTER TWO. . Therefore the oblong number n(n + 1) is double the triangular number T n. , and the summands are the triangular numbers T n 1 and T n.

Scan Scheduling Specification and Analysis

Solutions to the Second Midterm Exam

Unit 7 Number System and Bases. 7.1 Number System. 7.2 Binary Numbers. 7.3 Adding and Subtracting Binary Numbers. 7.4 Multiplying Binary Numbers

Binary Relations McGraw-Hill Education

CUT VERTICES IN ZERO-DIVISOR GRAPHS OF FINITE COMMUTATIVE RINGS

MITOCW watch?v=kvtlwgctwn4

Mathematics. Jaehyun Park. CS 97SI Stanford University. June 29, 2015

Content Development for Distance Education in Advanced University Mathematics Using Mizar

Discrete Mathematics SECOND EDITION OXFORD UNIVERSITY PRESS. Norman L. Biggs. Professor of Mathematics London School of Economics University of London

Conditionals !

The Further Mathematics Support Programme

A.1 Numbers, Sets and Arithmetic

One of the most important areas where quantifier logic is used is formal specification of computer programs.

COMPUTER SCIENCE TRIPOS

Math 55 - Spring 04 - Lecture notes # 1 - Jan 20 (Tuesday)

Ramsey s Theorem on Graphs

Math 126 Number Theory

1.1 - Introduction to Sets

Primes and Codes. Dr Bill Lionheart, Department of Mathematics, UMIST. October 4, 2001

Prepared by Sa diyya Hendrickson. Package Summary

Lectures on Order and Topology

Hashing. Yufei Tao. Department of Computer Science and Engineering Chinese University of Hong Kong

Lecture 1. 1 Notation

CSC Discrete Math I, Spring Sets

Test 1, Spring 2013 ( Solutions): Provided by Jeff Collins and Anil Patel. 1. Axioms for a finite AFFINE plane of order n.

Connecting Statements. Today. First there was logic jumping forward.. ..and then proofs and then induction...

Heron Quadrilaterals with Sides in Arithmetic or Geometric Progression

Unit 1 Geometric Fundamentals

The statement implies that any three intersection points of two distinct planes lie on a line.

CS 97SI: INTRODUCTION TO PROGRAMMING CONTESTS. Jaehyun Park

Odd-Numbered Answers to Exercise Set 1.1: Numbers

Uncharted Territory of Zero Divisor Graphs and Their Complements

DISCRETE MATHEMATICS

Chapter 18 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal.

Transcription:

Math 215 - Introduction to Advanced Mathematics Number Theory Fall 2017 The following introductory guide to number theory is borrowed from Drew Shulman and is used in a couple of other Math 215 classes. Over the next 2-3 weeks our goal as a class is to prove all of the propositions, lemmas, and theorems listed here simply by using the definitions provided. All of these should be thought of as your current problem set for this part of the course. I will take all 5 quiz-exam questions directly from this guide. Assumptions: For these problems, we assume the existence of the set of natural numbers N = {1, 2, 3,...} and the set of integers Z = {..., 2, 1, 0, 1, 2,...}. We also assume the following basic properties: If a, b are integers, then a + b, a b, and ab are integers. If a, b are natural numbers, then a + b and ab are natural numbers. If a, b are integers, then exactly one of the following is true: a < b, b < a, or a = b. The operations addition and multiplication on the integers are associative, commutative, and distributive. Definition 1 Let a, b be integers. We say that a divides b if there exists an integer k such that ak = b. If a divides b, we write a b. Remark 2 If a divides b, we can also say that a is a divisor of b, or that b is a multiple of a. Proposition 3 Let a, b, c be integers. If a b and a c, then a (b + c). Proposition 4 Let a, b, c be integers. If a b and a c, then a (b c). Conjecture 5 Let a, b, c be integers. If a (b + c), then a b and a c. Proposition 6 Let a, b, c be integers. If a b and a c, then a bc. Proposition 7 Let a, b, c be integers. If a b, then a bc. Proposition 8 Let a, b, c be integers. If a b and b c, then a c. Proposition 9 If n is an integer, then n 0. 1

Corollary 10 If n and a are integers, then n (a a). Proposition 11 Let n, a, b be integers. If n (a b), then n (b a). Proposition 12 Let n, a, b, c be integers. If n (a b) and n (b c), then n (a c). Definition 13 Let a, b be integers and n a natural number. If n (a b), then we say that a is congruent to b modulo n and write a b mod n. Remark 14 Consider two statements P and Q. We write P if and only if Q to mean the combination of the statements If P, then Q AND If Q, then P. Proposition 15 Let a be an integer and n a natural number. n a if and only if a 0 mod n. Note: In the above proposition, the statement P is n a and the statement Q is a 0 mod n. Proposition 16 Let a be an integer and n a natural number. Then a a mod n. Proposition 17 Let a, b be integers and n a natural number. If a b mod n, then b a mod n. Proposition 18 Let a, b, c be integers and n a natural number. If a b mod n and b c mod n, then a c mod n. Proposition 19 Let a, b, c, d be integers and n a natural number. d mod n, then a + c b + d mod n. Proposition 20 Let a, b, c, d be integers and n a natural number. d mod n, then a c b d mod n. Proposition 21 Let a, b, c, d be integers and n a natural number. d mod n, then ac bd mod n. Notation 22 If a does not divide b, we notate this by a b. Proposition 23 2 1 Proposition 24 Let a, b be natural numbers. If a > b, then a b. Definition 25 Let S be a set of integers and let l be an element of S. We say that l is a least element of S if l s for every s in S. Proposition 26 Let S be a set of integers and assume that l is a least element of S. If l is some other least element of S, then l = l. Note: Proposition 26 says that the least element of a set (if it exists) is unique. Conjecture 27 Every non-empty set of integers has a least element.

Axiom 28 If S is a non-empty set of non-negative integers, then S has a least element. Note: An axiom is something we assume to be true without proof. Challenge 29 Let a be an integer and n a natural number. Show that there exists a unique integer r such that a r mod n and 0 r < n. Hints: Consider the set S = {a kn : k is an integer and a kn 0}. Show that S only contains non-negative integers and is non-empty. Use Axiom 28 to find the smallest element of S and call it r. Show that a r mod n and explain why 0 r < n. Question 30 Why have we labeled the unique integer in Challenge 29 with the letter r? What does this number represent? Remark 31 Let a be an integer and n a natural number. Let r be the unique integer as in Challenge 29. Define the (unique) integer q by the formula a = nq + r. (Why have we chosen to use the letter q?) Given the integer a and the natural number n, finding the unique integers q, r such that a = nq + r where 0 r < n is called the division algorithm. Proposition 32 Let a, b be integers and n a natural number. If a b mod n, then a 2 b 2 mod n. Proposition 33 Let a, b be integers and n a natural number. If a b mod n, then a 3 b 3 mod n. Proposition 34 Let a, b be integers and n a natural number. If a b mod n, then a k b k mod n for every natural number k. Problem 35 For the following pairs of integers a and n, find q and r in the division algorithm. a = 5, n = 2 a = 72, n = 5 a = 94, n = 100 a = 7814, n = 1124 Definition 36 Let a and b be positive integers and d an integer such that d a and d b. Then we say that d is a common divisor of a and b. Definition 37 Let a and b be integers such that not both of a and b are zero. We say an integer d is a greatest common divisor of a and b if the following two statements are true: 1. d a and d b; and 2. if c is any integer such that c a and c b, then c d. Proposition 38 Let a and b be integers such that not both are zero. Let D = {am + bn : m and n are integers, and am + bn > 0}. Then the following statements are true:

1. D is a non-empty set of positive integers. 2. D has a least element. Call that least element d. 3. There exists integers x and y such that d = ax + by. 4. d a and d b. [Hint: Use the division algorithm.] 5. If c is any integer such that c a and c b, then c d. 6. If c is any integer such that c a and c b, then c d. 7. d is a greatest common divisor of a and b. 8. The greatest common divisor is unique. Notation 39 The greatest common divisor of a and b is denoted gcd(a, b). Lemma 40 Let a, b be natural numbers, and let r be the unique integer as defined by a = bq +r where 0 r < b. If d is a natural number, then d a and d b if and only if d b and d r. Proposition 41 Let a, b be natural numbers, and let r be the unique integer as defined by a = bq + r where 0 r < b. Then gcd(a, b) = gcd(b, r). Proposition 42 Let a be a natural number. Then gcd(a, 0) = a. Problem 43 Using the previous two propositions, find the greatest common divisor of the following pairs of natural numbers. gcd(7, 2) gcd(52, 16) gcd(1492, 2014) gcd(528740, 615846) Remark 44 The process of finding the greatest common divisor of two natural numbers using the previous two propositions is referred to as the Euclidean Algorithm. Problem 45 For each part, find integers m, n such that gcd(a, b) = am + bn. gcd(7, 2) gcd(52, 16) gcd(1492, 2014) gcd(528740, 615846) Definition 46 Two integers a and b are called relatively prime (or coprime) if gcd(a, b) = 1.

Proposition 47 Two integers a and b are relatively prime if and only if there exists integers m, n such that am + bn = 1. Proposition 48 Let a, b be relatively prime integers. If a c and b c, then ab c. If a bc, then a c. Definition 49 An integer p > 1 is prime if the only positive divisors of p are 1 and p. Proposition 50 Let p be a prime, and let a be an integer. Then either p a or p and a are relatively prime. Proposition 51 Let p be a prime, and let a, b be integers. If p ab, then p a or p b. Corollary 52 If p is prime, and p a 1 a 2 a k 1 a k, then p a i for some i = 1, 2,..., k. Theorem 53 (Fundamental Theorem of Arithmetic) Let n be an integer greater than 1. Then n = p e 1 1 pe k k where the primes p 1 < p 2 < < p k are distinct and the exponents e i are positive integers. This prime-factorization is unique. Theorem 54 (Euclid s Theorem) There are infinitely many primes. Hint: There are MANY proofs that there are an infinite number of primes, but Euclid s proof is the most beautiful (it is short and sweet). It is perhaps the prettiest proof in all of mathematics. To arrive at a contradiction, assume that there are only finitely many primes. Call those primes p 1, p 2,..., p k, and consider the integer n = p 1 p 2 p k + 1.