I'm trying to express $∃!x : (P(x))$ in a different way. i want to know how to express it with the other quantifiers.
Here is what I have tried:
$∃!x(P(x)) = ∃x : (P(x) \wedge ∀y, y≠x (\neg P(y)))$
What I'm trying to say is that there exists only one $x$ such that $x$ is true and for all $y$ that are not $x$, $y$ is false. $x$ and $y$ share the same universe of discourse. I'm new to representing this mathematically. Any help is appreciated.