$$ \forall A. \exists a,b. a \neq b \land a,b \in P(A) $$
My intuition tells me it is false, because given $A=\emptyset$, then $P(\emptyset) = \{\emptyset\}$, so $a=b=\emptyset$.
I proceeded to proving it and negated it to:
$$ \exists A. \forall a,b. a = b \lor a,b \notin P(A) $$
And then I ran into trouble, because I can't prove that $\forall a,b. a=b$, nor that $\forall a,b. a,b \notin P(\emptyset)$.
I think I could assume $a,b \in P(A)$, and then prove $a=b$ by contradiction, but I'm curious, why didn't the negation I wrote above work for me?