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.

41 lines
1.1 KiB

  1. This sequent is provable.
  2. \begin{logicproof}{2}
  3. \lnot (a \lor b) & prem. \\
  4. a \lor \lnot a & LEM \\
  5. \begin{subproof}
  6. a & ass. \\
  7. a \lor b & $\lor$i1 3 \\
  8. \bot & $\lnot$e 4,1 \\
  9. \lnot a \land \lnot b & $\bot$e 5
  10. \end{subproof}
  11. \begin{subproof}
  12. \lnot a & ass. \\
  13. \begin{subproof}
  14. b & ass. \\
  15. a \lor b & $\lor$i2 8 \\
  16. \bot & $\lnot$e 9,1
  17. \end{subproof}
  18. \lnot b & $\lnot$i 8-10 \\
  19. \lnot a \land \lnot b & $\land$i 7, 11
  20. \end{subproof}
  21. \lnot a \land \lnot b & $\lor$e 2, 3-6, 7-12
  22. \end{logicproof}
  23. Alternate solution:
  24. \begin{logicproof}{2}
  25. \lnot(a \lor b) & prem \\
  26. \begin{subproof}
  27. a & ass \\
  28. a \lor b & $\lor\mathrm{i}_1$ 2 \\
  29. \bot & $\lnot$e 1,3
  30. \end{subproof}
  31. \lnot a & $\lnot$i 2--4 \\
  32. \begin{subproof}
  33. b & ass \\
  34. a \lor b & $\lor\mathrm{i}_2$ 6 \\
  35. \bot & $\lnot$e 1,7
  36. \end{subproof}
  37. \lnot b & $\lnot$i 6--8 \\
  38. \lnot a \land \lnot b & $\land$i 5,9
  39. \end{logicproof}