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.

23 lines
640 B

  1. \item
  2. \ifassignmentsheet \point{1}
  3. \else \prac
  4. \fi
  5. Consider the sentence $\phi = \exists x \forall y (P(x,y) \implies (Q(x,y) \lor R(x,y)))$.
  6. Does the following model satisfy $\phi$?
  7. The model $M$ consists of:
  8. \begin{itemize}
  9. \item $A = \{a, b, c\} $
  10. \item $P^{M} = \{(a,a), (a,b), (b,a), (b,b), (c,a), (c,b)\}$
  11. \item $Q^{M} = \{(a,m) | m \in A \}$
  12. \item $R^{M} = \{(a,a), (b,a), (a,c), (b,c), (c,c)\}$
  13. \end{itemize}
  14. % \item The model $M'$ consists of:
  15. %\begin{itemize}
  16. %\item $A = \mathbb{Z} $
  17. %\item $P^{M} = \{(m,n) | m \ge n \}$
  18. %\item $Q^{M} = \{(m,n) | m \le n \}$
  19. %\item $R^{M} = \{(m,n) | m = -n \}$
  20. %\end{itemize}