Quesiton about existential quantifier The unique quantifier is $!\exists xP(x)$ so only one x is true.
And I am wondering if the following is equal to unique quantifier
$\forall x \forall y(P(x)\land P(y)) \implies x=y)$
So this is saying that for all the x and y which makes P() true then x is identical to y. But this is equivalent to saying
$\forall x \forall y(\neg P(x)\lor \neg P(y) \lor x=y)$
And if for all x P(x) is not true then it cannot be true for one x.
Not sure if I am right.