I've been working these set theory problems for homework and I think I'm getting the gist of them, but there seem to be little nuances that are giving me issues. For example, as mentioned in the title i'm trying to prove $$f[A\cap{B}]\subseteq{f[A]}\cap{f[B]}$$ So I say let $f$ be a function on sets $A$ and $B$ and let $x\in{A\cap{B}}$. Then $f(x)\in{f[A\cap{B}]}$. But $$f[A\cap{B}]=f[\{x|x\in{A} \text{ and } x\in{B}\}=\{f(x)|x\in{A}\text{ and }x\in{B}\}=f[A]\cap{f[B]}$$ Hence, $f(x)\in{f[A]\cap{f[B]}}$, and therefore, $f[A\cap{B}]\subset{f[A]}\cap{f[B]}$.
I believe this is right, but the remainder of the question asks me to show that proper inclusion can occur. I can't use the iff scenario with because that would show equality not the proper subset case. What am i missing?