• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
A set is...
... an unordered collection of distinct objects
Let P, Q be mathematical statements. P implies Q is logically equivalent to...
...Not Q implies Not P
If a|b and b|c then...
...a|c
If a|b and b|a then...
...a= +/- b
Let c|A1,...,An. Then for integers B1,...,Bn...
...c| (A1*B1+...+An*Bn)
Let a,b be two integers. If d|a,b then we call d...
...a common divisor
Let a1,...,ak be integers. Then gcd(a1,...,ak)=...
...gcd(gcd(a1,a2),a3,...,ak)
If gcd(a,b)=1, we call a and b...
...relatively prime
If a1,...,ak are integers and gcd(a1,...,ak)=1, we call...
....this list relatively prime
Let a1,...,ak be integers. If gcd(ai,aj)=1 for all i,j then we call this list...
...mutually coprime
Euclidean Division refers to...
...division with remainder
(Theorem) Let a,b be integers with b>0. Then there exist...
...UNIQUE integers q,r such that a=qb+r and 0<r<b
Let S be a set. What does the well-ordering principle say about S?
That S contains a smallest element
(Lemma to the remainder theorem) Let a,b be integers with b>0 and let a=qb+r be the result of a Euclidean Division.Then...
...gcd(a,b)=gcd(b,r)
Let a,b be integers. Then ax+by= gcd(a,b)...
...has a pair of integer solutions (x,y)
Let a,b be nonzero integers and let c be some other integer. Then ax+by=c has a pair of integer solutions IFF...
...gcd(a,b)|c. If (x1,y1) is an integer solution, then all solutions are of the form x= x1+(b/d)n, y=y1-(a/d)n, where d is the gcd
Let a,b be relatively prime and let c be an integer. If a|bc then...
...a|c
(Euclid's Lemma) Let p be a prime. If p|(a1*a2*...*an) then...
...p|aK for some K
If gcd(a,b)=1 and if a|c and b|c, then...
...ab|c
Let a,b be nonzero integers. If c is a common divisor of a and b (c|a and c|b) then...
...c | gcd(a,b)
Let a,b be two integers and let m be a positive integer. Then gcd(ma, mb)=...
...m*gcd(a,b)
If d|a,b then gcd(a/d, b/d)=...
...gcd(a,b)/d
If a,b are integers, the smallest positive integer which is a multiple of both a and b is...
...called the least common multiple
gcd(a,b)*lcm(a,b)=...
...a*b
If c is a common multiple of a,b, then c...
...is a multiple of the lcm(a,b)