Restart
10 of 10
What is the negation of '∃x P(x)'?
-
∃x NOT P(x)
-
∀x ¬P(x)
-
∀x NOT P(x)
-
∃x P(x)
That's Correct!
It's Wrong!
The correct negation of '∃x P(x)' is: ∀x ¬P(x)
This is read as "For all x, P(x) is not true" or "It is not the case that there exists an x for which P(x) is true." It asserts that for every x, the property P(x) is not true.