0

Let $f:X \to Y$ be a function. Prove that $f$ is injective if and only if $f(A\cap B)=f(A)\cap f(B),$ for any two sets $A, B \subseteq X.$

Air Mike
  • 3,806
  • In addition, what are $A$ and $B$? –  Jan 02 '21 at 15:50
  • @StinkingBishop i think they should be subsets of $X$. but OP should still show some context and an attempt – C Squared Jan 02 '21 at 15:53
  • 2
    @CSquared I know the statement the OP has been asked to prove, I want to check if the OP knows it. Basically some quantifier needs to stand in front of $A,B\subseteq X$, but which one: $\forall$ or $\exists$?! –  Jan 02 '21 at 15:54
  • hint: for the backwards direction, given $x_1\neq x_2\in X$, try applying the intersection condition when $A={x_1}$ and $B={x_2}$. for the forwards direction, given $A,B\subseteq X$, note first that $f(A\cap B)\subseteq f(A)\cap f(B)$ for any function $f:X\to Y$ (why?), so we only need to check that $f(A\cap B)\supseteq f(A)\cap f(B)$. what does it mean if $y\in f(A)\cap f(B)$? – Atticus Stonestrom Jan 02 '21 at 16:00