Is $(A∩B)×C=(A×C)∩(B×C)$ true for all sets $A$, $B$ and $C$? If so, prove it. If not, give an example of sets $A$, $B$ and $C$ for which it is false.
Use laws of logic to show that they do/do not have exactly the same elements?
Not really sure how to apply laws of logic to sets...
Definitions: $${X\cap Y:=\{z: z\in X\wedge z\in Y\}\\X\times Y := \{(x,y):x\in X\wedge y\in Y\}}$$ Alternatively (and equivalenetly) $${\forall z~(z\in X\cap Y\leftrightarrow ( z\in X\wedge z\in Y))\\\forall x~\forall y~((x,y)\in X\times Y \leftrightarrow (x\in X\wedge y\in Y))}$$
So, your task is to use the laws of logic to demonstrate whether $(A\cap B)\times C$ and $(A\times C)\cap( B\times C)$ have exactly the same contents.