Could someone help me with this problem? I have no idea how to attempt to solve it nor do I know where I can ask for help besides her.
2026-03-31 07:56:49.1774943809
On
Prove that $A^c = (A^c∩B)∪(A^c∩B^c)$
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
$$\begin{alignat}{2}(A^c\cap B)\cup(A^c\cap B^c) &= (A^c\cup A^c)\cap(A^c\cup B^c)\cap(B\cup A^c)\cap(B\cup B^c) & \text{(distributive law)}\\ &= A^c\cap(A^c\cup B^c)\cap(B\cup A^c)\cap(B\cup B^c) & \text{(idempotent AND law)}\\ &= A^c(1\cap B^c)\cap(B\cup A^c)\cap(B\cup B^c) & \text{(distributive law)}\\ &= A^c\cap (B\cup A^c)\cap(B\cup B^c) & \text{(identity OR law)}\\ &= A^c(1\cap B)\cap(B\cup B^c) & \text{(distributive law)}\\ &= A^c\cap(B\cup B^c) & \text{(identity OR law)}\\ &= A^c\cap1 & \text{(complement law)}\\ &= A^c & \text{(annulment law)}\end{alignat}$$
Set unions and intersections distribute over each other, so we can rewrite $$ (\overline{A}\cap B) \cup (\overline{A} \cap \overline{B}) $$ Instead as: $$ \overline{A} \cap (B\cup\overline{B}) $$ The union of a set and its complement is just the universal set $U$ in which $A$ and $B$ reside, and the intersection of any set with $U$ in turn is just that set: $$ \overline{A} \cap (B\cup\overline{B}) = \overline{A}\cap U = \overline{A} $$
You can also prove it directly, like so.