Quiz 1 Lemmas/Theorems Flashcards

1
Q

2-out-of-3 Lemma

A

Let a,b,c,d ∈Z, such that a + b = c. If d divides any two of a,b,c, it also divides the 3rd

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

First important Lemma about GCD

A

For any integer a, GCD(a,0) = |a|

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

Second important Lemma about GCD

A

For any integers a,b,q,r ∈Z satisfying a = qb + r, GCD(a,b) = GCD(b,r)

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

Euclid’s Lemma

A

Let a,b,c ∈Z be such that GCD(a,b) = 1. If a|bc then a|c

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

Theorem about LDE

A

Let ax + by = c be a LDE, Then either:
1) GCD(a,b) does not divide c and it has no solutions
2) If GCD(a,b)|c, then it has infinitely many solutions. They are given by the equations used in solving for Diophantine Equations

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

Prime Factorization Lemma

A

Every integer n >= 2 is divisible by a prime

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

Prime Factorization Corr.

A

Every integer n >= 2 can be written as a product of primes

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

Euclids Lemma for Primes

A

If p is a prime and a,b ∈Z such that p|ab then either p|a or p|b

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

Uniqueness of prime factorization Theorem

A

Let n∈Z, n >= 2. Let n = p1 x p2 … x pk be a prime factorization of n. Then this factorization is unique up to ordering of the primes

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

Lemma about LCM

A

LCM(a,b) = 2^max(e2, f2) x 3^max(e3, f3)

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

Corr. about LCM

A

LCM(a,b) x GCD(a,b) = ab

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

Multiplicative Functions

A

An arithmetic function, f, is said to be multiplicative if, for any a,b ∈Z+ such that GCD(a,b) = 1, f(a,b) = f(a)f(b) and f(1)=1

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

Theorem about coprime positive integers

A

Let a,b be co-rime positive integers. If u|a and v|b, then uv|ab.

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

Corr. about sigma(n)

A

sigma(n) is multiplicative

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