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.

16 lines
412 B

  1. This sequent is provable.
  2. \begin{logicproof}{1}
  3. \neg(p \land q) \imp r & \prem\\
  4. p \imp \neg q & \prem \\
  5. \begin{subproof}
  6. \neg r & \assum \\
  7. \neg\neg(p \land q) & $\MT 1$ \\
  8. p \land q & $\negnege 4$ \\
  9. p & $\ande{1} 5$ \\
  10. q & $\ande{2} 6$ \\
  11. \neg q & $\impe 2, 6$ \\
  12. \bot & $\bote 7, 8$
  13. \end{subproof}
  14. r & $\PBC 3-9$
  15. \end{logicproof}