Trying to understand the negation of the following:
For this: ∀x~P(x) I have this as negation: ~∃xP(x)
For this: ~∃x(∀yP(y) Λ Q(x)) I have this: ∀x(~∃yP(y) V ~Q(x))
Are these correct? If not please provide the right negation
Moving the negation signs:
∃x~P(x) ☰ ~∃xP(x)?
∀x(~∃yP(y) V ~Q(x)) ☰ ∀x~(∀yP(y) Λ Q(x)) ☰ ~∃x(∀yP(y) Λ Q(x))??
Are the above still equivalent?
$\forall x.\neg P(x)$ and $\neg \exists x.P(x)$ are not each other's negations -- on the contrary they are equivalent.
If you negate $\forall x.\neg P(x)$ you get either $\neg\forall x.\neg P(x)$ which is equivalent to $\exists x.P(x)$.
$\exists x.\neg P(x)$ is not equivalent to $\neg\exists x.P(x)$.
$\exists x.\neg P(x)$ is equivalent to $\neg\forall x.P(x)$. When you move a negation through a quantifier, the quantifier changes from $\exists$ to $\forall$ or vice versa.