What are some examples where the intersection of two sets is a member of one of the sets?
Let A,B,C,D be sets whose elements are sets of integers. A = \{\emptyset, \{1,2\},\{3\} \}
B = \{\{4,5,6\},\{7,8\} \}
C = \{ \emptyset, \{7,8\} \}
D = \{ \{3\}, \{4,5,6\} \} Then A \cap B =...