Chapter 0 Flashcards
Well Ordering Principle
Every nonempty set of positive integers contains a smallest member.
Division Algorithm
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.
GCD is a linear combination
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.
Euclid’s Lemma
For prime p, p | ab (integer a and b) implies
p | a or p | b.
Fundamental Theorem of Arithmetic
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.
First Principle of Mathematical Induction
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.
Second Principle of Mathematical Induction (Strong Form)
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.
Equivalence relation to a set S
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).
Equivalence class (of a set S containing a)
[a]={x ∈ S | x ~ a}
Partition of a set S
A collection of nonempty disjoint subsets of S whose union is S
Equivalence Classes Partition
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.
Function (mapping) φ from set A (domain) to set B (range)
A rule that assigns to each element a of A exactly one element b of B.
Image of A under φ: A→B
The set of images of all elements of A, i.e., {φ(a) | a ∈ A}
Composition of functions ψφ
Given φ: A→B and ψ: B→C, the mapping from A to C defined by (ψφ)(a) = ψ(φ(a)).
One-to-one (pertains to function φ: A→B)
Having the property that for every a,b ∈ φ, φ(a) = φ(b) implies a = b.