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.

19 lines
445 B

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