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.

29 lines
899 B

  1. This sequent is provable.
  2. \begin{logicproof}{2}
  3. (s \lor \lnot u) \imp t & \prem \\
  4. s \lor \lnot s & $\LEM$ \\
  5. \begin{subproof}
  6. s & \assum \\
  7. s\lor \lnot u & $\ori{1} 3$ \\
  8. t & $\impe 4, 1$ \\
  9. (\lnot s \land u) \lor t & $\ori{2} 5$
  10. \end{subproof}
  11. \begin{subproof}
  12. \lnot s & \assum \\
  13. u \lor \lnot u & $\LEM$ \\
  14. \begin{subproof}
  15. u & \assum \\
  16. \lnot s \land u & $\andi 7,9$ \\
  17. (\lnot s\land u) \lor t & $\ori{1} 10$
  18. \end{subproof}
  19. \begin{subproof}
  20. \lnot u & \assum \\
  21. s \lor \lnot u & $\ori{2} 12$ \\
  22. t & $\impe 13 1$ \\
  23. (\lnot s\land u) \lor t & $\ori{2} 14$
  24. \end{subproof}
  25. (\lnot s\land u) \lor t & $\ore 8, 9-11, 12-15$
  26. \end{subproof}
  27. (\lnot s\land u) \lor t & $\ore 2, 3-6, 7-16$
  28. \end{logicproof}