Use successive equivalence to show the following are equivalent:
LHSRHS=¬∃x∀y(¬P(x)∧(Q(y)→R(x,y)))=∀x(P(x)∨∃y(Q(y)∧¬R(x,y)))LHS=¬∃x∀y(¬P(x)∧(Q(y)→R(x,y)))=¬∃x(¬P(x)∧∀y(Q(y)→R(x,y)))=¬¬∀x¬(¬P(x)∧∀y(Q(y)→R(x,y)))=∀x¬(¬P(x)∧∀y(Q(y)→R(x,y)))=∀x(P(x)∨¬∀y(Q(y)→R(x,y)))=∀x(P(x)∨¬¬∃y¬(Q(y)→R(x,y)))=∀x(P(x)∨∃y¬(Q(y)→R(x,y)))=∀x(P(x)∨∃y¬(¬Q(y)∨R(x,y)))=∀x(P(x)∨∃y(Q(y)∧¬R(x,y)))=RHS as required
title: Correct answers.
4
∀x∃y(R(x)→F(x,y))
∀x(R(x)∨L(x)∨S(x))
∀x(R(x)→∀y(R(y)→¬(F(x,y)∧F(y,x))))
∃x(L(x)→∃yF(x,y))∧∃x(L(x)→¬∃yF(x,y))Note: This is ∃, should use ∧ instead of →.