Week 1 Flashcards

1
Q

Define the terms:

  1. divisor
  2. prime number
  3. composite number
A

Let a, b ∈ ɴ

  1. if a divides b, then a is a divisor of b (and b is a multiple of a)
  2. if a has only two distinct divisors (which will be 1 and a), then a is prime
  3. if a has more than two distinct divisors, then a is composite
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you determine whether one natural number divides another?

A

If a divides b then there exists some c ∈ ɴ such that b = ac

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

Use the definition of a divisor to prove the following basic results about divisibility.

Let a, b, q ∈ ɴ.

  1. Show that if q | a then q | ab
  2. Show that if a | b and a | c, then a | (b + c)
A
    1. If q | a, then there exists some c ∈ ɴ such that a = qc
    2. Multiplying both sides by b, we see that ab = qcb
    3. Associating terms to highlight the result, we have ab = q(bc), which is to say that q | ab
    1. If a | b, then there exists some k1 ∈ ɴ such that b = ak1
    2. Similarly, if a | c, then there exists some k2 ∈ ɴ such that c = ak2
    3. In this case, b + c = ak1 + ak2 = a(k1 + k2)
    4. Thus we see that a | (b + c)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

State the Fundamental Theorem of Arithmetic

A

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.

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

Define the terms:

  1. greatest common divisor
  2. lowest common multiple
  3. coprime (using a prior definition here)
A
  1. gcd(a, b) is the largest n ∈ ɴ such that n | a and n | b
  2. lcm(a, b) is the smallest n ∈ ɴ such that a | n and b | n
  3. if gcd(a, b) = 1 then a and b are coprime
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Apply the Euclidean Algorithm to find the greatest common divisor of [two natural numbers]

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

Apply the Extended Euclidean algorithm to natural numbers a, b in order to find integers s, t with as + bt = gcd(a, b)

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

Is the number 1 composite or prime?

Why? (Refer to definitions of composite and prime)

A

Neither, because it does not have two distinct divisors, or more than two distinct divisors

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