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
558 B

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