I have a question.
How do I prove the following identity? $$ f(S\cup T) = f(S) \cup f(T) $$
I have a question.
How do I prove the following identity? $$ f(S\cup T) = f(S) \cup f(T) $$
Element chasing is a promising method here.
$y\in f(s\cup t)$ if and only if there is some $x\in s\cup t$ such that $f(x)=y$. If $x\in s$ then $y\in f(s)$, if $x\in t$ then $y\in f(t)$. Therefore $y\in f(s)\cup f(t)$.
I leave the second inclusion to you.
You know that if $R$ is a relation an d $A$ is a set then $$R(A)=\{y\mid\exists x(x\in A\wedge xRy)\}$$ now try to show that $$R(A\cup B)=R(A)\cup R(B)$$
You don't prove a function, but an identity which states that $$f(S \cup T) = f(S) \cup f(T)$$ When $x\in f(S\cup T)$ it means there is a $y \in S \cup T$ such that $f(y)=x$ make the same on the right hand side and compare both.
Begin your argument as follows. Can you move it further? $$ y\in f(s\cup t) \iff \exists x\in s\cup t \hbox{s.t.} f(x) = y $$