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.

17 lines
465 B

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