PDA

View Full Version : Powerset proof


Klion
Nov6-03, 10:02 PM
P for powerset, n for intersection

show that P(AnB)=P(A) n P(B)

Studying for a midterm, seen this question in our textbook and on an old midterm. No idea how to do it. Anyone know?

NateTG
Nov7-03, 01:39 AM
It's pretty basic, just apply definitions, and you should be ok.
Just prove that if x is in P(A ∩ B) then x is also in P(A) ∩ P(B), and
that if x is in P(A) ∩ P(B) then x is in P(A ∩ B).

It should just be applying definitions.

Klion
Nov7-03, 03:52 AM
I know the idea behind doing a proof heh, I think my textbook is somewhat lacking though. What definitions shoudl I be attempting to make use of. Only info ive found on powersets in textbook is what the powerset actually is (the set containing all the subsets). Cant think of any helpful way to apply that to a general case though.

NateTG
Nov7-03, 01:00 PM
Ok:

x is in P(A ∩ B) is equivalent to saying that
x is a subset of A ∩ B
so each element χ of x is in A ∩ B
so each element χ of x is in A and in B
so x is a subset of A and x is a subset of B
so x is in P(A) and x is in P(B)

you should have no problem filling in the holes, and going in the other direction from there.

jcsd
Nov7-03, 06:04 PM
Shouldn't that be x is an element of....

HallsofIvy
Nov8-03, 08:54 AM
Shouldn't that be x is an element of....

No, x is a subset of A∩B is correct.

x is an element of P(A∩B) which is the collection of all subsets of A∩B.

jcsd
Nov8-03, 08:58 AM
I see, set theory is quite new to me, it was taken off our curriclum at school and isn't much used in undergraduate physics (well not in the first year anyway).