NUMBER THEORY Chapter 1: The Integers. The Well-Ordering Property.

Slides:



Advertisements
Similar presentations
Euclidean Algorithm Applied Symbolic Computation CS 567 Jeremy Johnson.
Advertisements

Section 4.1: Primes, Factorization, and the Euclidean Algorithm Practice HW (not to hand in) From Barr Text p. 160 # 6, 7, 8, 11, 12, 13.
Thinking Mathematically
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides.
Thinking Mathematically
CSE 311 Foundations of Computing I Lecture 13 Number Theory Autumn 2012 CSE
Chapter Primes and Greatest Common Divisors ‒Primes ‒Greatest common divisors and least common multiples 1.
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.
Quotient-Remainder Theory, Div and Mod
Greatest Common Divisor. Definitions Let a and b be two non-zero integers. The greatest common divisor of a and b, denoted gcd(a,b) is the largest of.
UMass Lowell Computer Science Analysis of Algorithms Prof. Karen Daniels Fall, 2002 Tuesday, 26 November Number-Theoretic Algorithms Chapter 31.
Chapter 4 Properties of the integers: mathematical induction Yen-Liang Chen Dept of IM NCU.
Chapter II. THE INTEGERS
Mathematics of Cryptography Part I: Modular Arithmetic, Congruence,
Lecture 4 Discrete Mathematics Harper Langston. Algorithms Algorithm is step-by-step method for performing some action Cost of statements execution –Simple.
UMass Lowell Computer Science Analysis of Algorithms Prof. Karen Daniels Fall, 2001 Lecture 7 Tuesday, 11/6/01 Number-Theoretic Algorithms Chapter.
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
Number Theory – Introduction (1/22) Very general question: What is mathematics? Possible answer: The search for structure and patterns in the universe.
CSE 311 Foundations of Computing I Lecture 12 Primes, GCD, Modular Inverse Spring
CS555Spring 2012/Topic 61 Cryptography CS 555 Topic 6: Number Theory Basics.
BY MISS FARAH ADIBAH ADNAN IMK
Mathematics of Cryptography Part I: Modular Arithmetic, Congruence,
Divisibility October 8, Divisibility If a and b are integers and a  0, then the statement that a divides b means that there is an integer c such.
Chapter 3 Greek Number Theory The Role of Number Theory Polygonal, Prime and Perfect Numbers The Euclidean Algorithm Pell’s Equation The Chord and Tangent.
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.
Topic Real Numbers.
© by Kenneth H. Rosen, Discrete Mathematics & its Applications, Sixth Edition, Mc Graw-Hill, 2007 Chapter 3 (Part 3): The Fundamentals: Algorithms, the.
Module :MA3036NI Cryptography and Number Theory Lecture Week 7
Mathematics of Cryptography Modular Arithmetic, Congruence,
Introduction to Cryptography
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.
Rational Numbers and Fields
MAT 320 Spring 2008 Section 1.2.  Start with two integers for which you want to find the GCD. Apply the division algorithm, dividing the smaller number.
Scott CH Huang COM5336 Cryptography Lecture 11 Euclidean Domains & Division Algorithm Scott CH Huang COM 5336 Cryptography Lecture 10.
Notation Intro. Number Theory Online Cryptography Course Dan Boneh
Tuesday’s lecture: Today’s lecture: One-way permutations (OWPs)
Factor A factor of an integer is any integer that divides the given integer with no remainder.
Ref: Pfleeger96, Ch.31 Properties of Arithmetic Reference: Pfleeger, Charles P., Security in Computing, 2nd Edition, Prentice Hall, 1996.
Lecture 3.1: Public Key Cryptography I CS 436/636/736 Spring 2015 Nitesh Saxena.
Lecture 2-3 Basic Number Theory and Algebra. In modern cryptographic systems, the messages are represented by numerical values prior to being encrypted.
Part II – Theory and Computations. Major Ideas....
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen (5 th Edition) Chapter 2 The Fundamentals: Algorithms,
Chapter 4 With Question/Answer Animations 1. Chapter Summary Divisibility and Modular Arithmetic - Sec 4.1 – Lecture 16 Integer Representations and Algorithms.
Discrete Mathematics Chapter 2 The Fundamentals : Algorithms, the Integers, and Matrices. 大葉大學 資訊工程系 黃鈴玲.
Direct Proof and Counterexample III Part 2 Lecture 16 Section 3.3 Tue, Feb 13, 2007.
Agenda Review:  Relation Properties Lecture Content:  Divisor and Prime Number  Binary, Octal, Hexadecimal Review & Exercise.
Mathematical Background for Cryptography: Modular arithmetic and gcd
Chapter 5: Number Theory
Cryptology Design Fundamentals
Cryptology Design Fundamentals
CSE 311 Foundations of Computing I
MATH301- DISCRETE MATHEMATICS Copyright © Nahid Sultana Dr. Nahid Sultana Chapter 4: Number Theory and Cryptography.
Number Theory and Modular Arithmetic
Analytic Number Theory MTH 435
Applied Discrete Mathematics Week 4: Number Theory
NUMBER THEORY.
Direct Proof and Counterexample III
Topic 6: Number Theory Basics
Solve System by Linear Combination / Addition Method
The Extended Euclidean Algorithm (2/10)
Direct Proof and Counterexample III
CMSC 203, Section 0401 Discrete Structures Fall 2004 Matt Gaston
Miniconference on the Mathematics of Computation
Miniconference on the Mathematics of Computation
Factor A factor of an integer is any integer that divides the given integer with no remainder.
Number Theory.
Lecture 2-3 Basic Number Theory and Algebra
Sets, Combinatorics, Probability, and Number Theory
Presentation transcript:

NUMBER THEORY Chapter 1: The Integers

The Well-Ordering Property.

example Finite set – {1,2,3,4,5} – {2,4,6,7,15} – {101, 10001, , 11, 111} Infinite set – {1,3,5,7,9,11,…} – {1,1,2,3,5,8,13,21,34,…}

Divisibility.

divisors

Linear Combination

Exercise If 7| 21 and 7|49, suggest 3 more integers divisible by 7.

Division Algorithm

More exercise

More examples

More example

More examples

Prime Numbers

Lemma (?)

How many Primes?

GREATEST COMMON DIVISOR

Greatest Common Divisor

Example

Relatively Prime

Example No common factor other than 1.

Linear Combination

Bezout’s theorem If a and b are integers, then there are integers m and n such that ma+nb=(a,b).

Corollary a and b are relatively prime if and only if there is integers a and b, ma+nb=1.

Interesting result a and b are relatively prime if and only if there is integers a and b, ma+nb=1. (na, nb)=n (a,b)

More examples

EUCLIDEAN ALGORITHM Number Theory

Example

Extended Euclidean Algorithm

FUNDAMENTAL THEOREM OF ARITHMETIC Integers

Greatest Common Divisor

LINEAR DIOPHANTINE EQUATION Integers