SithsNGiggles
- 183
- 0
Homework Statement
Let F be a relation from X to Y and let A and B be subsets of X. Then,
F(A \cap B) \subseteq F(A) \cap F(B)
The Attempt at a Solution
Let y \in F(A \cap B). Then, \exists x \in A \cap B, so \exists x \in A and x \in B.
Then, y \in F(A) and y \in F(B), so y \in F(A) \cap F(B).
Therefore, y \in F(A \cap B) \Rightarrow y \in F(A) \cap F(B), and hence, F(A \cap B) \subseteq F(A) \cap F(B).
I'm having trouble showing that the right side is not a subset of the left. Thanks for any help.