I am trying to express the sentence as a logical statement using quantifiers and without using "$\exists!$":
"There is a dog who has exactly one favorite toy."
My first question that has me stuck is should I make my propositional function a function of two variables $L(x,y)= \text{"$x$ has a favorite toy $y$}."$ ($x$ for all dogs and $y$ for all toys), or is there a way to do this by just using one variable $L(x)=\text{"$x$ has one favorite toy"}$. I don't know why I'm so stumped by this but I have no idea where to start.
Let $x$, $y$, and $z$ be variables and $P$ be a predicate.
You can split up there exists a unique $x$ such that $P(x)$ into two claims.
More concretely.
$$ \exists! x \mathop. P(x) \iff (\exists z \mathop . P(z)) \mathop\land (\forall x \mathop. \forall y \mathop. (P(x) \land P(y)) \to x =y)$$