You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
581 B

$\mathcal{A} = \text{People}$ \\
\begin{enumerate}
\item $\forall x \big(A(x) \imp \lnot S(x) \big)$ \\
$A(x) \ldots $ $x$ is Alice \\
$S(x) \ldots $ $x$ has a sister \\
\item $\forall x \big(C(x) \imp K(x) \lor Q(x) \big)$ \\
$C(x) \ldots $ $x$ wears a crown \\
$K(x) \ldots $ $x$ is a king \\
$Q(x) \ldots $ $x$ is a queen \\
\item $\lnot \forall x \forall y \big(L(x,y) \big)$ \\
$L(x, y) \ldots $ $x$ likes $y$ \\
\item $\forall x \exists y \big(L(x,y) \big)$ \\
$L(x, y) \ldots $ $x$ loves $y$
\end{enumerate}