I have a quiz tomorrow and while I was studying, I saw these questions at the book. Could you please help me to find the proper ways to solve these?
Let $A$ and $B$ be sets, and let $f : A \to B$ be a function defined in $A$ with values in $B$.
Prove the formula $f(A\cup B) = f(A)\cup f(B)$.
Is it true that $f(A\setminus B) \subset f(A)\setminus f(B)$?
Is it true that $f(A\setminus B) \supset f(A)\setminus f(B)$?
Here is what I have done so far:
I could not find a point to start proof.
is wrong. If we take $f(x) = x^2$, then $f(2) = 4$ and it is not an element of $f(A)\setminus f(B)$.
is wrong. Because if we again take $f(x) = x^2$, $A = \{0, 1, 2, 3, \dots\}$, $f(A) = B = \{0, 1, 4, 9, 16, 25, 36, \dots\}$, $f(B) = \{0, 1, 16, 81, \dots\}$, $f(A\setminus B) = \{2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, \dots\}$, $f(A)\setminus f(B) = \{4, 9, \dots\}$. $9 \in f(A)\setminus f(B)$ but $9\notin f(A\setminus B)$ therefore $f(A)\setminus f(B)$ is not a subset of $f(A\setminus B)$.
Regards.