Assume you have a formula $$\neg (\forall_y \exists_x p(x,y))$$
Can this formula be rewritten using the $\delta$ rule: $\neg \forall_x A(x)$ rewritten to $\neg A(a)$
Thereby, $\neg (\forall_y \exists_x p(x,y))$ rewrites to $\neg \exists_x p(x,y)$?
I am a little unsure of how to apply this $\delta$ rule properly?
The rules for negating quantifiers are :
and :
Thus, the formula :
that, in turn is equivalent to :
If you are working with Tableau method, this means that the formula $¬(∀y \ ∃x \ p(x,y))$ will produce a new node $¬ (∃x \ p(a,y))$, with $a$ new.
The intuition is : if we know that $¬(∀y \ ∃x \ p(x,y))$ holds, this means that $∃x \ p(x,y)$ does not hold for every object in the domain. Thus, for some unspecified object $a$, we have that $∃x \ p(x,a)$ does not hold, i.e. that $¬ (∃x \ p(x,a))$ hold.