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
531 B

  1. \begin{logicproof}{2}
  2. \forall x \; (P(x) \land Q(x)) &\prem \\
  3. \begin{subproof}
  4. & \freshVar{$x_0$} \\
  5. P(x_0) \land Q(x_0) & \foralle 1 $x_0$ \\
  6. P(x_0) & \ande{1}1 \\
  7. Q(x_0) & \ande{2}1 \\
  8. R(x_0) \lor P(x_0) & \ori 4 \\
  9. Q(x_0) \lor R(x_0) & \ori 5 \\
  10. (Q(x_0) \lor R(x_0)) \land (R(x) \lor P(x)) & \andi 6,7
  11. \end{subproof}
  12. \forall x \; ((Q(x) \lor R(x)) \land (R(x) \lor P(x))) & \foralli 2-8
  13. \end{logicproof}