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.

23 lines
935 B

  1. \setlength\subproofhorizspace{1.3em}
  2. \begin{logicproof}{2}
  3. \exists x \; P(x) \lor \exists x \; Q(x) & \prem\\
  4. \begin{subproof}
  5. \exists x \; P(x) & $\assum$\\
  6. \begin{subproof}
  7. P(x_0) & $\assum$ $\freshVar{$x_0$}$\\
  8. P(x_0) \lor Q(x_0) & $\ori3$\\
  9. \exists x \; (P(x) \lor Q(x)) & $\existi4$
  10. \end{subproof}
  11. \exists x \; (P(x) \lor Q(x)) & $\existe2,3-5$
  12. \end{subproof}
  13. \begin{subproof}
  14. \exists x \; Q(x) & $\assum$\\
  15. \begin{subproof}
  16. Q(x_0) & $\assum$ $\freshVar{$x_0$}$\\
  17. P(x_0) \lor Q(x_0) & $\ori8$\\
  18. \exists x \; (P(x) \lor Q(x)) & $\existi9$
  19. \end{subproof}
  20. \exists x \; (P(x)\lor Q(x)) & $\existe7,8-10$
  21. \end{subproof}
  22. \exists x \; (P(x)\lor Q(x)) & $\ore1,2-6,7-11$
  23. \end{logicproof}