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.

14 lines
535 B

  1. \setlength\subproofhorizspace{1.3em}
  2. \begin{logicproof}{1}
  3. P(x) \lor Q(y) &\prem\\
  4. P(x)\imp R(z) &\prem\\
  5. Q(y) \imp R(z) &\prem\\
  6. \begin{subproof}
  7. P(x) &$\assum$\\
  8. R(z) &$\impe2,4$
  9. \end{subproof}
  10. \begin{subproof}
  11. Q(y) &$\assum$\\
  12. R(z) &$\impe3,6$
  13. \end{subproof}
  14. R(z) &$\ore1,4-5,6-7$
  15. \end{logicproof}