LECTURE Equivalence Relations and Functions
LECTURE Equivalence Relations and Functions
Theorem 5
Let R be an equivalence relation on a finite set X. If each equivalence class has r
elements, then there are |X| / r equivalence classes.
Example:
Consider the equivalence classes for the equivalence relation R = {(a, a), (b, b), (c,
c)} .Since each equivalence class has 1 element, there are |X|/1 = 3/1 = 3 equivalence
classes.
FUNCTIONS
Examples:
1. Let X = {1, 2, 3} and Y = {a, b, c}. Define f = {(1, a), (2, b), (3, c)}. Then f is a
function.
2. Let X = {1, 2, 3, 4} and Y = {a, b, c}. Define f = {(1, a), (2,b), (3,c)} and g =
{(1,a), (2, a), (3,b), (4, c)}. Then f is not a function while g is a function.
3. f = {(1, a), (2, b), (3, c), (1, b)} is not a function.
4. Let X be the set of real numbers and Y be the set of all nonnegative real
numbers. Define f (x) = x 2 . Then, f is a function. In particular, we can have
f (1) = 12 = 1;
f (2) = 2 = 4;
f (-2) = -2 2 = 4.
5. Let X be the set of real numbers and Y be the set integers. Define the function
f (x) = [x], where [x] is the largest integer less than or equal to x. In particular,
f (2.5) = 2
f (0.25) = 0
f (-7/3) = -3
f (1) =1
6. Let A and B be non- empty sets. Then the function f :AxB → B is sometimes
called a transition function. One reason that such functions is called like this is
illustrated by the following :
Thus
Definition 27
Let f :X →Y be a function.
2. Let X = {1, 2, 3} and Y = {a, b, c, d}. Define the function as f = {(1, b), (3, a), (2, c)}.
Then f is one-to-one but not onto Y.
3. The function f (x) = x 2 from the set of real numbers to the set of all non-negative real
numbers is onto but not one-to-one.
4. Let greatest integer function f (x) = [x] is onto but not one-to-one.
5. Define a function f of the set of real numbers as f (x) = x+1. In particular we can have
f (1) = 2
f (1/2) = 3/2
f (-5) = -4 f (0) =1
Then f is a bijection
Definition 29
Suppose that g: X→ Y and f :Y→ Z. The composition function denoted by f o g is
defined as
Examples:
1. Let g = { (1, a), (2, a), (3, c)}, a function from X = {1, 2, 3} to Y= {a, b, c} and f = {(a,
y), (b, x), (c, z)}, a function from Y to Z = {x, y,z}. Then, f og = { (1, y), (2, y), (3, z)}.
Note: In general, the composition fog is not the same as the function gof. In fact,
it is usually the case that only one of the compositions can even be defined.