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

  1. \begin{logicproof}{2}
  2. p \implies (q \lor r) & \prem \\
  3. \lnot q \land \lnot r & \prem \\
  4. \begin{subproof}
  5. p & \assum \\
  6. q \lor r & $\impe 1,3$ \\
  7. \begin{subproof}
  8. q & \assum \\
  9. \lnot q & $\ande{1} 2$ \\
  10. \false & $\nege 5,6$
  11. \end{subproof}
  12. \begin{subproof}
  13. r & \assum \\
  14. \lnot r & $\ande{2} 2$ \\
  15. \false & $\nege 8,9$
  16. \end{subproof}
  17. \false & $\ore 4,5-7,8-10$
  18. \end{subproof}
  19. \lnot p & $\negi 3-11$
  20. \end{logicproof}