1

Here's my attempt:

  • $f(A∩B) = f(\{x|x∈A∧x∈B\}) = \{f(x)|x∈\{x|x∈A∧x∈B\}\}$
  • $f(A)∩f(B) = f(\{x|x∈A\}) ∩ f(\{x|x∈B\}) = \{f(x)|x∈\{x|x∈A\}\} ∩ \{f(x)|x∈\{x|x∈B\}\} = \{x|x∈\{f(x)|x∈\{x|x∈A\}\}∧x∈\{f(x)|x∈\{x|x∈B\}\}\}$

And now I'm stuck. Please help.

  • In this post you can find links to several posts about this fact: http://math.stackexchange.com/questions/228613/is-this-a-valid-proof or http://math.stackexchange.com/questions/225333/is-this-proof-correct-to-prove-fa-cap-fb-subseteq-fa-cap-b-for-all-fun or http://math.stackexchange.com/questions/231145/prove-fs-cap-t-subseteq-fs-cap-ft or http://math.stackexchange.com/questions/170725/ or http://math.stackexchange.com/questions/239783/ or http://math.stackexchange.com/questions/144870/ – Martin Sleziak Sep 21 '14 at 06:12

1 Answers1

2

You have $$ A\cap B\subset A\implies f(A\cap B)\subset f(A),\\ A\cap B\subset B\implies f(A\cap B)\subset f(B) $$ so it follows that $f(A\cap B)\subset f(A)\cap f(B)$.

Kim Jong Un
  • 14,794
  • 1
  • 24
  • 49