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

  1. \item For each of the formulas in predicate logic below, find a model that satisfies the formula and one that does not. Draw a syntax tree and state all free variables while solving this task.
  2. \begin{enumerate}
  3. \item $\neg\forall x ((P(x) \implies P(y)) \land P(x))$
  4. \item $\forall x \exists y (P(x,y) \land \neg P(f(x),f(y)))$
  5. \end{enumerate}