My question is this, for the following sentence: Every pet has an owner , when translated into predicate logic gives $\forall x\enspace(P(x) \rightarrow O(x))$, but what is the equivalent with a $\exists x$ instead of $\forall x$? Is there a general rule when changing between the two?
2026-04-05 17:12:02.1775409122
Existential quantifier equivalent of a universal quantifier statement.
1.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The negation of a universal statement is an existential statement: $\lnot \forall x A \equiv \exists x \neg A$.
Thus, in your case this would be: $$ \forall x ( P(x)\to O(x))\equiv \lnot (\exists x\lnot (P(x)\to O(x))) \equiv \lnot (\exists x(P(x)\land \neg O(x)))\,. $$