I'm trying to find expressions ($P$ and $Q$) using Peano arithmetic that falsify these 'equivalences'.
I have some intuition about the nature of expressions using higher level theories, but not really in the Peano setting.
$(P\implies(\exists!x)Q(x))\iff (\exists!x)(P\implies Q(x))$
$(\exists!x)(\exists!y)P(x,y)\iff (\exists!y)(\exists!x)P(x,y)$
Help much appreciated.
For the first, let $P$ be any false statement, such as $1=2$.
For the second, how about $P(x,y)\ \equiv\ (x=y\lor x=y+1)$?