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.

20 lines
528 B

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