3

I have a question.

How do I prove the following identity? $$ f(S\cup T) = f(S) \cup f(T) $$

Julien
  • 44,791
Jun Hao
  • 317
  • 4
    Prove both inclusions. Go step by step. If $y$ belongs to the lhs, there is $x$ in $S\cup T$ such that $y= f(x)$. If $x$ belongs to $S$ in the first place, then $y=f(x)$ belongs to $f(S)\subseteq f(S)\cup f(T)$. Etc... – Julien Mar 23 '13 at 12:09
  • it's not clear. Are you saying that given two sets s and t, the set of values of f on the union of s and t is the same as the union of the set of values of f(s) and f(t)? – mau Mar 23 '13 at 12:10
  • please use latex for math notation. 2. what are your own thoughts? what is your definition of them being equal?
  • – akkkk Mar 23 '13 at 12:10
  • 1
    Please notice for further reference the $\LaTeX$ editing that has been made to your post. – Andreas Caranti Mar 23 '13 at 12:13