While I was reading I faced such example
$${(A\cap B) * (C \cap D) = (A * C) \cap (B * D)}$$
But then I faced another example that looks almost equal to this one, but has another solution
$${(A\cup B) * (C \cup D) = (A * C) \cup (A * D) \cup (B * C) \cup (B * D)}$$
So, question is what is the difference? Or there is just two ways how to look at this and I can write second expression with shape of first one like this
$${(A\cup B) * (C \cup D) = (A * C) \cup (B * D)}$$
or I miss something?
\times. – David K May 01 '20 at 19:54