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
1.2 KiB

  1. \setlength\subproofhorizspace{1.3em}
  2. \begin{logicproof}{2}
  3. \forall x \exists y \; \lnot (P(x) \land Q(y)) & \prem\\
  4. \exists y \lnot (P(x_0)\land Q(y)) & $\foralle1$\\
  5. \begin{subproof}
  6. \lnot (P(x_0)\land Q(y_0)) & $\assum$ $\freshVar{$y_0$}$\\
  7. \begin{subproof}
  8. \forall y (P(x_0)\land Q(y)) & $\assum$\\
  9. P(x_0)\land Q(y_0) & $\foralle4$\\
  10. \bot & $\nege3,5$
  11. \end{subproof}
  12. \lnot \forall y (P(x_0)\land Q(y)) & $\negi4-6$
  13. \end{subproof}
  14. \lnot \forall y (P(x_0)\land Q(y)) & $\existe2,3-7$\\
  15. \begin{subproof}
  16. \exists x \forall y (P(x)\land Q(y)) & $\assum$\\
  17. \begin{subproof}
  18. \forall y (P(x_0)\land Q(y)) & $\assum$ $\freshVar{$x_0$}$\\
  19. \bot & $\nege8,10$
  20. \end{subproof}
  21. \bot & $\existe9,10-11$
  22. \end{subproof}
  23. \lnot \exists x \forall y \; (P(x) \land Q(y)) & $\negi9-12$
  24. \end{logicproof}