Thread Closed

Power Sets

 
Share Thread Thread Tools
Mar22-06, 08:19 PM   #1
 

Power Sets


How in the heck do i prove these:

Prove whether the following equations are true for all sets. For each one that's not always true, try to prove that one side is a subset of the other, and give a counterexample to the other direction. If neither side must be a subset of the other, give a counterexample to both directions:

let P(A) denote the power set of A

a) P(A U B) = P(A) U P(B)
b) P(A-B) = P(A) - P(B)
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Mar22-06, 08:27 PM   #2
 
Recognitions:
Science Advisor Science Advisor
a. is not true. Think about it, try an example or two. The subset goes from right to left. To prove things like this, you assume x is an element of P(A) U P(B) and show that x must be an element of P(A U B).

b. is also not true, the subset goes from left to right.
 
Mar22-06, 10:51 PM   #3
 
for part (b) i dont think either side is a subset of each other because:

let A = {1,2}
B = {1,3}
A-B = {2}

P(A) = {0, 1, 2, {1,2}}
P(B) = {0, 1, 3, {1,3}}
P(A)-P(B) = {2, {1,2}}
P(A-B) = {0, 2}

they aren't equal and one isn't a subset of another.
 
Mar22-06, 11:49 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Power Sets


Ah, you're right.
 
Thread Closed
Thread Tools


Similar Threads for: Power Sets
Thread Forum Replies
[SOLVED] how many elements are in two power sets Calculus & Beyond Homework 6
finding sets, listing sets (discrete math) Calculus & Beyond Homework 2
Power Sets: What's wrong with this reasoning? Set Theory, Logic, Probability, Statistics 0
Discrete Math... Proving some power sets Calculus & Beyond Homework 5