1

Let $f:S\to{T}$ be a function. If $A$ and $B$ are two arbitary subsets of $S$ prove that $f(A\cap {B})\subseteq {f(A)\cap{f(B)}}$

Darth Geek
  • 12,296
Satvik Mashkaria
  • 3,636
  • 3
  • 19
  • 37

1 Answers1

5

Let $y \in f(A\cap B)$. Then there is an $x \in A\cap B$ so that $f(x) = y$

But $x\in A$ so $f(x)\in f(A)$ and $x\in B$ so $f(x)\in f(B)$ therefore $f(x)\in f(A)\cap f(B)$ i.e. $y\in f(A)\cap f(B)$

Darth Geek
  • 12,296