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.

27 lines
1.3 KiB

  1. \item \self Natural deduction for propositional logic is sound and
  2. complete. In the following list, mark each statement with either
  3. \textbf{S}, \textbf{C}, \textbf{B}, or \textbf{N}, depending on
  4. whether the corresponding statement follows from
  5. \textbf{S}oundness, \textbf{C}ompleteness, \textbf{B}oth, or
  6. \textbf{N}either.
  7. (Note: If a statement is in itself factually wrong, or has nothing to do with soundness and completeness, mark it
  8. \textbf{N}, since it follows from neither soundness nor completeness.)
  9. \begin{itemize}
  10. \item[\Large{$\square$}] There is no correct sequent for which
  11. there is no proof.
  12. \item[\Large{$\square$}] Every sequent has a proof.
  13. \item[\Large{$\square$}] If all models that satisfy the premise(s)
  14. of a given sequent also satisfy the conclusion of the
  15. sequent, there exists a proof for the sequent.
  16. \item[\Large{$\square$}] A sequent has a proof if and only if it
  17. is semantically correct.
  18. \item[\Large{$\square$}] An incorrect sequent does not have a
  19. proof.
  20. \item[\Large{$\square$}] Every propositional formula is either
  21. valid or not valid.
  22. \item[\Large{$\square$}] If a model satisfies the premise(s) of a
  23. given sequent, but does not satisfy the conclusion of the
  24. sequent, it is not possible to construct a proof for the
  25. sequent.
  26. \end{itemize}