[04 & 05] Greatest Common Divisors and Least Common Multiples; The Euclidean Algorithm

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

common divisors

A positive integer can be a factor of two positive integers, a and b. Such factors are called

2
New cards

greatest common divisor

Let ab ∈ Z, with at least one of them nonzero. The ___________ of a and b is the (positive) integer d satisfying

(1) d | a and d | b; and

(2) if c | a and c | b, then c ∈ d

3
New cards

Theorem 4.3: B ́ezout’s Identity

Let a, b Z, not both zero. Then there exist integers x and y

such that

d = gcd(a, b) = ax + by.

4
New cards

relatively prime/coprime

Two integers a and b, not both zero, are said to be _________ whenever gcd(a, b)=1.

5
New cards

Euclid’s Lemma

If a | bc with gcd(a, b)=1, then a | c.

6
New cards

Least Common Multiple

The ___________ of two nonzero integers a and b, de-

noted by lcm(a, b) is the (positive) integer m satisfying

(1) a | m and b | m; and

(2) if a | n and b | n, then n m.

7
New cards

Euclidean Algorithm

A more efficient process, involving the repeated application of the Division Algorithm, is given in Book VII of The Elements and is now referred to as the