I have a question which I'm struggling to get to grips with.
Here are my predicates:
Px = “x is a person”
and
Kxy = "x knows y's business"
and the question is:
"Write the negation of the sentence ∀ x • ∀ y • Px ∧ Py ⇒ ¬ Kxy in a form without any “¬ ” symbols, showing how you used the laws of logic to transform it."
I know of the 3 rules: negation, implication, and de Morgan's Law. I've used these rules/ law(s) on much simpler questions in the past however I'm not too sure on how to apply them to this question.
The negation of :
is :
Using the equivalence between $\lnot \forall$ and $\exists \lnot$, we can rewrite the last formula as :
Now we apply the "propositional" equivalence between $\lnot(p \to q)$ and $(p \land \lnot q)$ to get :
and finally, by double negation :