Let $f \colon A \to B$ be a function and let $p$ and $q$ be subsets of $A$. How can we prove by counterexample that $f(p) \cap f(q)$ is not a subset of $f(p \cap q)$?
Could anyone show me how to solve this problem?
Please?
Let $f \colon A \to B$ be a function and let $p$ and $q$ be subsets of $A$. How can we prove by counterexample that $f(p) \cap f(q)$ is not a subset of $f(p \cap q)$?
Could anyone show me how to solve this problem?
Please?
Here's one possibility. Suppose $f:A\to B$ is a function which is not injective. You could take $f(x)=x^2$, for instance. In any case, if there are two elements $a$ and $a'$ for which $f(a)=f(a')$ but $a\neq a'$ then $f(\{a\}\cap\{a'\})=f(\varnothing)=\varnothing$ but $f(\{a\})\cap f(\{a'\})=\{f(a)\}\neq\varnothing$.
Take $A=\{p,q\}$ with $p\ne q$ and $B=\{b\}$.
There is only one function $f:A\rightarrow B$ and it send $u$ and $v$ both to $b$.
Taking $P=\{p\}$ and $Q=\{q\}$ we find that $f(P\cap Q)=f(\emptyset)=\emptyset$.
$f(P)\cap f(Q)=\{b\}$ and is not a subset $f(P\cap Q)=\emptyset$.
Personally I would call this the most basic counterexample.