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

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