Existential quantifier equivalent of a universal quantifier statement.

1.9k Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

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)))\,. $$

6
On

Hint: Negate the negation of $\forall x . P(x) \Longrightarrow O(x)$, where:

$P(x)$ means x is a pet;

$O(x)$ means x has an owner.