I need to express this proposition using predicates and quantifiers
There is a person who loves no one beside him
where $Q(x,y)$ = $x$ loves $y$.
And domain of $x$ and $y$ consists of all people.
Here is my answer:
$\exists x(Q(x,x) \land \forall y((y \neq x) \rightarrow \lnot Q(x,y)))$
Is this right?
Yes, this is right, but I prefer the elegant $$ \exists x \forall y \big(Q(x, y) \leftrightarrow (x = y)\big)$$