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

\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.
\begin{enumerate}
\item $\neg\forall x ((P(x) \implies P(y)) \land P(x))$
\item $\forall x \exists y (P(x,y) \land \neg P(f(x),f(y)))$
\end{enumerate}