I have to prove the following statement. Let$ f: X\to Y$ be a function and A and B subsets of X. Show:
1) $f(A\cap B) \subset f(A) \cap f(B)$
2) If f is injective, then $f(A\cap B) = f(A) \cap f(B)$
To begin with 1, I started as follows:
y $\in$ f(A$\cap$B) $\iff$ $\exists$x $\in$ A$\cap$B: y = f(x) $\iff$ $\exists$x $\in$ X: x $\in$ A$\cap$B $\land$ y = f(x)
My problem then is, if I write this out like this, I have f(A$\cap$B) = f(A) $\cap$ f(B), which is not correct. Is it maybe possible that my starting point is not good for this statement? Thank you for your help.