566 views
1 votes
1 votes
Let $f:A\to B$ and $E$ and $F$ be subsets of $A$. Is below statement true or false?

$S:f(E \cap F)= f(E) \cap f(F)$

2 Answers

Best answer
3 votes
3 votes

False :

Consider $E: \{1,2,3,4\}$,   $F:\{3,4,5,6\}$

$f(E) = \{5,6,7,8\}$

$f(F)=\{7,8,11,6\}$

$f(E \cap F) = \{7,8\}$

where as, $f(E) \cap f(F) = \{6,7,8\}$

Becomes TRUE only when $f$ is one-one (injective). 


Alternatively

$ f(E \cap F) \subseteq f(E)$ as intersection never adds any new element to a set and a function should have a mapping for all elements in domain.

Similarly, $ f(E \cap F) \subseteq f(F)$

Combining both,

$ f(E \cap F) \subseteq f(E) \cap f(F)$

$\subseteq$ becomes $=$ only when $f$ is one-one - when the mappings are unique for each element. 

edited by
0 votes
0 votes
Yes if f is one-one and onto else no

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
4
Abhipsa asked Jan 23, 2019
557 views
What is the number of relations S over set {0,1,2,3} such that (x,y) $\epsilon$ S $\Rightarrow x = y$ ? Thanks.