Section 2 - Integers Flashcards

1
Q

Definition of Divisibility

A

If a,b∈Z, then b is said to divide a if there is c∈Z such that a = bc (we write b|a)

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

Division with Remainder Proposition

A

Let a,b∈Z with b != 0. Then there are unique q,r∈Z with 0 <= r < |b| such that a = qb + r (where q is the quotient and r is the remainder)

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

Greatest Common Divisor

A

A positive common divisor of a and b that is divisible by all common divisors

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

GCD Theorem

A

Let a,b∈Z, not both 0. The following hold:
(i) A GCD of a and b exists, and it is unique
(ii) There are integers m,n∈Z such that gcd(a, b) = ma + nb

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

Prime Number

A

An integer > 1 whose only positive divisors are 1 and itself

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

Unique Factorization Theorem

A

Let p be a prime number. If a,b∈Z and p|ab, then p|a or p|b

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

Fundamental Theorem of Arithmetic

A

Every positive integer can be factorized into a product of primes, and the factorization is unique up to the order of the prime numbers (e.g. 2x3=6 and 3x2=6 are unique factorizations, but here they are considered 1 factorization)

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

Coprime

A

Two integers a and b are said to be coprime if gcd(a,b) = 1

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