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

  1. $\mathcal{A} = \text{People}$ \\
  2. \begin{enumerate}
  3. \item $\forall x \big(A(x) \imp \lnot S(x) \big)$ \\
  4. $A(x) \ldots $ $x$ is Alice \\
  5. $S(x) \ldots $ $x$ has a sister \\
  6. \item $\forall x \big(C(x) \imp K(x) \lor Q(x) \big)$ \\
  7. $C(x) \ldots $ $x$ wears a crown \\
  8. $K(x) \ldots $ $x$ is a king \\
  9. $Q(x) \ldots $ $x$ is a queen \\
  10. \item $\lnot \forall x \forall y \big(L(x,y) \big)$ \\
  11. $L(x, y) \ldots $ $x$ likes $y$ \\
  12. \item $\forall x \exists y \big(L(x,y) \big)$ \\
  13. $L(x, y) \ldots $ $x$ loves $y$
  14. \end{enumerate}