GregA
- 210
- 0
Homework Statement
I have been asked to show that \exists xAP(x)\vee\exists xBP(x) is equivalent to \exists x(A\cup B)P(x)
Homework Equations
1) P\rightarrow Q \equiv \neg P \vee Q
2) \neg(P\vee Q)\equiv \neg P \wedge \neg Q
3) P \vee (Q\vee R) \equiv (P\vee Q) \vee R \equiv P \vee Q\vee R
The Attempt at a Solution
\exists xAP(x)\vee\exists xBP(x)
\exists x(x\in A \rightarrow P(x))\vee\exists x(x\in B \rightarrow P(x)) definition of the above
\exists x[(x\notin A \vee P(x))\vee (x\notin B \vee P(x))] using (1)
\exists x(x\notin A \vee x\notin B \vee P(x)) using (3)
\exists x[\neg(x\in A \wedge x\in B) \vee P(x)] using (2)
\exists x[x\in (A\cap B) \rightarrow P(x)] using (1) and simplifying the expression ... \exists x(A\cap B)P(x)
This is not what the book is asking me to show though!...and I can't see where I've gone wrong either

\exists xAP(x)\wedge\exists xBP(x) which is still no good!
Trying to think of it in terms of words then:
Referring to A as (the set of colours of an object), referring to B as (the set of shapes of an object) and P(x) as ( P likes it) then
\exists xAP(x)\vee\exists xBP(x) is saying that if there exists a certain colour then P likes the object or if there exists a certain shape then P likes the object
My conclusion \exists x(A\cap B)P(x) however says that if there exists a certain shape AND a certain colour then P likes the object
what I am meant to show however seems correct inspite of my efforts ie: \exists x(A\cup B)P(x) if there exists a certain shape OR a certain colour then P likes the object
Can anyone show me where I'm going wrong?
Last edited: