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.

26 lines
669 B

  1. This sequent is provable.
  2. \begin{logicproof}{3}
  3. \begin{subproof}
  4. \neg ((p \imp q) \lor \neg q) & \assum\\
  5. \begin{subproof}
  6. p \imp q & \assum \\
  7. (p \imp q) \lor \neg q & $\ori{1} 3$ \\
  8. \bot & $\nege 3, 1 $
  9. \end{subproof}
  10. \neg (p \imp q) & $\negi 2-4 $ \\
  11. \begin{subproof}
  12. q & \assum \\
  13. \begin{subproof}
  14. p & \assum \\
  15. q & $\copying 6$
  16. \end{subproof}
  17. p \imp q & $\impi 7-8$ \\
  18. \bot & $\nege 9, 5$
  19. \end{subproof}
  20. \neg q & $\negi 6-10$ \\
  21. (p \imp q) \lor \neg q & $\ori 11$ \\
  22. \bot & $\nege 12, 1$
  23. \end{subproof}
  24. (p \imp q) \lor \neg q & $\PBC 1-13$
  25. \end{logicproof}