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

  1. \begin{logicproof}{1}
  2. p \land r & \prem\\
  3. p & $\ande{1} 1$ \\
  4. r & $\ande{2} 1$ \\
  5. \begin{subproof}
  6. s & \assum\\
  7. r & $\copying 2$
  8. \end{subproof}
  9. s \imp r & $\impi 4-5$\\
  10. \begin{subproof}
  11. q & \assum\\
  12. p & $\copying 1$
  13. \end{subproof}
  14. q \imp p & $\impi 7-8$ \\
  15. (q \imp p) \land (s \imp r) & $\andi 6,9$
  16. \end{logicproof}