Define the terms:
Let a, b ∈ ɴ
How do you determine whether one natural number divides another?
If a divides b then there exists some c ∈ ɴ such that b = ac
Use the definition of a divisor to prove the following basic results about divisibility.
Let a, b, q ∈ ɴ.
State the Fundamental Theorem of Arithmetic
Every natural number can be expressed as a product of primes:
Let n ∈ ɴ. Then we can write n in the form
n = p1i1p2i2…pkik
where p1, p2, …, pk ∈ ɴ are distinct primes and i1, i2, …, ik ∈ ɴ.
Furthermore, there is only one such representation (aside from reordering the primes) for each number.
Define the terms:
Apply the Euclidean Algorithm to find the greatest common divisor of [two natural numbers]
Apply the Extended Euclidean algorithm to natural numbers a, b in order to find integers s, t with as + bt = gcd(a, b)
Is the number 1 composite or prime?
Why? (Refer to definitions of composite and prime)
Neither, because it does not have two distinct divisors, or more than two distinct divisors