How can we prove $P(A \cap B) = P(A) \cap P(B)$?

  • Context:
  • Thread starter Thread starter tmt1
  • Start date Start date
  • Tags Tags
    Power Sets
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
tmt1
Messages
230
Reaction score
0
$P(A \cap B) = P(A) \cap P(B)$

How can we prove this to be true?
 
Last edited by a moderator:
Physics news on Phys.org
Hi tmt,

To show two sets $X$ and $Y$ are equal, you must prove that every element of $X$ belongs to $Y$ and vice versa. In your case, you must prove that every element of $P(A\cap B)$ belongs to $P(A)\cap P(B)$, and every element of $P(A) \cap P(B)$ belongs to $P(A\cap B)$. Use the definitions of the power set and intersection $\cap$ to do it.
 
Normally, the way one proves that two sets are equal is to show they contain exactly the same elements-which is equivalent to showing they are subsets of each other.

Here's how one such proof might begin:

Suppose $X \in P(A \cap B)$. Then $X \subseteq A \cap B$.

Now $A \cap B \subseteq A$, and $A \cap B \subseteq B$, by the definition of "$\cap$".

So, $X \subseteq A$, and...