Chapter 2 Definitions Flashcards

1
Q

Congruent

A

m in Z+.

For a,b in Z, we say a is congruent to b modulo m and write:

a ≡ b (mod m) ⇔ a-b is a multiple of m.

m is called the modulus.

[a ≡ b (mod m) is equvalent to saying a+mZ and b+mZ of mZ are equal]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. Least non-negative residues mudulo m
  2. Least residues modulo m
A
  1. The system of least non-negative residues modulo m is:
    { 0, 1, 2, …. , m-1 }
  2. The system of least residues modulo m is:
    m odd: { 0, ±1, ±2, … , ±(m-1)/2 }
    m even: { 0, ±1, ±2, … , ±(m-1)/2, m/2 }
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A residue system modulo m.

A

Any set of m integers representing all m residue classes mod m is called a residue system modulo m.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Z/mZ

A

Z/mZ is a ring of integers modulo m.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Um

A

Group of units of Z/mZ is Um.

a ϵ Um​ means a is invertible mod m .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A unit in Z/mZ

A

A unit, u, in Z/mZ is satisfies gcd(u,m) = 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The order of Um

A

The order of Um is φ(m).

φ:|N→|N is called the Euler phi function.

φ(m) = | { a | 0 ≤ a ≤ m-1 and gcd(a, m) = 1} |

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A reduced residue system modulo m

A

A reduced residue system modulo m is a set of φ(m) integers covering the residue classes in Um.

[Standard one is: { a | 0 ≤ a ≤ m-1 and gcd(a,m)=1 }]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. |Fp
  2. |Fp* and properties
A

For p prime, Z/pZ is denoted |Fp and Up is denoted |Fp* which has order p-1 and is cyclic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Formula for φ(m)

A

φ(m) = ∏(i=1)k pi(ei-1) (pi-1) = m ∏(i=1)k (1 - 1/pi )

d|m φ(d) = m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Primitive root modulo p

A

An integer which generates Up=|Fp* is called a primitive root modulo p.

If Um is cyclic then a generator of Um is called a primitive root modulo m.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly