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.

7 lines
328 B

  1. \item \self Given the formula $$\phi = \forall x \exists z \; \big( \lnot P(x) \lor Q(y, f(z))\big) \imp \big(\lnot \exists x \; P(y) \land Q(f(x), z)\big).$$
  2. \begin{enumerate}
  3. \item Compute $\phi[f(y)/x]$.
  4. \item Compute $\phi[f(x)/y]$.
  5. \item Compute $\phi[k/z]$.
  6. \item Compute $\phi[x/z]$.
  7. \end{enumerate}