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

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