Definitions [13]
A relation from set A to set B is any subset of the Cartesian product \[A \times B\].
So, if \[R \subseteq A \times B\], then R is a relation from A to B.
A function from set A to set B is a relation in which every element of A has exactly one image in B.
Condition for a Function
-
every element of the domain must be used
-
no element of the domain can have more than one image
-
different elements may have the same image
- Domain: The set of all first components of the ordered pairs in a relation R is called the domain of the relation R.
-
Codomain: If R is a relation from A to B, then the set B is called the co–domain of the relation R.
-
Range: The set of all second components of all ordered pairs in a relation R is called the range of the relation.
An ordered pair is a pair of objects whose components occur in a special order. It is written by listing the two components in the specified order, separating them by a comma and enclosing the pair in parentheses. In the ordered pair (a, b), a is called the first component and b the second component.
-
Two ordered pairs are equal only if their corresponding components are equal, so (a,b) = (c,d) if and only if a = c and b = d.
-
In general, (a,b) ≠ (b,a)(a,b).
If A and B are two non-empty sets, then their Cartesian product is written as \[A \times B\].
-
It is the set of all ordered pairs \[(a, b)\] such that \[a \in A\] and \[b \in B\].
-
\[A \times B = \{(a, b) : a \in A, b \in B\}\].
Define an equivalence relation ?
A relation R on set A is said to be an equivalence relation if
(i) it is reflexive,
(ii) it is symmetric and
(iii) it is transitive.
Relation R on set A satisfying all the above three properties is an equivalence relation.
Define a symmetric relation ?
A relation R on a set A is said to be symmetric if
(a, b) ∈ R
⇒ (b, a) ∈ R for all a b ∈ A
i.e. aRb ⇒ bRa for all a , b ∈ A
Define a transitive relation ?
A relation R on a set A is said to be transitive if
(a, b) ∈ R and (b, c) ∈ R
⇒ (a, c) ∈ R for all a, b , c ∈ R
i.e. aRb and bRc
⇒ aRc for all a, b, c ∈ R
A relation R on a (non-empty) set A is called an equivalence relation iff it is :
(i) reflexive, (ii) symmetric and (iii) transitive, i.e. iff
- a R a for all a ∈ A
- a R b implies b R a for all a, b ∈ A and
- a R b, b R c implies a R c for all a, b, c ∈ A
If R is an equivalence relation on a set A, then the equivalence class of an element \[a \in A\] is the set of all elements of A related to a.
This means an equivalence class collects all elements that are considered “equivalent” under the given relation.
Let f: A → B and g: B → C be any two functions. Then, the composition of f and g, denoted by gof, is defined as a function gof: A → C given by
gof(x) = g[f(x)], ∀ x ∈ A
- Domain (gof) = Domain (f)
- g∘f(x) = g(f(x)) → first apply f, then g

A Function is called a self-inverse function if its inverse is the exact same as the original function.
-
Condition: \[(f \circ f)(x) = I_x = x\].
-
Examples: \[f(x) = \frac{5}{x}\] and \[g(x) = 7 - x\].
A function \[f: X \to Y\] is defined to be invertible if there exists a function \[g: Y \to X\] such that:
Where \[I_X\] and \[I_Y\] are identity functions on sets X and Y. The function g is the inverse of f, denoted as \[f^{-1}\].

An inverse function takes
us back where we started
Theorems and Laws [2]
Prove that the greatest integer function f : R → R, given by f(x) = [x], is neither one-one nor onto, where [x] denotes the greatest integer less than or equal to x.
f : R → R, given by f(x) = [x]
It is seen that f(1.2) = [1.2] = 1 and f(1.9) = [1.9] = 1.
∴ f(1.2) = f(1.9), but 1.2 ≠ 1.9.
∴ f is not one-one.
Now, consider 0.7 ∈ R.
It is known that f(x) = [x] is always an integer. Thus, there does not exist any element x ∈ R such that f(x) = 0.7.
∴ f is not onto.
Hence, the greatest integer function is neither one-one nor onto.
Let f, g and h be functions from R to R. Show that
(f + g)oh = foh + goh
(f · g)oh = (foh)·(goh)
To prove:
(f + g)oh = foh + goh
Consider:
((f + g)oh)(x)
= (f + g)(h(x))
= f(h(x)) + g(h(x))
= (foh)(x) + (goh)(x)
= {(foh) + (goh)}(x)
∴ ((f + g)oh)(x) = {(foh) + (goh)}(x) ∀ x ∈ R
Hence, (f + g)oh = foh + goh.
To prove:
(f · g)oh = (foh)·(goh)
Consider:
((f · g)oh)(x)
= (f · g)(h(x))
= f(h(x))·g(h(x))
= (foh)(x)·(goh)(x)
= {(foh)·(goh)}(x)
∴ ((f · g)oh)(x) = {(foh)·(goh)}(x) ∀ x ∈ R
Hence, (f · g) oh = (foh)·(goh).
Key Points
| Term | Meaning |
|---|---|
| Ordered Pair | Pair of elements written in a fixed order |
| Cartesian Product | Set of all ordered pairs from two sets |
| Relation | Subset of a Cartesian product |
| Domain | Set of first elements of a relation/function |
| Codomain | Target set into which mapping occurs |
| Range | Actual set of output values obtained |
| Function | Relation assigning exactly one output to each input |
-
Empty relation and universal relation are called trivial relations.
-
Identity relation always contains all self-pairs and is always reflexive.
-
To check reflexivity, see whether every (a,a) is present in the relation.
-
To check symmetry, see whether every (a,b) has the reverse pair (b,a).
-
To check transitivity, see whether (a,b) and (b,c) together give (a,c).
-
A relation is an equivalence relation only when all three properties—reflexive, symmetric, and transitive—are satisfied together.
-
An equivalence relation must be reflexive, symmetric, and transitive.
-
Equality is a standard example of an equivalence relation.
-
Relations like “greater than” or “is mother of” are not equivalence relations because they do not satisfy all three properties.
-
Equivalence classes are sets of mutually related elements.
-
Equivalence relations and partitions of sets are closely connected.
| Type of Function | Condition | Key Idea |
|---|---|---|
| One-One (Injective) | f(x₁) = f(x₂) ⇒ x₁ = x₂ | Different inputs → different outputs |
| Onto (Surjective) | Range = Codomain | Every element of the codomain is mapped |
| Into Function | Range ⊂ Codomain | Some elements of the codomain are not mapped |
| Many-One Function | x₁ ≠ x₂ but f(x₁) = f(x₂) | Different inputs → same output |
| Bijective Function | One-one + Onto | Perfect mapping (1-1 and onto) |
-
In \[g \circ f\], first apply f, then apply g.
-
\[(g \circ f)(x) = g(f(x))\].
-
Composition is defined only when the output of the first function is acceptable as input to the second function.
-
In general, \[g \circ f \neq f \circ g\].
-
Composition is associative whenever defined.
-
Identity function leaves a function unchanged under composition.
- An invertible function is a function that has an inverse.
-
A function is invertible if and only if it is bijective.
-
The graph of \[f^{-1}\] is the reflection of the graph of f in the line y = x.
- \[f^{-1}(f(x)) = x\] and \[f(f^{-1}(x)) = x\]
-
\[(f^{-1})^{-1} = f\]
-
\[(g \circ f)^{-1} = f^{-1} \circ g^{-1}\]
-
An inverse is unique whenever it exists.
Important Questions [27]
- If R = {(x, y) : x, y ∈ Z, x2 + y2 ≤ 4} is a relation on Z, then the domain of R is ______.
- Read the following passage: An organization conducted bike race under two different categories – Boys and Girls. There were 28 participants in all. Among all of them
- If R=[(x, y) : x+2y=8] is a relation on N, write the range of R.
- Let a = {X ∈ Z : 0 ≤ X ≤ 12}. Show That R = {(A, B) : A, B ∈ A, |A – B| is Divisible by 4}Is an Equivalence Relation. Find the Set of All Elements Related to 1. Also Write the Equivalence Class [2]
- Let R = {(A, A3) : a is a Prime Number Less than 5} Be a Relation. Find the Range of R. [Cbse 2014]
- Show that the Relation R on the Set Z of Integers, Given by R = {(A,B):2divides (A - B)} is an Equivalence Relation.
- If f(x) = (4x + 3)/(6x – 4), x ≠ 2/3, show that fof (x) = x for all x ≠ 2/3. Also, find the inverse of f.
- Show that the Relation R on the Set Z of All Integers, Given by R = {(A,B) : 2 Divides (A-b)} is an Equivalence Relation.
- Show that the Relation R on ℝ Defined as R = {(A, B): a ≤ B}, is Reflexive, and Transitive but Not Symmetric.
- Show that the Relation R Defined by (A, B)R(C,D) ⇒ a + D = B + C on the a X a , Where a = {1, 2,3,...,10} is an Equivalence Relation.
- For the matrix A = (2,3),(5,7), find (A + A') and verify that it is a symmetric matrix.
- Show that the relation S in the set A = x ∈ Z : 0 ≤ x ≤ 12 given by S = (a, b) : a, b ∈ Z, ∣a − b∣ is divisible by 3 is an equivalence relation.
- Let A = {3, 5}. Then number of reflexive relations on A is ______.
- Let A = {1, 2, 3,......, 9} and R be the relation in A × A defined by (a, b) R (c, d) if a + d = b + c for (a, b), (c, d) in A × A. Prove that R is an equivalence relation. Also, obtain the equivalence class [(2, 5)].
- Let N denote the set of all natural numbers and R be the relation on N × N defined by (a, b) R (c, d) if ad (b + c) = bc (a + d). Show that R is an equivalence relation.
- Show that the function f in A=R-{2/3} defined as
- Show that the Function F: ℝ → ℝ Defined by F(X) = `X/(X^2 + 1), ∀X in R`Is Neither One-one Nor Onto. Also, If G: ℝ → ℝ is Defined as G(X) = 2x - 1. Find Fog(X)
- The function f(x) = [x], where [x] denotes the greatest integer less than or equal to x; is continuous at ______.
- If F, G : R → R Be Two Functions Defined As F(X) = |X| + X And G(X) = |X| X, ∀X∈R" > X, ∀X ∈ R .Then Find Fog and Gof. Hence Find Fog(–3), Fog(5) and Gof (–2).
- Let a = ℝ − {3}, B = ℝ − {1}. Let F : a → B Be Defined by F ( X ) = X − 2 X − 3 , ∀ X ∈ a Show that F is Bijective. Also, Find
- A function f : [– 4, 4] → [0, 4] is given by f(x) = 16-x2. Show that f is an onto function but not a one-one function. Further, find all possible values of 'a' for which f(a) = 7.
- Write the domain and range (principle value branch) of the following functions: f(x) = tan–1 x.
- Let A = R − (2) and B = R − (1). If f: A ⟶ B is a function defined by "f(x)" =("x"-1)/("x"-2), how that f is one-one and onto. Hence, find f−1.
- Let f : W → W be defined as f(n)={(n-1, if n is odd),(n+1, if n is even) :} Show that f is invertible and find the inverse of f. Here, W is the set of all whole numbers.
- If the function f : R → R be defined by f(x) = 2x − 3 and g : R → R by g(x) = x3 + 5, then find the value of (fog)−1 (x).
- Let F : W → W Be Defined as F(X) = X − 1 If X is Odd and F(X) = X + 1 If X is Even. Show that F is Invertible. Find the Inverse of F, Where W is the Set of All Whole Numbers
- Consider F: `R_+ -> [-5, Infinite]` Given by `F(X) = 9x^2 + 6x - 5`. Show that F is Invertible with `F^(-1) (Y) ((Sqrt(Y + 6)-1)/3) Find Fpower(-1)(10) Where R+ Is the Set of All Non-negative Real Numbers.
