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.

15 lines
544 B

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