Divisibility And Euclid’s Algorithm Flashcards

1
Q

What is definition 2.1?

A

d is a divisor of the integer a if and only if there is a unique integer b such that db=a.

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

What is a common divisor?

A

d is a common divisor if d|a and d|b

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

What is the greatest common divisor?

A

It is the unique integer d that satisfies
1. d|a and d|b
2. If c|a and c|b then c <= d (no common divisor is greater then d)

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

What is lemma 2.4 (cancellation lemma)?

A

If m,n,p are integers with m.p = n.p then either p = 0 or m = n

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

What is lemma 2.5?

A

Let a,b and c be integers
1. If a|b and b|c then a|c
2. If a|b and c|d then ac|bd
3. If m doesn’t equal 0, then a|b if and only if ma|mb
4. If d|a and a doesn’t equal 0, then |d| <= |a|

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

What is theorem 2.6?

A

Let a1,…,ak , u1,…,uk, a, b, c be integers
1. If c divides a1,…,ak, then c divides any linear combination of the integers a1,…,ak
2. a|b and b|a if and only if a = +- b

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

What is corollary 2.7?

A

If c divides a and b, then c divides au + bv for all integers u and v

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

What is lemma 2.8?

A

If a,b are integers with a = qb +r and 0<= r <b
Then gcd(a,b) = gcd(b,r)

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

What is theorem 2.9 (The remainder theorem)?

A

If a and b are integers with b>0, them there is a unique pair of integers a and r such that a = qb +r and 0<= r < b

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

What is theorem 2.16 (Bezout’s Identity)?

A

If a and b are integers (not both 0), then there exist integers u and v such that gcd(a,b) = au +bv

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

What is theorem 2.19 (Lamé’s theorem)?

A

The number of steps in the Euclidean algorithm does not exceed 5 times the number of decimal digits in the smaller of the two numbers

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

What is theorem 2.21?

A

d = gcd(a,b)
An integer c has the form ax +by if and only if c is a multiple of d.

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

When are 2 integers coprime?

A

If the gcd = 1

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

What is corollary 2.23?

A

Two integers are coprime if and only if there exists integers x and y such that ax + by =1

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

What is corollary 2.24?

A

If gcd(a,b) = d then,
gcd(ma,mb) = md
For every integer m>0
gcd(u,v) = 1
Where u is the unique integer such that a =ud and v is the unique integer such that b = vd

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

What is corollary 2.25?

A

Let a and b be coprime integers

a). If a|c and b|c then ab|c
b). If a|bc then a|c

17
Q

What is theorem 2.26?

A

Let a and b be positive integers, with d = gcd(a,b) and
l = lcm(a,b)
Then dl = ab

18
Q

What is theorem 2.29?

A

Let a,b,c be integers, with a and b both not 0, let d = gcd(a,b).
Then the equation ax+by=c has an integer solution x,y if and only if d|c. In which case there are infinitely many solutions.

Writing a=pd and b=qd,
X= x0 +an , y=y0 -pn