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.

20 lines
836 B

  1. \begin{logicproof}{2}
  2. \forall x \; (P(x) \lor Q(x)) &\prem \\
  3. \forall x \; (\lnot P(x)) &\prem \\
  4. \begin{subproof}
  5. & \freshVar{$x_0$}\\
  6. P(x_0) \lor Q(x_0) &$\foralle 1$ $x_0$ \\
  7. \lnot P(x_0) &$\foralle 2$ \\
  8. \begin{subproof}
  9. P(x_0) &\assum \\
  10. \bot &$\nege 5,6$ \\
  11. Q(x_0) &$\bote 7$
  12. \end{subproof}
  13. \begin{subproof}
  14. Q(x_0) &\assum
  15. \end{subproof}
  16. Q(x_0) &$\ore 4,6-8,9$
  17. \end{subproof}
  18. \forall x \; Q(x) &$\foralli 3-10 $
  19. \end{logicproof}