$\forall A,B \in \mathcal U:$
$$\begin{align} (A\setminus B) \times (A\setminus B) &= (A \times A)\setminus (B \times B) &\text{True or False?} \\ (A \cup B)\setminus (B \cap A) &= (A \cap B)\setminus (A \cup B) &\text{True or False?} \end{align}$$
After learning the set operands, I am supposed to research and understand the problems above. Could anyone help?
For $A=\{1,2\}$ and $B=\{2\}$ we have $A\setminus B=\{1\}$, so $$(A\setminus B)^2 = \{(1,1)\}$$ while $$A^2\setminus B^2 = \{(1,1), (1,2), (2,1), (2,2)\} \setminus \{(2,2)\} = \{(1,1), (1,2), (2,1)\}$$ so the first statement is false.
For the second statement check $A=\{0\}$ and $B=\{1\}$.