Section 1 - Fundamental Concepts Flashcards
Cardinality
The number of elements in a set X if X is finite. Denoted |X|
|X| = infinity if X is not finite
Subset
If X and Y are sets, then X is said to be a subset of Y if every element of X is an element of Y
Cartesian Product
X x Y = {(x, y) | x∈X and y∈Y}
Image
If f: X -> Y is a function, its image is: Image(f) = {y∈Y | ∃x∈X such that f(x) = y}
Identity Function
If X is a non-empty set, then the identity function on X is the function: 1: X -> X
Injectivity
If ∀x1, x2 ∈ X, the equality f(x1) = f(x2) implies that x1 = x2
Surjectivity
If y∈Y, ∃x∈X such that f(x) = y
Bijectivity
A function that is injective and surjective. ∀y∈Y, ∃x∈X such that f(x) = y
Equivalence Relation
A binary relation is called an equivalence relation if all of the following hold:
- Reflexivity
- Symmetry
- Transitivity
Reflexivity
∀a∈A, a~a
Symmetry
∀a,b∈A, if a~b, then b~a
Transitivity
∀a,b,c∈A, if a~b and b~c, then a~c
Equivalence Classes
If ~ is an equivalence relation on a set A, then for a∈A, the equivalence class of a is the set: [a] = {b∈A | b~a}