Integers Flashcards
What are the 2 ways to use he Well-Ordering Principle (W.O.P.)?
1) to show a subset has a least element
2) as a base of a contradiction
What does the q and r in this equation represent b=qa + r ?
q - quotient
r - remainder
What is the definition of a prime?
P is a prime if and only if the only positive divisors of P are 1 and P
What is the definition of composite?
a number is composite if and only if there is a number other than 1 and itself that is a divisor of the number
What is the definition of a common divisor?
a common divisor of a and b, is an integer g such that g/a and g/b. The greatest common divisor, denoted by gcd(a,b), of a and b is the largest positive common divisor of a and b
What is the gcd(0,0)?
0
Is the gcd(a,b) equal to the gcd(-a,b)?
Yes
What is Bezout’s Theorem?
there exists integers m and n such that gcd(a,b) = ma + nb
What is the definition of coprime?
two integers a and b are coprime if and only if gcd(a,b)=1
What is the Fundamental Theorem of Arithmetic
n is an integer greater than 1. Then there exists a unique finite collection of primes {p1, p2,…,pr} and a unique sequce of strictly positive integers a1, a2,…,ar such that 2