Prove that ∀Z · ∃Q · (p(Q) → p(Z)) ⊨ ∀Z · (∃Q · p(Q)) → p(Z) does not hold by giving a suitable structure
I am working on this problem but am frankly stumped.
I read this as "for All Z such that there exists a Q such that if p(Q) then p(Z) has equivalence to all Z such that there exists a Q if p(Z)
Is this reading of the question correct?
What would a "suitable structure" be and how would you find it?
If anyone can help it would be greatly appreciated.
Thank you.
∀Z = “all people″
and we look at the three cases:
p(A) = A is a human p(A) = A is a cat p(A) = A is a female
the first one will always be true, the second will always be false, and the third will sometimes be true and sometimes be false.
Then the left hand side can read: For all people there exists a Q such that if Q is a female this implies all people are female.
The right hand side is for all people there exists Q with Q being female, then all people are female.
Is this a correct interpretation?
– Anand Feb 25 '14 at 22:32