Quiz 1 (1.3) Flashcards

1
Q

Natural numbers

A

Is the set where

N={0,1,2,3,…}

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

Integers

A

The set of all integers positive, negative, and 0 is denoted by
Z={+-n; n€N}

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

Least Integer Axiom (Well-Ordering Axiom)

A

States that every nonempty collection C of natural numbers contains a smallest element; that is, there’s a number c°€C with c° <= c for all c € C

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

Divides

A

If a and b are integers, then a divided b denoted by a|b, if there’s an int c with b=ca. We can also say that a is a divisor (or a factor) of, and that b is a multiple of a

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

Prime

A

An int a is a prime if a >= and its only divisors are +- 1 and +-2: if a>= 2 has other divisors, then it’s called composite

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

Composite

A

If a >= 2 has other divisors (other than +-1 and +-a

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

Division algorithm

A

If a and b are positive integers, then there are unique (i.e. exactly one) integers q (the quotient) and r (the remainder) with b=qa+r and 0<=r<a></a>

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

Common divisor

A

The common divisor of integers a and b is an integer c with c/a and c/b

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

Greatest common divisor

A

The greatest common divisor of a and b, denoted by gcd(a,b) or more briefly, by (a,b) (or more briefly, by (a,b)), is defined by

Gcd(a,b)={
0 if a=0=b
The largest common divisor of a and b o.w.
}

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

Linear combination

A

A linear combination of integers a and b is an integer of the form sa+tb where s,t€Z (the numbers s,t are allowed to be negative ).

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

Corollary 1.20

A

Let a and b be integers a nonnegative common divisor d is their gcd iff c|d for every common divisor c of a and b

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

Euclids lemma Thm 1.21

A

If p is a prime and p|ab for integers a,b, then p|b. Conversely, if m>=2 is an int s.t. m|ab always implies m|a or m|b, then m is a prime

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

Relatively prime

A

Call integers a and b relatively prime if their gcd is 1

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

Proposition 1.23

A

Let a and b be ints.
(i) gcd(a,b)=1 (that is, a and b are relatively prime) iff 1 is a linear combination of a and b

(ii) if d=gcd(a,b)=/ 0, then the ints a/d and b/d are relatively prime

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

Primitive

A

A Pythagorean triple (a,b,c) is primitive if a,b,c have no common divisor d>=2; that is, there is no int d>=2 which divides each of a,b, and c.

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