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.

13 lines
512 B

  1. \setlength\subproofhorizspace{1.3em}
  2. \begin{logicproof}{2}
  3. \exists x \; \lnot P(x) & \prem\\
  4. \begin{subproof}
  5. \forall x \; P(x) & $\assum$\\
  6. P(x_0) & $\foralle2$\\
  7. \begin{subproof}
  8. \lnot P(x_0) & $\assum$ $\freshVar{$x_0$}$\\
  9. \bot & $\nege3,4$
  10. \end{subproof}
  11. \bot & $\existe1,3-5$
  12. \end{subproof}
  13. \lnot \forall x \; P(x) & $\negi2-5$
  14. \end{logicproof}