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
692 B

  1. \item \self In the following list, tick all items that are required for a
  2. complete model of a formula $\varphi$ in predicate logic.
  3. \begin{itemize}
  4. \item[$\square$] A non-empty, possibly infinite set of values for
  5. variables and functions.
  6. \item[$\square$] A concrete value for every bound variable in
  7. $\varphi$.
  8. \item[$\square$] A concrete value for free bound variable in
  9. $\varphi$.
  10. \item[$\square$] A definition for each predicate in $\varphi$,
  11. detailing for which values/tuples the predicate returns
  12. \emph{true}.
  13. \item[$\square$] A definition for each function in $\varphi$,
  14. detailing for which values/tuples the predicate returns
  15. \emph{true}.
  16. \end{itemize}