Chapter 7 Flashcards

1
Q

Common divisor

A

Let a, b ⋲ ZZ. We call an integer d a common divisor of a and b provided d|a and d|b.

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

Greatest common divisor

A

Let a, b ⋲ ZZ. We call an integer d the greatest common divisor
of a and b provided
(1) d is a common divisor of a and b and
(2) if e is a common divisor of a and b, then e ≤ d.
The greatest common divisor of a and b is denoted gcd(a, b)

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

Proposition 36.3

A

Let a and b be positive integers and let c = a mod b. Then gcd(a, b) = gcd(b, c)

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

Theorem 36.6

A

Let a and b be integers, not both zero. The smallest positive integer of the form ax + by, where x and y are integers, is gcd(a, b).

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

Definition 36.8

A

Let a and b be integers. We call a and b relatively prime provided gcd(a, b) = 1

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

Corollary 36.9

A

Let a and b be integers. There exist integers x and y such that ax + by = 1 if and only if a and b are relatively prime.

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

Proposition 36.10

A

Let a, b be integers, not both zero. Let d = gcd(a, b). If e is a common divisor of a and b, then e|d.

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

Modular addition, multiplication

A

Let n be a positive integer. Let a, b ⋲ ZZn. We define

a ⊕ b = (a + b) mod n. and a ⊗ b = (ab) mod n.

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

Modular subtraction

A

Let n be a positive integer. Let a, b ⋲ ZZn. We define

a ⊖ b tp be the unique x ⋲ ZZn such that a = b ⊕ x

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

Proposition 37.7

A

Let n be a positive integer and let a, b ⋲ ZZn. Then a ⊖ b = (a - b) mod n.

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

Proposition 37.11

A

Let n be a positive integer and let a ⋲ ZZn. Suppose a is invertible. If b = a^-1, then b is invertible and a = b^-1. In other words, (a^-1)^-1 = a.

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

Modular division

A

Let n be a positive integer and let b be an invertible element of ZZn. Let a ⋲ ZZn be arbitrary. Then a ⊘ b is defined to be a ⊗ b^-1. Modular division is only defined when b is invertible

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

Invertible elements of ZZn

A

Let n be a positive integer and let a ⋲ ZZn . Then a is invertible if and only if a and n are relatively prime.

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

Fundamental Theorem of Arithmetic

A

Let n be a positive integer. Then n factors into a product of primes. Furthermore, the factorization of n into primes is unique up to the order of the primes.

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

Lemma 39.2

A

Suppose a, b, p ⋲ ZZ and p is a prime. If p|ab, then p|a or p|b.

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

Infinitude of primes

A

There are infinitely many prime numbers.