Chapter 4: Elementary Number Theory and Methods of Proof

Slides:



Advertisements
Similar presentations
Division & Divisibility. a divides b if a is not zero there is a m such that a.m = b a is a factor of b b is a multiple of a a|b Division.
Advertisements

Mod arithmetic.
Discrete Mathematics Lecture 3
Chapter 3 Elementary Number Theory and Methods of Proof.
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Math 191: Mathematics and Geometry for Designers Lecture Notes Based on The Book Mathematics in Our World by Allan G. Bluman.
– Alfred North Whitehead,
Basic properties of the integers
Proof Must Have Statement of what is to be proven.
The essential quality of a proof is to compel belief.
October 1, 2009Theory of Computation Lecture 8: Primitive Recursive Functions IV 1 Primitive Recursive Predicates Theorem 6.1: Let C be a PRC class. If.
Properties of the Integers: Mathematical Induction
Fall 2002CMSC Discrete Structures1 Let us get into… Number Theory.
Homework Review notes Complete Worksheet #2. Homework State whether the conditional sentence is true or false 1.If 1 = 0, then 1 = – 1 True F F T.
DISCRETE MATHEMATICS I LECTURES CHAPTER 4 Dr. Adam Anthony Spring 2011 Some material adapted from lecture notes provided by Dr. Chungsim Han and Dr. Sam.
9/2/2015Discrete Structures1 Let us get into… Number Theory.
Slide 5-1 Copyright © 2005 Pearson Education, Inc. SEVENTH EDITION and EXPANDED SEVENTH EDITION.
Chapter 4: Elementary Number Theory and Methods of Proof 4.2 Direct Proof and Counter Example II: Rational Numbers 1 Such, then, is the whole art of convincing.
(CSC 102) Discrete Structures Lecture 10.
Chapter 2 Working with Real Numbers. 2-1 Basic Assumptions.
Chapter 3 Elementary Number Theory and Methods of Proof.
Copyright © Cengage Learning. All rights reserved. Roots, Radical Expressions, and Radical Equations 8.
Copyright © Curt Hill Divisibility and Modular Arithmetic A Topic in Number Theory.
Chapter 3 Elementary Number Theory and Methods of Proof.
Copyright © Zeph Grunschlag, Basic Number Theory Zeph Grunschlag.
Copyright © 2009 Pearson Education, Inc. Chapter 5 Section 1 - Slide 1 Chapter 1 Number Theory and the Real Number System.
Chapter Integers and Algorithms Representations of integers
UNIT 2 – QUADRATIC, POLYNOMIAL, AND RADICAL EQUATIONS AND INEQUALITIES Chapter 6 – Polynomial Functions 6.7 – The Remainder and Factor Theorems.
1.3 Exploring Real Numbers Textbook pg 17. Terminology Natural Numbers: {1, 2, 3, 4, 5, 6,…} Whole Numbers: {0, 1, 2, 3, 4, 5,…} Integers: {…,-3, -2,
Week 3 - Friday.  What did we talk about last time?  Proving universal statements  Disproving existential statements  Rational numbers  Proof formatting.
Objectives: Be able to identify the properties of logarithms.
1. 2 Polynomial Function A polynomial function is a function of the form where n is a nonnegative integer and each a i (i = 0,1,…, n) is a real number.
quotient is x + 6 and remainder is quotient is x.
Slide Copyright © 2009 Pearson Education, Inc. Unit 1 Number Theory MM-150 SURVEY OF MATHEMATICS – Jody Harris.
Copyright © Cengage Learning. All rights reserved. CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF ELEMENTARY NUMBER THEORY AND METHODS OF PROOF.
Week 4 - Monday.  What did we talk about last time?  Rational numbers.
Week 3 - Friday.  What did we talk about last time?  Proving existential statements  Disproving universal statements  Proving universal statements.
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:"
Divisibility and Modular Arithmetic
 A radical expression is an expression with a square root  A radicand is the expression under the square root sign  We can NEVER have a radical in the.
Chapter 4 With Question/Answer Animations 1. Chapter Motivation Number theory is the part of mathematics devoted to the study of the integers and their.
Number Theory Lecture 1 Text book: Discrete Mathematics and its Applications, 7 th Edition.
Slide Copyright © 2009 Pearson Education, Inc. Slide Copyright © 2009 Pearson Education, Inc. Chapter 1 Number Theory and the Real Number System.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 5 Number Theory and the Real Number System.
Chapter R Section 7: Radical Notation and Rational Exponents
§ 1.2 Symbols and Sets of Numbers. Martin-Gay, Beginning and Intermediate Algebra, 4ed 22 Set of Numbers Natural numbers – {1, 2, 3, 4, 5, 6...} Whole.
Dr Nazir A. Zafar Advanced Algorithms Analysis and Design Advanced Algorithms Analysis and Design By Dr. Nazir Ahmad Zafar.
Number Theory. Introduction to Number Theory Number theory is about integers and their properties. We will start with the basic principles of divisibility,
Direct Proof and Counterexample IV: Division into Cases and the Quotient-Remainder Theorem For each of the following values of n and d, find integers q.
Number Theory and the Real Number System
Number Theory and Cryptography
ELEMENTARY NUMBER THEORY AND METHODS OF PROOF
Direct Proof and Counterexample V: Floor and Ceiling
Copyright © Cengage Learning. All rights reserved.
Direct Proof and Counterexample IV
Number Theory and the Real Number System
Multiplying and Dividing Integers
More Maths Programming Guides.
Chapter One Basic Concepts
Copyright © Cengage Learning. All rights reserved.
Elementary Number Theory & Proofs
CMSC 203, Section 0401 Discrete Structures Fall 2004 Matt Gaston
Copyright © Zeph Grunschlag,
Direct Proof and Counterexample IV
Chapter Sections 1.1 – Study Skills for Success in Mathematics
Quotient-Remainder Theorem
Lecture 5 Number Theory & Proof Methods
Clements MAΘ October 30th, 2014
Agenda Proofs (Konsep Pembuktian) Direct Proofs & Counterexamples
Number Theory: Prime & Composite Numbers
Presentation transcript:

Chapter 4: Elementary Number Theory and Methods of Proof Discrete Structures Chapter 4: Elementary Number Theory and Methods of Proof 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem Be especially critical of any statement following the word “obviously”. – Anna Pell Wheeler, 1883-1966 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Theorem 4.4.1 – The Quotient-Remainder Theorem Given any integer n and positive integer d,  unique integers q and r s.t. n = dq + r and 0  r < d 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Definitions Given an integer n and a positive integer d, n div d = the integer quotient obtained when n is divided by d. n mod d = the nonnegative integer remainder obtained when n is divided by d. Symbolically, if n and d are integers and d > 0, then n div d = q and n mod d = r  n = dq + r Where q and r are integers and 0  r < d. 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Example – pg. 189 # 8 & 9 Evaluate the expressions. a. 50 div 7 b. 50 mod 7 a. 28 div 5 b. 28 mod 5 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Theorems Theorem 4.4.2 – The Parity Property Any two consecutive integers have opposite parity. Theorem 4.4.3 The square of any odd integer has the form 8m + 1 for some integer m. 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Definition For any real number x, the absolute value of x, is denoted |x|, is defined as follows: 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Lemmas Lemma 4.4.4 For all real numbers r, -|r|  r  |r| Lemma 4.4.5 Lemma 4.4.6 – The Triangle Inequality For all real numbers x and y, |x + y|  |x| + |y| 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Example – pg. 189 # 24 Prove that for all integers m and n, if m mod 5 = 2 and n mod 5 = 1, then mn mod 5 = 2. 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Example – pg. 190 #36 Prove the following statement. The product of any four consecutive integers is divisible by 8. 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Example – pg. 190 #42 Prove the following statement. Every prime number except 2 and 3 has the form 6q + 1 or 6q + 5 for some integer q. 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Example – pg. 190 #45 Prove the following statement. For all real numbers r and c with c  0, if -c  r  c, then |r|  c. 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem

Example – pg. 190 # 49 If m, n, and d are integers, d > 0, and m mod d = n mod d, does it necessarily follow that m = n? That m – n is divisible by d? Prove your answers. 4.4 Direct Proof and Counter Example IV: Division into Cases and the Quotient Remainder Theorem