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.

14 lines
497 B

  1. This sequent is provable.
  2. \setlength\subproofhorizspace{1.3em}
  3. \begin{logicproof}{2}
  4. \exists y \forall x P(x,y) & \prem \\
  5. \begin{subproof}
  6. \forall x P(x,y_0) & $\assum$ $\freshVar{$y_0$}$ \\
  7. \begin{subproof}
  8. P(x_0,y_0) & $\foralle 2$ $\freshVar{$x_0$}$ \\
  9. \exists y P(x_0,y) & $\existi 3$
  10. \end{subproof}
  11. \forall x \exists y P(x,y) & $\foralli3-4$
  12. \end{subproof}
  13. \forall x \exists y P(x,y) & $\existe 1,2-5$
  14. \end{logicproof}