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.

21 lines
533 B

  1. \begin{enumerate}
  2. \item
  3. \begin{quote}
  4. This sequent is provable.
  5. \begin{logicproof}{1}
  6. (p \land q) \land \lnot r & \prem \\
  7. p \land q & $\ande{1} 1 $\\
  8. q & $\ande{2} 2$ \\
  9. q \lor r & $\ori{1} 3$
  10. \end{logicproof}
  11. \end{quote}
  12. \item
  13. \begin{quote}
  14. This sequent is not provable.
  15. $\mathcal{M} : p = T, q = T, r = F$ \\
  16. $\mathcal{M} \models (p \lor q) \land \lnot r$ \\
  17. $\mathcal{M} \nmodels q \land r$
  18. \end{quote}
  19. \end{enumerate}