Chapter 4 - Number Theory and Cryptography Flashcards

Excludes: 4.5 - Applications of Congruences & 4.6 - Cryptography

1
Q

a | b (a divides b)

A

there is an integer x such that b = ac

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

a and b are congruent modulo m

A

m divides a - b

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

modular arithmetic

A

arithmetic done modulo an integer m ≥ 2

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

prime

A

an integer greater than 1 with exactly two positive integer divisors

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

composite

A

an integer greater than 1 that is not prime

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

Mersenne prime

A

a prime in the form 2ᵖ - 1, where p is prime

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

gcd(a, b) (greatest common divisor of A and b)

A

the largest integer that divides both a and b

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

relatively prime integers

A

integers a and b such that gcd(a, b) = 1

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

pairwise relatively prime integers

A

a set of integers with the property that every pair of these integers is relatively prime

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

lcm(a, b) (least common multiple of a and b)

A

the smallest positive integer that is divisible by both a and b

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

a mod b

A

the remainder when the integer a is divided by the positive integer b

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

a ≡ b (mod m) (a is congruent to b modulo m)

A

a - b is divisible by m

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

n = (aₖaₖ₋₁ . . . a₁a₀)ₓ

A

the base x representation of n

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

binary representation

A

the base 2 representation of an integer

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

octal representation

A

the base 8 representation of an integer

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

hexadecimal representation

A

the base 16 representation of an integer

17
Q

linear combination of A and b with integer coefficients

A

an expression of the form sa + tb, where a and e are integers

18
Q

Bezout coefficients of a and b

A

integers a and t such that the Bezout identity sa + tb = gcd(a, b) holds

19
Q

inverse of a modulo m

A

an integer ā such that āa ≡ 1 (mod m)

20
Q

linear congruence

A

a congruence of the form ax ≡ b (mod m), where x is an integer variable

21
Q

pseudoprime to the base b

A

a composite integer b such that bⁿ⁻¹ ≡ 1 (mod n)

22
Q

Carmichael number

A

a composite integer n such that n is a pseudoprime to the base b for all positive integers b with gcd(b, n) = 1

23
Q

primitive root of a prime p

A

an integer r in Zₚ such that every integer not divisible by p is congruent modulo p to a power of r

24
Q

discrete logarithm of a to the base r modulo p

A

the integer e with 0 ≤ e ≤ p - 1 such that rᵉ ≡ a (mod p)