Is P(E) U P(F) Equal to P(E U F)?

alexs1000
Messages
1
Reaction score
0

Homework Statement


Prove that(power set) P(E) U P(F) is a subset of P(E U F)


Homework Equations



P(E) U P(F) is a subset of P(E U F)

The Attempt at a Solution


P(E)U P(F)={x:xεP(E) or xεP(F)}
but P(E)={X:X is a subset of E} or P(E)={x:xεX→xεE}
so we get P(E)U P(F)={x:xεX→xεE or xεX→xεF}
but logical implication p→q⇔non(p) or q
so we get P(E) U P(F)={x:non(xεX) or xεE or non(xεX) or xεF}
therefore by the idempotence property and comutativity of the logical operators
P(E) U P(F)={x:non(xεX) or xεE or xεF}
and we get P(E) U P(F)={x:non(xεX) or xεE U F}
which is exactly P(E U F).My question is why is it that only the inclusion stands, and why not equality also.Thank you.
 
Physics news on Phys.org
alexs1000 said:

Homework Statement


Prove that(power set) P(E) U P(F) is a subset of P(E U F)


Homework Equations



P(E) U P(F) is a subset of P(E U F)

The Attempt at a Solution


P(E)U P(F)={x:xεP(E) or xεP(F)}
but P(E)={X:X is a subset of E} or P(E)={x:xεX→xεE} <== This is not correct.
so we get P(E)U P(F)={x:xεX→xεE or xεX→xεF} <== Nor this

You've gone wrong here. Power sets are collections of sets, so you have to be able to work with sets as elements to do this correctly.

To show equality does not hold, you could find an example where it doesn't hold.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top