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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top