Chapter 0 Flashcards

1
Q

Well Ordering Principle

A

Every nonempty set of positive integers contains a smallest member.

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

Division Algorithm

A

Let a and b be integers with b > 0. Then there exist unique integers q and r for which a = bq + r and
0 ≤ r < b.

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

GCD is a linear combination

A

For any nonzero integers a and b, there exist integers
s and t for which gcd(a,b) = as + bt.

Furthermore, gcd(a,b) is the smallest positive integer of the form as + bt.

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

Euclid’s Lemma

A

For prime p, p | ab (integer a and b) implies

p | a or p | b.

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

Fundamental Theorem of Arithmetic

A

Every integer greater than 1 is a prime or a product of primes. This product is unique, except for the order in which factors appear.

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

First Principle of Mathematical Induction

A

Let S be a set of integers containing a. Suppose that S has the property that whenever some integer n ≥ a belongs to S, then the integer n + 1 also belongs to S. Then S contains every integer greater than or equal to a.

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

Second Principle of Mathematical Induction (Strong Form)

A

Let S be a set of integers containing a. Suppose that S has the property that whenever some integer n ≥ a belongs to S, then every integer less than n and greater than a also belongs to S. Then S contains every integer greater than or equal to a.

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

Equivalence relation to a set S

A

A set R of ordered pairs of elements of S such that

(1) (a,a) ∈ R for all a in S (reflexive property).
(2) (a,b) ∈ R implies (b,a) ∈ R for all a, b in S (symmetric property).
(3) (a,b) ∈ R and (b,c) ∈ R imply (a,c) ∈ R
for all a, b, c in S (transitive property).

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

Equivalence class (of a set S containing a)

A

[a]={x ∈ S | x ~ a}

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

Partition of a set S

A

A collection of nonempty disjoint subsets of S whose union is S

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

Equivalence Classes Partition

A

The equivalence classes of an equivalence relation on a set S constitute a partition of S. Conversely, for any partition P of S, there is an equivalence relation on S whose equivalence classes are the elements of P.

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

Function (mapping) φ from set A (domain) to set B (range)

A

A rule that assigns to each element a of A exactly one element b of B.

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

Image of A under φ: A→B

A

The set of images of all elements of A, i.e., {φ(a) | a ∈ A}

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

Composition of functions ψφ

A

Given φ: A→B and ψ: B→C, the mapping from A to C defined by (ψφ)(a) = ψ(φ(a)).

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

One-to-one (pertains to function φ: A→B)

A

Having the property that for every a,b ∈ φ, φ(a) = φ(b) implies a = b.

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

Onto (pertains to function φ: A→B)

A

Having the property that for every b ∈ B, there exists at least one a ∈ A for which φ(a) = b .

17
Q

properties of functions

A

Given functions α:A→B, β:B→C, γ:C→D. Then

(1) (γβ)α = γ(βα) (associativity).
(2) If α and β are one-to-one, so is βα.
(3) If α and β are onto, so is βα.
(4) If α is one-to-one and onto, then there is a function α-1 from B onto A such that (α-1α)(a) = a for all a in A and (αα-1)(b) = b for all b in B.