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.

5 lines
356 B

  1. \item \lect Consider the formula $$\phi = \exists x \forall y \; \big( P(x,y) \imp (Q(x,y) \lor R(x,y))\big).$$
  2. Does the following model $\mathcal{M}$ satisfy the formula? \\
  3. $\mathcal{A} = \{a,b\}$ \\
  4. $P^\mathcal{M} = \{(a,a),(a,b)\}$ \\
  5. $Q^\mathcal{M} = \{(a,a),(b,a)\}$\\
  6. $R^\mathcal{M} = \{(a,a),(b,b)\}$