Please answer both questions that I listed at the end.
For question 37, B.
Here's what I did.
Let P(x,y) denote "x has visited y",
The domain of x be {everyone in the world}, and
The domain of y be {every country in the world}
Rewrite it in the logical form:
∃x∀y((y≠Libya) → P(x,y) (The Mistake)
Thus the negation of it is:
¬∃x∀y((y≠Libya) → P(x,y))
∀x∃y¬((y≠Libya) → P(x,y)) De Morgan's law.
∀x∃y¬(¬(y≠Libya) ∨ P(x,y)) p → q ≡ ¬p ∨ q
∀x∃y((y≠Libya) ∧ ¬P(x,y)) De Morgan's law and double negation law.
Which I interpret in English as:
Everyone in the world has not visited at least a country that is not Libya.
But when I check the answer at the back of the book: It seems that I missed the part that says "Everyone has visited Libya"
Then I went on to search for an answer on Quizlet, and this is what I found:
It seems that the difference is right at the beginning, they uses conjunction(∧) while I use implication(→). My questions are:
- Why should we use "∧" and not "→" here?
- If we use "∧", wouldn't the statement "∃x∀y((y≠Libya) ∧ P(x,y)" contradict itself since the domain of y include all countries. And by using conjunction, we assert that y is not Libya even tho Libya is one of them?
Please enlighten me.
Edited: I uploaded the wrong photo.


