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.

Slides:



Advertisements
Similar presentations
The Fundamental Theorem of Arithmetic. Primes p > 1 is prime if the only positive factors are 1 and p if p is not prime it is composite The Fundamental.
Advertisements

Chapter 3 Elementary Number Theory and Methods of Proof.
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.
Number Theory and the Real Number System
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides.
Thinking Mathematically
1 Section 2.4 The Integers and Division. 2 Number Theory Branch of mathematics that includes (among other things): –divisibility –greatest common divisor.
5 Minute Check Complete in your notebook.
Chapter Primes and Greatest Common Divisors ‒Primes ‒Greatest common divisors and least common multiples 1.
Basic properties of the integers
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.
Chapter II. THE INTEGERS
Fundamental Theorem of Arithmetic. Euclid's Lemma If p is a prime that divides ab, then p divides a or p divides b.
Properties of the Integers: Mathematical Induction
CSE 311 Foundations of Computing I Lecture 12 Primes, GCD, Modular Inverse Spring
Fall 2002CMSC Discrete Structures1 Let us get into… Number Theory.
Chapter Number Theory 4 4 Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
BY MISS FARAH ADIBAH ADNAN IMK
The Integers and Division
A number that divides evenly into a larger number without a remainder Factor- Lesson 7 - Attachment A.
Chapter 2 The Fundamentals: Algorithms, the Integers, and Matrices
1 Properties of Integers Objectives At the end of this unit, students should be able to: State the division algorithm Apply the division algorithm Find.
Copyright © 2012, 2009, 2005, 2002 Pearson Education, Inc. Chapter 2 Fractions.
Numbers, Operations, and Quantitative Reasoning.
Numbers MST101. Number Types 1.Counting Numbers (natural numbers) 2.Whole Numbers 3.Fractions – represented by a pair of whole numbers a/b where b ≠ 0.
Factors and Multiples. Definition of Factors and Multiples If one number is a factor of a second number or divides the second (as 3 is a factor of 12),
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.
Whole Number Arithmetic Factors and Primes. Exercise 5 - Oral examples { factors of 15 } { factors of 32 } { factors of 27 } { factors of 28 } (1, 3,
Copyright © 2009 Pearson Education, Inc. Chapter 5 Section 1 - Slide 1 Chapter 1 Number Theory and the Real Number System.
Math 409/409G History of Mathematics Books VII – IX of the Elements Part 3: Prime Numbers.
Questions on Direct Products (11/6) How many elements does D 4  Z 4 have? A. 4B. 8C. 16D. 32E. 64 What is the largest order of an element in D 4  Z 4.
Slide Copyright © 2009 Pearson Education, Inc. Unit 1 Number Theory MM-150 SURVEY OF MATHEMATICS – Jody Harris.
Factor A factor of an integer is any integer that divides the given integer with no remainder.
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.
Slide Copyright © 2009 Pearson Education, Inc. 5.1 Number Theory.
Factors, Prime Numbers & Composite Numbers. Definition Product – An answer to a multiplication problem. Product – An answer to a multiplication problem.
Prime Numbers and composite numbers
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen (5 th Edition) Chapter 2 The Fundamentals: Algorithms,
All About Division. Definition / A nonzero integer t is a divisor of an integer s if there is an integer u such that s = tu. / If t is a divisor of s,
Ch04-Number Theory and Cryptography 1. Introduction to Number Theory Number theory is about integers and their properties. We will start with the basic.
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.
Number Theory: Prime and Composite Numbers
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.
FACTOR Definition: A number that divides evenly into another number Clue: Factors of 6 are 1, 2, 3, 6.
Number Theory. Introduction to Number Theory Number theory is about integers and their properties. We will start with the basic principles of divisibility,
Number Theory and the Real Number System
Chapter 5: Number Theory
Copyright © 2016, 2013, and 2010, Pearson Education, Inc.
Thinking Critically 4.1 Divisibility Of Natural Numbers
Exercise 24 ÷ 2 12.
Prime Factorization Prime factorization is the long string of factors that is made up of all prime numbers.
Applied Discrete Mathematics Week 4: Number Theory
Number Theory and the Real Number System
Discrete Math for CS CMPSC 360 LECTURE 4 Last time and recitations:
A number that divides evenly into a larger number without a remainder
Direct Proof and Counterexample III
Fundamental Theorem of Arithmetic
Direct Proof and Counterexample III
Copyright © Cengage Learning. All rights reserved.
Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
DISCRETE COMPUTATIONAL STRUCTURES
Applied Discrete Mathematics Week 10: Introduction to Counting
PRIME AND COMPOSITE NUMBERS
Factor A factor of an integer is any integer that divides the given integer with no remainder.
Number Theory.
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.
Presentation transcript:

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 and itself. Otherwise it is called composite. Lemma. If a prime number p divides the product a b of two integers, then p divides a or p divides b (or both) Note that the condition on p that it be prime is necessary. For example, 6 | (10)(15), but 6  10 and 6  15. The proof of this lemma uses the EEA! If p | a were done, so suppose p  a. Hence p and a must be relatively (why?). Now apply the EEA to p and a and proceed.

The Theorem The Fundamental Theorem of Arithmetic. Every number greater than 1 can be written uniquely as a product of prime numbers. Note: This says two things: 1. Every number above 1 can be so written, and 2. the representation is unique (up to the order of the factors). Note: We normally write the factorization in order of smallest prime to largest prime, and we also gather multiple occurrences of any single prime into one occurrence with an exponent. Example: 5600 = 2  2  2  2  2  5  5  7 = 2 5  5 2  7

Proof of the Theorem The proof of existence is by induction. Discuss. The proof of uniqueness is by the Lemma on the first slide, which is due to the EEA. For Friday, read Chapter 7 and do Exercises 7.1 and 7.3.