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

  1. \item \self Consider the following formula.
  2. $$\phi \coloneqq \forall y \big(P(x) \land Q(y)\big) \rightarrow \exists x \big(R(y) \land Q(x)\big)$$
  3. \begin{enumerate}
  4. \item Compute $\phi[f(y)/x]$.
  5. \item Compute $\phi[f(x)/y]$.
  6. \item Compute $\phi[k/z]$.
  7. \item Compute $\phi[x/z]$.
  8. \end{enumerate}