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.

16 lines
751 B

  1. \setlength\subproofhorizspace{1.3em}
  2. \begin{logicproof}{2}
  3. P(y) \imp \forall x Q(x) & \prem\\
  4. \exists x \lnot Q(x) & \prem\\
  5. \begin{subproof}
  6. P(y) & $\assum$\\
  7. \forall x Q(x) & $\impe1,3$\\
  8. \begin{subproof}
  9. \lnot Q(x_0) &$\assum$ $\freshVar{$x_0$}$\\
  10. Q(x_0) &$\foralle4$\\
  11. \bot &$\nege5,6$
  12. \end{subproof}
  13. \bot &$\existe2,5-7$
  14. \end{subproof}
  15. \lnot P(y) &$\negi3-8$\\
  16. \exists x \lnot P(x) &$\existi9$
  17. \end{logicproof}