Solveeit Logo

Question

Question: Let $f: A \rightarrow B$ and $g: C \rightarrow A$ be functions. Then which of the following options ...

Let f:ABf: A \rightarrow B and g:CAg: C \rightarrow A be functions. Then which of the following options is/are correct?

A

If ff and gg are Injective, then fgf \circ g is also Injective.

B

If ff and gg are Surjective, then fgf \circ g is also Surjective.

C

If fgf \circ g is Injective, then gg MUST be Injective.

D

If fgf \circ g is Injective, then ff need not be Injective.

Answer

(A), (B), (C), (D)

Explanation

Solution

  • (A) If ff and gg are Injective, then fgf \circ g is also Injective.
    Let x1,x2Cx_1, x_2 \in C such that (fg)(x1)=(fg)(x2)(f \circ g)(x_1) = (f \circ g)(x_2). This means f(g(x1))=f(g(x2))f(g(x_1)) = f(g(x_2)). Since ff is injective, g(x1)=g(x2)g(x_1) = g(x_2). Since gg is injective, x1=x2x_1 = x_2. Thus, fgf \circ g is injective.
    * (B) If ff and gg are Surjective, then fgf \circ g is also Surjective.
    Let yBy \in B. Since ff is surjective, there exists aAa \in A such that f(a)=yf(a) = y. Since gg is surjective, there exists cCc \in C such that g(c)=ag(c) = a. Then (fg)(c)=f(g(c))=f(a)=y(f \circ g)(c) = f(g(c)) = f(a) = y. Thus, fgf \circ g is surjective.
    * (C) If fgf \circ g is Injective, then gg MUST be Injective.
    Let x1,x2Cx_1, x_2 \in C such that g(x1)=g(x2)g(x_1) = g(x_2). Applying ff to both sides, f(g(x1))=f(g(x2))f(g(x_1)) = f(g(x_2)), which means (fg)(x1)=(fg)(x2)(f \circ g)(x_1) = (f \circ g)(x_2). Since fgf \circ g is injective, x1=x2x_1 = x_2. Therefore, gg is injective.
    * (D) If fgf \circ g is Injective, then ff need not be Injective.
    Counterexample: Let A={1,2}A = \{1, 2\}, B={3}B = \{3\}, C={4}C = \{4\}. Define f(1)=3,f(2)=3f(1) = 3, f(2) = 3 (not injective). Define g(4)=1g(4) = 1. Then (fg)(4)=f(g(4))=f(1)=3(f \circ g)(4) = f(g(4)) = f(1) = 3. The function fgf \circ g has a singleton domain, so it is injective, while ff is not.