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.

16 lines
401 B

  1. \begin{logicproof}{2}
  2. p \lor q & \prem \\
  3. p \implies r & \prem \\
  4. \lnot s \implies \lnot q & \prem \\
  5. \begin{subproof}
  6. p & \assum \\
  7. r & $\impe 4,2$ \\
  8. r \lor s & $\ori{1} 5$
  9. \end{subproof}
  10. \begin{subproof}
  11. q & \assum \\
  12. s & $\MT 3,7$ \\
  13. r \lor s & $\ori{2} 8$
  14. \end{subproof}
  15. r \lor s & $\ore 1,4-6,7-9$
  16. \end{logicproof}