I have this problem:
$\neg\left((\forall X)(\exists Y)p(X,Y)\right)$
How do I correctly propagate the negation into the bracket?
like this?
$\neg(\forall X)\neg(\exists Y)\neg p(X,Y)$
Or do I only negate $\forall X$?
I have this problem:
$\neg\left((\forall X)(\exists Y)p(X,Y)\right)$
How do I correctly propagate the negation into the bracket?
like this?
$\neg(\forall X)\neg(\exists Y)\neg p(X,Y)$
Or do I only negate $\forall X$?
You do so as follows: $$\begin{align} \lnot((\forall X)(\exists Y)p(X, Y))&\equiv \lnot (\forall X)(\exists Y)p(X, Y) \\ &\equiv (\exists X)\lnot(\exists Y)p(X, Y) \\ &\equiv (\exists X)(\forall Y)\lnot p(X, Y). \end{align}$$