Section 2 - Integers Flashcards
Definition of Divisibility
If a,b∈Z, then b is said to divide a if there is c∈Z such that a = bc (we write b|a)
Division with Remainder Proposition
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)
Greatest Common Divisor
A positive common divisor of a and b that is divisible by all common divisors
GCD Theorem
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
Prime Number
An integer > 1 whose only positive divisors are 1 and itself
Unique Factorization Theorem
Let p be a prime number. If a,b∈Z and p|ab, then p|a or p|b
Fundamental Theorem of Arithmetic
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)
Coprime
Two integers a and b are said to be coprime if gcd(a,b) = 1