545 views
2 votes
2 votes
Let $f: A \to B$ be a function and $S$ and $T$ be subsets of $B$. Consider the following statements about image (range) :

$S1:\quad f^{-1}(S \cup T) = f^{-1}(S) \cup f^{-1}(T)$
$S2:\quad f^{-1}(S \cap T) = f^{-1}(S) \cap f^{-1}(T)$

Which of the following is correct?

A) only S1 is true

B) only S2 is true

C) Both S1 and S2 is true

D) Neither S1 nor S2 is true

1 Answer

0 votes
0 votes

A = {1,2,3,4}
B = {1,4,9,16}
S = {1,4}
T = {4,9}

for S1:  f−1( S∪T ) = f−1(S) ∪ f−1(T) 

$\Rightarrow$  f−1(1,4,9) = f−1(1,4) ∪ f−1(4,9)
$\Rightarrow$ {1,2,3} = {1,2} ∪ {2,3}

$\Rightarrow$ {1,2,3} = {1,2,3}

hence S1 is true

for S2: f−1(S∩T) = f−1(S) ∩ f−1(T)

$\Rightarrow$   f−1(4) = f−1(1,4) ∩ f−1(4,9)

$\Rightarrow$  {2} = {1,2} ∩ {2,3}
$\Rightarrow$ {2} = {2}
hence S2 is true

Related questions

0 votes
0 votes
1 answer
2
srestha asked May 15, 2018
1,207 views
How to distinguish between countably finite , countably infinite , uncountably infinite set?for reference see this ques:https://gateoverflow.in/36654/why-set-of-all-funct...
2 votes
2 votes
1 answer
3
ram_18051996 asked Jun 15, 2017
546 views
{ a } ∈ A buta ∉ Awhy ?here ' a is the element of set {a} ' ,and ' set {a} is the element of A" , so " a also element of A " . please clear my doubt .