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.

17 lines
617 B

  1. \setlength{\subproofhorizspace}{1.5em}
  2. \begin{logicproof}{2}
  3. \lnot \exists x \; Q(x) &prem \\
  4. \begin{subproof}
  5. \hspace*{-1.5em}
  6. \llap{$x_0\enspace \;$}
  7. \begin{subproof}
  8. Q(x_0) &assum \\
  9. \exists x \; Q(x) &$\exists \mathrm{i} 2$ \\
  10. \bot &$\lnot \mathrm{e} 1,3$
  11. \end{subproof}
  12. \lnot Q(x_0) &$\lnot \mathrm{i} 2-4$
  13. \end{subproof}
  14. \forall x \; \lnot Q(x) &$\forall \mathrm{i} 2-5$
  15. \end{logicproof}