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.

18 lines
707 B

  1. \begin{logicproof}{2}
  2. \exists x \; (Q(x) \imp R(x)) &\prem \\
  3. \exists x \; (P(x)\land Q(x)) &\prem \\
  4. \begin{subproof}
  5. Q(x_0) \imp R(x_0) &\assum~\freshVar{$x_0$} \\
  6. \begin{subproof}
  7. P(x_0) \land Q(x_0) &\assum~\freshVar{$x_0$}\\
  8. P(x_0) &\ande{1} 4\\
  9. Q(x_0) &\ande{2} 4\\
  10. R(x_0) &\impe 5,3\\
  11. P(x_0) \land R(x_0) & \andi 5,7\\
  12. \exists x (P(x) \land R(x)) & \existi 8
  13. \end{subproof}
  14. \exists x \; (P(x) \land R(x)) & \existe 2,4-9
  15. \end{subproof}
  16. \exists x \; (P(x) \land R(x)) & \existe 1,3-10
  17. \end{logicproof}