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.

17 lines
778 B

  1. \begin{enumerate}
  2. \item $x \land y \land z$ \\
  3. $x \ldots $ the construction side takes a long time \\
  4. $y \ldots $ the construction side is noisy \\
  5. $z \ldots $ the construction side blocks the sun \\
  6. \item $\lnot a \imp \forall x \exists y \big(K(x) \land P(x,y) \imp V(y) \land \lnot W(y)\big)$ \\
  7. $a \ldots $ there is school \\
  8. $K(x) \ldots x$ is a kid \\
  9. $P(x,y) \ldots y$ is parent of $x$\\
  10. $V(x) \ldots x $ takes vacation \\
  11. $W(x) \ldots x $ goes to work \\
  12. $\mathcal{A} = \text{$people$}$ \\
  13. \item $\forall x \big(S(x) \imp E(x) \big)$ \\
  14. $S(x) \ldots x$ is a student \\
  15. $E(x) \ldots x$ takes the exam \\
  16. $\mathcal{A} = \text{People}$
  17. \end{enumerate}