Theorem 6.30: A finite integral domain is a field.

Slides:



Advertisements
Similar presentations
1 Lect. 12: Number Theory. Contents Prime and Relative Prime Numbers Modular Arithmetic Fermat’s and Euler’s Theorem Extended Euclid’s Algorithm.
Advertisements

Finite Fields Rong-Jaye Chen. p2. Finite fields 1. Irreducible polynomial f(x)  K[x], f(x) has no proper divisors in K[x] Eg. f(x)=1+x+x 2 is irreducible.
Section 11 Direct Products and Finitely Generated Abelian Groups One purpose of this section is to show a way to use known groups as building blocks to.
Having Proofs for Incorrectness
Chapter 8 Introduction to Number Theory. Prime Numbers prime numbers only have divisors of 1 and self –they cannot be written as a product of other numbers.
Information and Coding Theory Finite fields. Juris Viksna, 2015.
Basic properties of the integers
Math 3121 Abstract Algebra I
Algebraic Structures: Group Theory II
Number Through a Group Theoretic Lens Hyman Bass University of Michigan Klein Project Session Mathfest Pittsburgh, August 7,
II. Linear Independence 1.Definition and Examples.
Complexity1 Pratt’s Theorem Proved. Complexity2 Introduction So far, we’ve reduced proving PRIMES  NP to proving a number theory claim. This is our next.
Discrete Structures Chapter 2 Part B Mathematical Induction
K. -C. Yang and J. -L. Lin National Tsing Hua University
CS555Spring 2012/Topic 61 Cryptography CS 555 Topic 6: Number Theory Basics.
Rings,Fields TS. Nguyễn Viết Đông Rings, Integral Domains and Fields, 2. Polynomial and Euclidean Rings 3. Quotient Rings 2.
MTH-376 Algebra Lecture 1. Instructor: Dr. Muhammad Fazeel Anwar Assistant Professor Department of Mathematics COMSATS Institute of Information Technology.
GROUPS & THEIR REPRESENTATIONS: a card shuffling approach Wayne Lawton Department of Mathematics National University of Singapore S ,
Math 3121 Abstract Algebra I Lecture 3 Sections 2-4: Binary Operations, Definition of Group.
1 Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown Chapter 4 – Finite Fields.
Information Security and Management 4. Finite Fields 8
External Direct Products (11/4) Definition. If G 1, G 2,..., G n are groups, then their external direct product G 1  G 2 ...  G n is simply the set.
CSCI 115 Chapter 5 Functions. CSCI 115 §5.1 Functions.
Prelude to Public-Key Cryptography Rocky K. C. Chang, February
Lagrange's Theorem. The most important single theorem in group theory. It helps answer: –How large is the symmetry group of a volleyball? A soccer ball?
SYMMETRIC CRYPTOSYSTEMS Symmetric Cryptosystems 20/10/2015 | pag. 2.
Order in the Integers Characterization of the Ring of Integers.
Basic Number Theory Divisibility Let a,b be integers with a≠0. if there exists an integer k such that b=ka, we say a divides b which is denoted by a|b.
6.6 Rings and fields Rings  Definition 21: A ring is an Abelian group [R, +] with an additional associative binary operation(denoted · such that.
Rational Numbers and Fields
Scott CH Huang COM5336 Cryptography Lecture 11 Euclidean Domains & Division Algorithm Scott CH Huang COM 5336 Cryptography Lecture 10.
Math 3121 Abstract Algebra I Lecture 5 Finish Sections 6 + Review: Cyclic Groups, Review.
Network and Computer Security (CS 475) Modular Arithmetic
Algebraic Structure in a Family of Nim-like Arrays Lowell Abrams The George Washington University Dena Cowen-Morton Xavier University TexPoint fonts used.
Great Theoretical Ideas in Computer Science.
Ref: Pfleeger96, Ch.31 Properties of Arithmetic Reference: Pfleeger, Charles P., Security in Computing, 2nd Edition, Prentice Hall, 1996.
 Example: [Z m ;+,*] is a field iff m is a prime number  [a] -1 =?  If GCD(a,n)=1,then there exist k and s, s.t. ak+ns=1, where k, s  Z.  ns=1-ak.
 Theorem 6.21: Let H be a subgroup of G. H is a normal subgroup of G iff g -1 hg  H for  g  G and h  H.  Proof: (1) H is a normal subgroup of G.
6.6 Rings and fields Rings  Definition 21: A ring is an Abelian group [R, +] with an additional associative binary operation (denoted ·) such that.
Multiplicative Group The multiplicative group of Z n includes every a, 0
Group A set G is called a group if it satisfies the following axioms. G 1 G is closed under a binary operation. G 2 The operation is associative. G 3 There.
Fuw-Yi Yang1 Textbook: Introduction to Cryptography 2nd ed. By J.A. Buchmann Chap 1 Integers Department of Computer Science and Information Engineering,
Math 3121 Abstract Algebra I
Discrete Math II Howon Kim
B504/I538: Introduction to Cryptography
Garis-garis Besar Perkuliahan
Topic 12: Number Theory Basics (2)
Great Theoretical Ideas in Computer Science
Prelude to Public-Key Cryptography
B.Sc. III Year Mr. Shrimangale G.W.
Math 3121 Abstract Algebra I
GROUPS & THEIR REPRESENTATIONS: a card shuffling approach
Applied Symbolic Computation (CS 300) Modular Arithmetic
Great Theoretical Ideas in Computer Science
Deciding Primality is in P
Applied Symbolic Computation (CS 300) Modular Arithmetic
Let H be a normal subgroup of G, and let G/H={Hg|gG}
Great Theoretical Ideas in Computer Science
Theorem 6.29: Any Field is an integral domain
Rings,Fields TS. Nguyễn Viết Đông.
Algebraic Structures: Group Theory
Divisibility and Modular Arithmetic
Applied Symbolic Computation (CS 300) Modular Arithmetic
Applied Symbolic Computation (CS 300) Modular Arithmetic
Definition 19: Let [H;. ] be a normal subgroup of the group [G;. ]
For g2G2, (n)(N), g1G1 s.t (g1)=g2 ? surjection homomorphism.
Mathematical Background for Cryptography
Applied Symbolic Computation (CS 300) Modular Arithmetic
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Cryptography Lecture 19.
Presentation transcript:

Theorem 6.30: A finite integral domain is a field. Example: [Zm;+,*] is a field iff m is a prime number Iintegral domain? [a]-1=? If GCD(a,n)=1,then there exist k and s, s.t. ak+ns=1, where k, sZ. ns=1-ak. [1]=[ak]=[a][k] [k]= [a]-1 Euclidean algorithm

Theorem 6.31(Fermat’s Little Theorem): if p is prime number, and GCD(a,p)=1, then ap-11 mod p Corollary 6.3: If p is prime number, aZ, then apa mod p

Definition 27: The characteristic of a ring R with 1 is the smallest nonzero number n such that 0 =1 + 1 + · · · + 1 (n times) if such an n exists; otherwise the characteristic is defined to be 0. We denoted by char(R). Theorem 6.32: Let p be the characteristic of a ring R with 1(e). Then following results hold. (1)For aR, pa=0. And if R is an integral domain, then p is the smallest nonzero number such that 0=la, where a0. (2)If R is an integral domain, then the characteristic is either 0 or a prime number.

6.6.3 Ring homomorphism Definition 28: An everywhere function  : R→S between two rings is a homomorphism if for all a, bR, (1)  (a + b) = (a) + (b), (2)  (ab) =  (a)  (b) An isomorphism is a bijective homomorphism. Two rings are isomorphic if there is an isomorphism between them. If : R→S is a ring homomorphism, then formula (1) implies that  is a group homomorphism between the groups [R; +] and [S; +’ ]. Hence it follows that  (0R) =0S and  (-a) = - (a) for all aR. where 0R and 0S denote the zero elements in R and S;

If : R→S is a ring homomorphism,  (1R) = 1S? No Theorem 6.33: Let R be an integral domain, and char(R)=p. The function :RR is given by (a)=ap for all aR. Then  is a homomorphism from R to R, and it is also one-to-one.

Exercise:P367 16,17,20 1. Determine whether the function : Z→Z given by f(n) =2n is a ring homomorphism.