Solveeit Logo

Question

Question: If ‘\[f\]’ and ‘\[g\]’ are bijective functions and \[gof\] is defined then \[gof\] must be A. Inj...

If ‘ff’ and ‘gg’ are bijective functions and gofgof is defined then gofgof must be
A. Injective
B. Surjective
C. Bijective
D. Into only

Explanation

Solution

Here we use the definition of bijective function and write the two functions in the form of mapping from one set to another where the domain in function gg will be the co-domain of the function ff.
Using the concept of composition function we check if gofgofis one-one or onto or both and then decide from the given options.

  • A bijective function is a mapping that is both one-one and onto.
  • We check the function ff is one-one if f(a)=f(b)a=bf(a) = f(b) \Rightarrow a = b
  • We check the function ff is onto if for every value f(x)f(x) in the co-domain there is an elementxx in the domain.

Complete step-by-step answer:
Let us assume the two functions such that the domain in function gg will be the co-domain of the functionff.
f:ABf:A \to B
g:BCg:B \to C
Let us assume the elements a1,a2A{a_1},{a_2} \in A
Now we know that the composition function is defined.
We write gof=g[f(x)]gof = g[f(x)] where x is an element of the domain.
Now we will check if the composition function is one-one by using the conceptf(a)=f(b)a=bf(a) = f(b) \Rightarrow a = b.
We take gof(a1)=gof(a2)gof({a_1}) = gof({a_2})
Opening the composition function we write
g[f(a1)]=g[f(a2)]\Rightarrow g[f({a_1})] = g[f({a_2})]
Since g is bijective function so we have g[f(a1)]=g[f(a2)]f(a1)=f(a2)g[f({a_1})] = g[f({a_2})] \Rightarrow f({a_1}) = f({a_2})
f(a1)=f(a2)\Rightarrow f({a_1}) = f({a_2})
Since, f is a bijective function so we have f(a1)=f(a2)a1=a2f({a_1}) = f({a_2}) \Rightarrow {a_1} = {a_2}
a1=a2\Rightarrow {a_1} = {a_2}
Therefore, the composition function is one-one.
Now we check if the composition function is onto.
Since,
We know that the function f is onto, therefore we can write for every bB,aAb \in B,\exists a \in A such that f(a)=bf(a) = b.
Since,
Also, we know that the function g is onto, therefore we can write for every cC,bBc \in C,\exists b \in B such that g(b)=cg(b) = c.
We can substitute the value of f(a)=bf(a) = bin g(b)=cg(b) = c
g(f(a))=c\Rightarrow g(f(a)) = c
LHS is the composition function gofgof.
So, gofgofis onto function.
Since, gofgof is one-one and onto, we can say gofgof is a bijective function.

So, option C is correct.

Note: Students might get confused if they take a set of elements and try to prove one-one and onto for each element which will be a long process, so we use the concepts and basic definitions of bijective functions to find the nature of the function.

  • Composition function is the function where we apply one function to the value obtained from another function. So we can write gof=g[f(x)]gof = g[f(x)] where x is an element from the domain.