$ A \times (B \cup C) = (A \times B) \cup (A \times C) $
Let
$p=(x,y) \in A \times (B \cup C)$. So $x \in A$ and $y \in (B \cup C)$. Three cases arise from here:
- $y \in B$
2.$y \in C$
3.$y \in B \cap C$
Now proceeding from each case os trivial. But my question is that my textbook does not make third case which i do not understand why so.
Thanks
Since your third case is included in each of the two previous ones, it is already solved by your preceding reasonning.
Assuming you have solved case 1, then $y \in B \cap C \implies y \in B \implies p \in ( A \times B) \cup (A \times C)$
Written logically, $y∈(B∪C) \Leftrightarrow (y∈B$ or $y∈C)$ and there is no third case to consider.