Relations and Functions
Relations and Functions
Types of Relations
Empty Relation
If no element of A is related to any element of A, i.e. R = φ ⊂ A × A, then the relation R in a set A is
called empty relation.
Universal Relation
If each element of A is related to every element of A, i.e. R = A × A, then the relation R in set A is said to
be universal relation.
A relation R in a set A is called-
Reflexive- if (a, a) ∈ R, for every a ∈ A,
Symmetric- if (a1, a2) ∈ R implies that (a2, a1) ∈ R , for all a1, a2∈ A,
Transitive- if (a1, a2) ∈ R and (a2, a3) ∈ R implies that (a1, a3) ∈ R for all a1, a2, a3 ∈ A.
Equivalence Relation- A relation R in a set A is an equivalence relation if R is reflexive, symmetric and
transitive.
Functions
“a relation f from a set A to a set B is said to be a function if every element of set A has one and only one
image in set B”.
Types of Functions
1. One to one Function: A function f : X → Y is defined to be one-one (or injective), if the images of
distinct elements of X under f are distinct, i.e., for every x1 , x2 ∈ X, f(x1 ) = f(x2 ) implies x1 = x2 .
Otherwise, f is called many-one.
2. Onto Function: A function f: X → Y is said to be onto (or surjective), if every element of Y is the
image of some element of X under f, i.e., for every y ∈ Y, there exists an
3.One-one and Onto Function: A function f: X → Y is said to be one-one and onto (or bijective), if f
is both one-one and onto.
5. Find gof and fog, if The functions are f(x)=8x3 and g(x)=x1/3
Consider f: R → R given by f(x)=4x+3. Show that f is invertible. Find
the inverse of f
.