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.

26 lines
617 B

  1. This sequent is provable.
  2. \begin{logicproof}{2}
  3. (p \land q) \imp (p \land r) & \prem\\
  4. q & \prem\\
  5. \begin{subproof}
  6. p & \assum \\
  7. p \land q & $\andi 3, 2$\\
  8. p \land r & $\impe 4, 1$\\
  9. r & $\ande{2} 6$
  10. \end{subproof}
  11. p \imp r & $\impi 3-6$\\
  12. \begin{subproof}
  13. \neg(\neg p \lor r) & \assum\\
  14. \begin{subproof}
  15. \neg p & \assum\\
  16. \neg p \lor r & $\ori 9$\\
  17. \bot & $\nege 10, 8$
  18. \end{subproof}
  19. p & $\PBC 9-11 $\\
  20. r & $\impe 12, 7$\\
  21. \neg p \lor r & $\ori{2} 13$\\
  22. \bot & $\nege 14, 8$
  23. \end{subproof}
  24. \neg p \lor r & $\PBC 8-15$
  25. \end{logicproof}