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.

19 lines
513 B

  1. This sequent is provable.
  2. \begin{logicproof}{1}
  3. p \lor \lnot \lnot q & \prem \\
  4. \lnot p \land \lnot q & \prem \\
  5. \begin{subproof}
  6. p & \assum \\
  7. \lnot p & $\ande{1} 2$ \\
  8. \bot & $\nege 3,4$ \\
  9. s \lor \lnot t & $\bote 5$
  10. \end{subproof}
  11. \begin{subproof}
  12. \lnot \lnot q & \assum \\
  13. \lnot q & $\ande{2} 2$ \\
  14. \bot & $\nege 7,8$\\
  15. s \lor \lnot t & $\bote 9$
  16. \end{subproof}
  17. s \lor \lnot t & $\ore 1, 3-6, 7-10$
  18. \end{logicproof}