first-order logic is a logical system for reasoning about properties of objects.
Using the predicates
write a sentence in first-order logic that means “every person loves someone else.”
$$
\begin{align*}
&\forall p.~(\text{Person}(p) \to \\
&~~~\exists q.~(\text{Person}(q) \land p \neq q~\land\\
&~)\\
&)
\end{align*}
$$\text{Loves}(p,q)\\
&
Using the same predicates, write a sentence that means “there is a person that everyone else loves