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

  1. \item \self Given two propositional logic formulas $\varphi$ and $\psi$.
  2. Tick all statements that are true.
  3. \begin{enumerate}
  4. \item[$\square$] If $\lnot \phi$ is not satisfiable, $\phi$ is not valid.
  5. \item[$\square$] If $\top \models \phi$, $\phi$ is valid.
  6. \item[$\square$] If $\phi \leftrightarrow \psi$ is valid, $\phi$ entails $\psi$.
  7. \item[$\square$] If $\phi \imp \psi$ is valid, both formulas are equivalent.
  8. \end{enumerate}