Congruences and Residue Class Rings

Similar documents
Basic Algorithms in Number Theory

Public-key Cryptography: Theory and Practice

A. Algebra and Number Theory

Chapter 5. Modular arithmetic. 5.1 The modular ring

Mathematics for Cryptography

LECTURE NOTES IN CRYPTOGRAPHY

1. Algebra 1.5. Polynomial Rings

Finite Fields. Mike Reiter

I216e Discrete Math (for Review)

ALGEBRA I (LECTURE NOTES 2017/2018) LECTURE 9 - CYCLIC GROUPS AND EULER S FUNCTION

Algebraic algorithms

Math 120 HW 9 Solutions

Mathematical Foundations of Cryptography

Summary Slides for MATH 342 June 25, 2018

D-MATH Algebra II FS18 Prof. Marc Burger. Solution 26. Cyclotomic extensions.

Chapter 3. Rings. The basic commutative rings in mathematics are the integers Z, the. Examples

1. multiplication is commutative and associative;

Discrete Logarithms. Let s begin by recalling the definitions and a theorem. Let m be a given modulus. Then the finite set

Chapter 4 Finite Fields

Part IA Numbers and Sets

8 Appendix: Polynomial Rings

Basic elements of number theory

Basic elements of number theory

Introduction to Information Security

Course 2BA1: Trinity 2006 Section 9: Introduction to Number Theory and Cryptography

0 Sets and Induction. Sets

Factorization in Polynomial Rings

CS 5319 Advanced Discrete Structure. Lecture 9: Introduction to Number Theory II

RINGS: SUMMARY OF MATERIAL

Applied Cryptography and Computer Security CSE 664 Spring 2018

Finite Fields. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay

Lecture notes: Algorithms for integers, polynomials (Thorsten Theobald)

Algebraic structures I

NONLINEAR CONGRUENCES IN THE THEORY OF NUMBERS

2 ALGEBRA II. Contents

D-MATH Algebra I HS 2013 Prof. Brent Doran. Exercise 11. Rings: definitions, units, zero divisors, polynomial rings

2. THE EUCLIDEAN ALGORITHM More ring essentials

Groups, Rings, and Finite Fields. Andreas Klappenecker. September 12, 2002

MATH 361: NUMBER THEORY TENTH LECTURE

Groups in Cryptography. Çetin Kaya Koç Winter / 13

Math Introduction to Modern Algebra

Course MA2C02, Hilary Term 2013 Section 9: Introduction to Number Theory and Cryptography

K. Ireland, M. Rosen A Classical Introduction to Modern Number Theory, Springer.

Chapter 1 : The language of mathematics.

Number Theory and Group Theoryfor Public-Key Cryptography

Introduction to Number Theory 1. c Eli Biham - December 13, Introduction to Number Theory 1

Algebra Exam Fall Alexander J. Wertheim Last Updated: October 26, Groups Problem Problem Problem 3...

MATH 433 Applied Algebra Lecture 4: Modular arithmetic (continued). Linear congruences.

ECEN 5022 Cryptography

NOTES ON FINITE FIELDS

Math 2070BC Term 2 Weeks 1 13 Lecture Notes

Finite Fields. Sophie Huczynska (with changes by Max Neunhöffer) Semester 2, Academic Year 2012/13

The Chinese Remainder Theorem

A SURVEY OF PRIMALITY TESTS

CHAPTER 6. Prime Numbers. Definition and Fundamental Results

Notes 6: Polynomials in One Variable

MATH 3030, Abstract Algebra FALL 2012 Toby Kenney Midyear Examination Friday 7th December: 7:00-10:00 PM

Theory of Numbers Problems

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties:

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations

1 Structure of Finite Fields

COMMUTATIVE RINGS. Definition 3: A domain is a commutative ring R that satisfies the cancellation law for multiplication:

CHAPTER I. Rings. Definition A ring R is a set with two binary operations, addition + and

Notes on Systems of Linear Congruences

Discrete Mathematics with Applications MATH236

4 Powers of an Element; Cyclic Groups

Basic Algorithms in Number Theory

Chapter 4 Mathematics of Cryptography

Course 311: Michaelmas Term 2005 Part III: Topics in Commutative Algebra

Foundations of Cryptography

Number Theory Proof Portfolio

NUMBER THEORY. Anwitaman DATTA SCSE, NTU Singapore CX4024. CRYPTOGRAPHY & NETWORK SECURITY 2018, Anwitaman DATTA

Course 2316 Sample Paper 1

= 1 2x. x 2 a ) 0 (mod p n ), (x 2 + 2a + a2. x a ) 2

This exam contains 5 pages (including this cover page) and 4 questions. The total number of points is 100. Grade Table

CYCLOTOMIC POLYNOMIALS

Finite Fields and Error-Correcting Codes

Basic Algebra and Number Theory. Nicolas T. Courtois - University College of London

The group (Z/nZ) February 17, In these notes we figure out the structure of the unit group (Z/nZ) where n > 1 is an integer.

CYCLOTOMIC POLYNOMIALS

Finite Fields. Sophie Huczynska. Semester 2, Academic Year

Background Material in Algebra and Number Theory. Groups

(Rgs) Rings Math 683L (Summer 2003)

Section III.6. Factorization in Polynomial Rings

Part IA. Numbers and Sets. Year

COMPUTER ARITHMETIC. 13/05/2010 cryptography - math background pp. 1 / 162

MATH 25 CLASS 21 NOTES, NOV Contents. 2. Subgroups 2 3. Isomorphisms 4

Euler s, Fermat s and Wilson s Theorems

Algebra Review. Instructor: Laszlo Babai Notes by Vincent Lucarelli and the instructor. June 15, 2001

A Generalization of Wilson s Theorem

Elementary Number Theory Review. Franz Luef

MATH 361: NUMBER THEORY FOURTH LECTURE

2.3 In modular arithmetic, all arithmetic operations are performed modulo some integer.

Name: Solutions Final Exam

Part II. Number Theory. Year

Abstract Algebra, Second Edition, by John A. Beachy and William D. Blair. Corrections and clarifications

The Chinese Remainder Theorem

3 The fundamentals: Algorithms, the integers, and matrices

Fast Polynomial Multiplication

Elementary Algebra Chinese Remainder Theorem Euclidean Algorithm

Transcription:

Congruences and Residue Class Rings (Chapter 2 of J. A. Buchmann, Introduction to Cryptography, 2nd Ed., 2004) Shoichi Hirose Faculty of Engineering, University of Fukui S. Hirose (U. Fukui) Congruences and Residue Class Rings 1 / 44

Congruences Definition (2.1.1) a is congruent to b modulo m if m b a. Definition (Equivalence relation) a b (mod m). Let S be a non-empty set. A relation is an equivalence relation on S if it satisfies reflexivity a a for a S. symmetry a b b a for a, b S. transitivity a b b c a c for a, b, c S. S. Hirose (U. Fukui) Congruences and Residue Class Rings 2 / 44

Congruences Lemma (2.1.3) The followings are equivalent 1 a b (mod m), 2 There exists k Z s.t. b = a + k m, 3 a mod m = b mod m. Residue class of a modulo m {b b a (mod m)} = a + mz It is an equivalence class. Z/mZ is the set of residue classes mod m. It has m elements. Z/mZ = {0 + mz, 1 + mz, 2 + mz,..., (m 1) + mz} A set of representatives for Z/mZ is a set of integers containing exactly one element of each residue class mod m. S. Hirose (U. Fukui) Congruences and Residue Class Rings 3 / 44

Congruences Example (2.1.5) A set of representatives mod 3 contains an element of each of 0 + 3Z, 1 + 3Z, 2 + 3Z. Examples are {0, 1, 2}, {3, 2, 5}, {9, 16, 14}. A set of representatives mod m Z m {0, 1,..., m 1} is the set of least nonnegative residues mod m. Theorem (2.1.7) a b (mod m) c d (mod m) implies a b (mod m). a + c b + d (mod m). ac bd (mod m). S. Hirose (U. Fukui) Congruences and Residue Class Rings 4 / 44

Semigroups Definition (2.2.7) (H, ) is called a semigroup if is closed: a b H for every a, b H, is associative: (a b) c = a (b c) for every a, b, c H. A semigroup is called commutative or abelian if a b = b a for a, b H. Example (2.2.8) (Z, +), (Z, ), (Z/mZ, +), (Z/mZ, ) are commutative semigroups. S. Hirose (U. Fukui) Congruences and Residue Class Rings 5 / 44

Semigroups Definition (2.2.9) A neutral element of a semigroup (H, ) is e H s.t. e a = a e = a for a H. A semigroup (H, ) is called a monoid if it has a neutral element. Definition (2.2.10) Let e be a neutral element of a monoid (H, ). b H is called an inverse of a H if a b = b a = e. If a has an inverse, then it is called invertible. Example (2.2.11) The neutral element of (Z, +) is 0. The inverse of a is a. The neutral element of (Z, ) is 1. The invertible elements are 1, 1. The neutral element of (Z/mZ, +) is the residue class mz. The inverse of a + mz is a + mz. S. Hirose (U. Fukui) Congruences and Residue Class Rings 6 / 44

Groups Definition (2.3.1) A monoid is called a group if all of its elements are invertible. Example (2.3.2) (Z, +) is an abelian group. (Z, ) is not a group. (Z/mZ, +) is an abelian group. Definition (2.3.4) The order of a (semi)group is the number of its elements. Example (2.3.5) The additive group Z has infinite order. The additive group Z/mZ has order m. S. Hirose (U. Fukui) Congruences and Residue Class Rings 7 / 44

Residue Class Ring Definition (2.4.1) A triplet (R, +, ) is called a ring if (R, +) is an abelian group, (R, ) is a semigroup, and the distributivity law is satisfied: for every x, y, z R, x (y + z) = x y + x z and (x + y) z = x z + y z. The ring is called commutative if (R, ) is commutative. A unit element of the ring is a neutral element of (R, ). Example (2.4.2) (Z, +, ) is a commutative ring with unit element 1. (Z/mZ, +, ) is a commutative ring with unit element 1 + mz. It is called the residue class ring modulo m. S. Hirose (U. Fukui) Congruences and Residue Class Rings 8 / 44

Residue Class Ring Definition (2.4.3) Let (R, +, ) be a ring. a R is called invertible or unit if a is invertible in (R, ). a R is called zero divisor if a 0 and there exists some nonzero b R s.t. a b = 0 or b a = 0. (R, +, ) is simply denoted by R if it is clear which operaions are used. The units of a commutative ring R form a group. It is called the unit group of R and is denoted by R. S. Hirose (U. Fukui) Congruences and Residue Class Rings 9 / 44

Fields Definition (2.5.1) A commutative ring is called a field if all of its nonzero elements are invertible. Example (2.5.2) The set of integers is not a field. The set of rational numbers is a field. The set of real numbers is a field. The set of complex numbers is a field. The residue class ring modulo a prime is a field. S. Hirose (U. Fukui) Congruences and Residue Class Rings 10 / 44

Division in the Residue Class Ring Definition (2.6.1) Let R be a ring and a, n R. a divides n if n = ab for b R. Theorem (2.6.2) The residue class a + mz is invertible in Z/mZ iff gcd(a, m) = 1. If gcd(a, m) = 1, then the inverse of a + mz is unique. Theorem (2.6.4) The residue class ring Z/mZ is a field iff m is prime. S. Hirose (U. Fukui) Congruences and Residue Class Rings 11 / 44

Analysis of the Operations in the Residue Class Ring Theorem (2.7.1) Suppose that the residue classes modulo m are represented by their least non-negative representatives. Then, two residue classes modulo m can be added or subtracted using time and space O(size(m)), multiplied or divided using time O(size(m) 2 ) and space O(size(m)). S. Hirose (U. Fukui) Congruences and Residue Class Rings 12 / 44

Multiplicative Group of Residues mod m Theorem (2.8.1) The set of all invertible residue classes modulo m is a finite abelian group with respect to multiplication. It is called the multiplicative group of residues modulo m and is denoted by (Z/mZ). Example (2.8.2, The multiplicative group of residues modulo 12) (Z/12Z) = {1 + 12Z, 5 + 12Z, 7 + 12Z, 11 + 12Z}. Definition (The Euler ϕ-function) ϕ : N N such that ϕ(m) = {a a {1, 2,..., m} gcd(a, m) = 1}. The order of (Z/mZ) is ϕ(m). S. Hirose (U. Fukui) Congruences and Residue Class Rings 13 / 44

Multiplicative Group of Residues mod m Theorem (2.8.3) p is prime ϕ(p) = p 1. Theorem (2.8.4) ϕ(d) = m. d m,d>0 Proof. It is easy to see that d m,d>0 ϕ(d) = d m,d>0 ϕ(m/d). ϕ(m/d) = {a a {1, 2,..., m/d} gcd(a, m/d) = 1} On the other hand, {1, 2,..., m} = = {b b {1, 2,..., m} gcd(b, m) = d}. d m,d>0 {b b {1, 2,..., m} gcd(b, m) = d}. S. Hirose (U. Fukui) Congruences and Residue Class Rings 14 / 44

Multiplicative Group of Residues mod m Example (m = 12) ϕ(d) = ϕ(1) + ϕ(2) + ϕ(3) + ϕ(4) + ϕ(6) + ϕ(12) = 12. d 12,d>0 ϕ(12/d) = ϕ(12) + ϕ(6) + ϕ(4) + ϕ(3) + ϕ(2) + ϕ(1). d 12,d>0 S. Hirose (U. Fukui) Congruences and Residue Class Rings 15 / 44

Multiplicative Group of Residues mod m ϕ(1) = {a a {1} gcd(a, 1) = 1} = {b b {1,..., 12} gcd(b, 12) = 12} = {12}. ϕ(2) = {a a {1, 2} gcd(a, 2) = 1} = {b b {1,..., 12} gcd(b, 12) = 6} = {6}. ϕ(3) = {a a {1, 2, 3} gcd(a, 3) = 1} = {b b {1,..., 12} gcd(b, 12) = 4} = {4, 8}. ϕ(4) = {a a {1, 2, 3, 4} gcd(a, 4) = 1} = {b b {1,..., 12} gcd(b, 12) = 3} = {3, 9}. ϕ(6) = {a a {1, 2, 3, 4, 5, 6} gcd(a, 6) = 1} = {b b {1,..., 12} gcd(b, 12) = 2} = {2, 10}. ϕ(12) = {a a {1,..., 12} gcd(a, 12) = 1} = {b b {1,..., 12} gcd(a, 12) = 1} = {1, 5, 7, 11}. S. Hirose (U. Fukui) Congruences and Residue Class Rings 16 / 44

Order of Group Elements Let G be a group multiplicatively written with neutral element 1. Definition (2.9.1) Let g G. If there exists a positive integer e such that g e = 1, then the smallest such integer is called the order of g. Otherwise, the order of g is infinite. The order of g in G is denoted by order G (g). Theorem (2.9.2) Let g G and e Z. Then, g e = 1 iff order G (g) e. Example (2.9.4, (Z/13Z) ) k 1 2 3 4 5 6 7 8 9 10 11 12 2 k mod 13 2 4 8 3 6 12 11 9 5 10 7 1 4 k mod 13 S. Hirose (U. Fukui) Congruences and Residue Class Rings 17 / 44

Order of Group Elements Theorem (2.9.5) Suppose that order G (g) = e and n is an integer. Then, order G (g n ) = e/ gcd(e, n). Proof. Let k = order G (g n ). Since (g n ) e/ gcd(e,n) = (g e ) n/ gcd(e,n) = 1, k e/ gcd(e, n). Since (g n ) k = g nk = 1, e nk. It implies e/ gcd(e, n) k since gcd(e/ gcd(e, n), n) = 1. Thus, k = e/ gcd(e, n). S. Hirose (U. Fukui) Congruences and Residue Class Rings 18 / 44

Subgroups Definition (2.10.1) U G is called a subgroup of G if U is a group with respect to the group operation of G. Example (2.10.2) For g G, the set g = {g k k Z} is a subgroup of G. It is called the subgroup generated by g. Definition (2.10.4) If G = g for g G, then G is called cyclic and g is called a generator of G. S. Hirose (U. Fukui) Congruences and Residue Class Rings 19 / 44

Subgroups Theorem (2.10.6) If G is finite and cyclic, then G has exactly ϕ( G ) generators and they are all of order G. Definition A map f : X Y is called injective if f(x) = f(x ) x = x for x, x X. surjective if for y Y there exists x X s.t. f(x) = y. bijective if it is injective and surjective. Theorem (2.10.9) If G is a finite group, then the order of each subgroup of G divides the order G. S. Hirose (U. Fukui) Congruences and Residue Class Rings 20 / 44

Subgroups Definition (2.10.10) Let H be a subgroup of G. Then, G / H is called the index of H in G. S. Hirose (U. Fukui) Congruences and Residue Class Rings 21 / 44

Fermat s Little Theorem Theorem (2.11.1, Fermat s Little Theorem) Let a and m be pisitive integers. Then, gcd(a, m) = 1 a ϕ(m) 1 (mod m). Theorem (2.11.2) The order of every group element divides the group order. Th. 2.11.2 follows from Th. 2.10.9. Corollary (2.11.3) g G = 1 for g G. Th. 2.11.1 follows from Cor. 2.11.3. S. Hirose (U. Fukui) Congruences and Residue Class Rings 22 / 44

Fast Exponentiation The square-and-multiply method Let (e k 1, e k 2,..., e 1, e 0 ) be the binary representation of e, where e i {0, 1} and e 0 is the least significant bit. Example e = e 0 + 2e 1 + 2 2 e 2 + 2 3 e 3 = e 0 + 2(e 1 + 2(e 2 + 2e 3 )) 1 1 2 = 1 2 a e 3 1 = a e 3 3 (a e 3 ) 2 = a 2e 3 4 a e 2 a 2e 3 = a e 2+2e 3 5 (a e 2+2e 3 ) 2 = a 2(e 2+2e 3 ) 6 a e 1 a 2(e 2+2e 3 ) = a e 1+2(e 2 +2e 3 ) 7 (a e 1+2(e 2 +2e 3 ) ) 2 = a 2(e 1+2(e 2 +2e 3 )) 8 a e 0 a 2(e 1+2(e 2 +2e 3 )) = a e 0+2(e 1 +2(e 2 +2e 3 )) = a e S. Hirose (U. Fukui) Congruences and Residue Class Rings 23 / 44

Fast Exponentiation a e mod n is computed with at most 2 e modular multiplications (more precisely, e + HW(e)) Corollary (2.12.3) If e is an integer and a {0, 1,..., m 1}, then a e mod m can be computed with time O(size(e)size(m) 2 ) and space O(size(e) + size(m)). S. Hirose (U. Fukui) Congruences and Residue Class Rings 24 / 44

Fast Evaluation of Power Products Let b i,n 1, b i,n 2,..., b i,0 be the binary expansion of e i for 1 i k. Let k i=1 k i=1 g b i,j i g e i i = = = = k i=1 k i=1 ( k i=1 ( k i=1 g b i,n 12 n 1 +b i,n 2 2 n 2 + +b i,0 2 0 i g b i,n 12 n 1 i g b i,n 22 n 2 i g b i,02 0 i ) ( k g b i,n 12 n 1 i g b i,n 1 i i=1 ) 2 n 1 ( k i=1 = G j for 0 j n. Then, ) ( k g b i,n 22 n 2 i g b i,n 2 i ) 2 n 2 i=1 ( k i=1 ) g b i,02 0 i g b i,0 i S. Hirose (U. Fukui) Congruences and Residue Class Rings 25 / 44 )

Fast Evaluation of Power Products Precomputation k i=1 g e i i = (G n 1 ) 2n 1 (G n 2 ) 2n 2 (G 0 ) 20 = (( ((G n 1 ) 2 G n 2 ) 2 )G 1 ) 2 G 0 k i=1 g b j i for all (b 1, b 2,..., b k ) {0, 1} k S. Hirose (U. Fukui) Congruences and Residue Class Rings 26 / 44

Computation of Element Orders How to compute the order of g G when the prime factorization of G is known. Theorem (2.14.1) Let G = p G pe(p). Let f(p) be the greatest integer s.t. g G /pf(p) = 1. Then, order(g) = p G p e(p) f(p). Proof. Let G = p e 1 1 pe 2 2 pe k k. Let order(g) = n. Let f(p i ) = f i. Since n G, n = p e 1 1 pe 2 2 pe k k for e i e i. Since n G /p f i i, e i e i f i. If e j e j f j for some j, then, for f j = e j e j f j, g G /pf j j = 1. It contradicts the assumption that f j is the greatest integer s.t. g G /pf j j = 1. Thus, e j = e j f j. S. Hirose (U. Fukui) Congruences and Residue Class Rings 27 / 44

Computation of Element Orders Corollary (2.14.3) Let n N. If g n = 1 and g n/p 1 for every prime divisor p of n, then order(g) = n. S. Hirose (U. Fukui) Congruences and Residue Class Rings 28 / 44

The Chinese Remainder Theorem (1/3) Theorem (2.15.2) Let m 1, m 2,..., m n be pairwise co-prime positive integers. Then, for integers a 1, a 2,..., a n, x a 1 (mod m 1 ) x a 2 (mod m 2 ) x a n (mod m n ) has a unique solution in {0, 1,..., m 1}, where m = n i=1 m i. S. Hirose (U. Fukui) Congruences and Residue Class Rings 29 / 44

The Chinese Remainder Theorem (2/3) The solution is where, for 1 i n, ( n ) x = a i y i M i mod m, i=1 M i = m/m i, y i = M i 1 mod n i. S. Hirose (U. Fukui) Congruences and Residue Class Rings 30 / 44

The Chinese Remainder Theorem (3/3) Example x 2 (mod 7) x 6 (mod 8) x 7 (mod 11) m = 7 8 11 = 616 M 1 = 88 M 2 = 77 M 3 = 56 y 1 = 88 1 mod 7 = 4 1 mod 7 = 2 y 2 = 77 1 mod 8 = 5 1 mod 8 = 5 y 3 = 56 1 mod 11 = 1 1 mod 11 = 1 x = 2 88 2 + 6 77 5 + 7 56 1 mod 616 = 590 S. Hirose (U. Fukui) Congruences and Residue Class Rings 31 / 44

Decomposition of the Residue Class Ring Definition (2.16.1) Let R 1, R 2,..., R n be rings. Their direct product n i=1 R i is the set of all (r 1, r 2,..., r n ) R 1 R 2 R n with component-wise addition and multiplication. n i=1 R i is a ring. If R i s are commutative rings with unit elements e i s, then n i=1 R i is a commutative ring with unit element (e 1,..., e n ). Definition (2.16.3) Let (X, 1,..., n ) and (Y, 1,..., n ) be sets with n operarions. f : X Y is called a homomorphism if f(a i b) = f(a) i f(b) for every a, b X and 1 i n. If f is bijective, then it is called an isomorphism. S. Hirose (U. Fukui) Congruences and Residue Class Rings 32 / 44

Decomposition of the Residue Class Ring Example (2.16.4) If m is a positive integer, then the map Z Z/mZ s.t. a a + mz is a ring homomorphism. If G is a cyclic group of order n with generator g, then the map Z/nZ G s.t. e + nz g e is an isomorphism of groups. Theorem (2.16.5) Let m 1, m 2,..., m n be pairwise coprime integers and let m = n i=1 m i. Then, the map Z/mZ n Z/m i Z s.t. a + mz (a + m 1 Z,..., a + m n Z) i=1 is an isomorphism of rings. S. Hirose (U. Fukui) Congruences and Residue Class Rings 33 / 44

A Formula for the Euler ϕ-function (1/2) Theorem (2.17.1) Let m 1,..., m n be pairwise co-prime integers and m = n i=1 m i Then, ϕ(m) = n i=1 ϕ(m i). Proof. Th. 2.16.5 implies (Z/mZ) n (Z/m i Z) s.t. a + mz (a + m 1 Z,..., a + m n Z) i=1 is an isomorphism of groups. Actually, for x + mz Z/mZ, gcd(x, m) 1 iff gcd(x, m i ) 1 for some i. Thus, x + mz (Z/mZ) x + m i Z (Z/m i Z) for i. Therefore, ϕ(m) = (Z/mZ) = n i=1 (Z/m iz) = n i=1 ϕ(m i). S. Hirose (U. Fukui) Congruences and Residue Class Rings 34 / 44

A Formula for the Euler ϕ-function (2/2) Theorem (2.17.2) Let m > 0 be an integer and p m pe(p) be the prime factorization of m. Then, ϕ(m) = (p 1)p e(p) 1 = m p 1. p p m p m Proof. From Th. 2.17.1, ϕ(m) = p m ϕ(p e(p) ). Thus, the theorem follows from ϕ(p e(p) ) = {1, 2,..., p e(p) 1} (# of p s multiples) = p e(p) 1 (p e(p) p)/p = (p 1)p e(p) 1. S. Hirose (U. Fukui) Congruences and Residue Class Rings 35 / 44

Polynomials R commutative ring with unit element 1 0 polynomial in one variable over R f(x) = a n X n + a n 1 X n 1 + + a 1 X + a 0 coefficients a 0,..., a n R R[X] the set of all polynomials in the variable X n degree of the polynomial f if a n 0 monomial a n X n If f(r) = 0, then r is called zero of f. sum of polynomials product of polynomials S. Hirose (U. Fukui) Congruences and Residue Class Rings 36 / 44

Polynomials over Fields (1/2) Let K be a field. Lemma (2.19.1) The ring K[X] has no zero divisors. Lemma (2.19.2) f, g K[X] f, g 0 deg(fg) = deg(f) + deg(g) Theorem (2.19.3) Let f, g K[X] and g 0. Then, there exists unique q, r K[X] s.t. f = qg + r and r = 0 or deg(r) < deg(g). Example (2.19.4) Let K = Z/2Z. x 3 + x + 1 = (x 2 + x)(x + 1) + 1 S. Hirose (U. Fukui) Congruences and Residue Class Rings 37 / 44

Polynomials over Fields (2/2) Corollary (2.19.6) Let f K[x] and f 0. If f(a) = 0, then f(x) = (x a)q(x) for some q K[x]. Corollary (2.19.8) f K[x] f 0 f has at most deg(f) zeros Proof. Let n = deg(f). If n = 0, then f 0 has no zero. Let n 1. If f(a) = 0, then f(x) = (x a)q(x) and deg(q) = n 1. By the induction hypothesis, q has at most n 1 zeros. Thus, f has at most n zeros. Example (2.19.9) x 2 + x (Z/2Z)[x] has zeros 0 and 1 in Z/2Z. x 2 + 1 (Z/2Z)[x] has a zero 1 in Z/2Z. x 2 + x + 1 (Z/2Z)[x] has no zero in Z/2Z. S. Hirose (U. Fukui) Congruences and Residue Class Rings 38 / 44

Construction of Finite Fields (1/2) GF(p n ) for any prime p and any integer n 1 GF stands for Galois field p is called the characteristic of GF(p n ) GF(p) is called a prime field f irreducible polynomial of degree n in (Z/pZ)[X] The elements of GF(p n ) are residue classes mod f. residue class of g (Z/pZ)[X] mod f g + f(z/pz)[x] = {g + fh h (Z/pZ)[X]} = {v v (Z/pZ)[X] and v g (mod f)} The number of different residue classes mod f is p n S. Hirose (U. Fukui) Congruences and Residue Class Rings 39 / 44

Construction of Finite Fields (2/2) Example (2.20.2) Residue classes in (Z/2Z)[X] mod f(x) = X 2 + X + 1 are 0 + f(z/2z)[x] 1 + f(z/2z)[x] X + f(z/2z)[x] X + 1 + f(z/2z)[x] They are simply denoted by 0, 1, X, X + 1, respectively. It can be shown that the fields with two distinct irreducible polynomials in (Z/pZ)[X] of degree n are isomorphic. S. Hirose (U. Fukui) Congruences and Residue Class Rings 40 / 44

The Structure of the Unit Group of Finite Fields (1/2) Theorem (2.21.1) Let K be a finite field with q elements. Then, for d s.t. d q 1, there are exactly ϕ(d) elements of order d in the unit group K. Proof. Let ψ(d) be the number of elements of order d in K. All the elements of order d are zeros of x d 1. Let a K be an element of order d. Then, the zeros of x d 1 are a e (e = 0, 1,..., d 1). a e is of order d iff gcd(e, d) = 1 (Cor. 2.19.8). Thus, ψ(d) > 0 ψ(d) = ϕ(d). If ψ(d) = 0 for d s.t. d q 1. Then, q 1 = which contradicts Th. 2.8.4. d q 1 ψ(d) < d q 1 ϕ(d) S. Hirose (U. Fukui) Congruences and Residue Class Rings 41 / 44

The Structure of the Unit Group of Finite Fields (2/2) Corollary (2.21.3) Let K be a finite field with q elements. Then, the unit group K is cyclic of order q 1. It has exactly ϕ(q 1) generators. S. Hirose (U. Fukui) Congruences and Residue Class Rings 42 / 44

Structure of the Multiplicative Group of Residues Modulo a Prime Number Corollary For any prime p, the multiplicative group of residues mod p is cyclic of order p 1. If the residue class a + pz generates the multiplicative group of residues (Z/pZ), then a is called a primitive root mod p. S. Hirose (U. Fukui) Congruences and Residue Class Rings 43 / 44

Structure of the Multiplicative Group of Residues Modulo a Prime Number Example For (Z/11Z), the number of the primitive elements is ϕ(10) = 4. 1 2 3 4 5 6 7 8 9 10 ord. 1 1 1 1 1 1 1 1 1 1 1 1 2 2 4 8 5 10 9 7 3 6 1 10 3 3 9 5 4 1 3 9 5 4 1 5 4 4 5 9 3 1 4 5 9 3 1 5 5 5 3 4 9 1 5 3 4 9 1 5 6 6 3 7 9 10 5 8 4 2 1 10 7 7 5 2 3 10 4 6 9 8 1 10 8 8 9 6 4 10 3 2 5 7 1 10 9 9 4 3 5 1 9 4 3 5 1 5 10 10 1 10 1 10 1 10 1 10 1 2 S. Hirose (U. Fukui) Congruences and Residue Class Rings 44 / 44