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
615 B

\setlength\subproofhorizspace{1.3em}
\begin{logicproof}{2}
\lnot \exists x \; (P(x) \land Q(x)) & prem.\\
\begin{subproof}
\llap{$t\enspace \;$} & \\
\begin{subproof}
P(t) \land Q(t) & ass.\\
\exists x \; \lnot (P(x) \land Q(x)) & $\exists \mathrm{i}$ 3\\
\bot & $\lnot \mathrm{e}$ 1,4
\end{subproof}
\lnot P(t) \land Q(t) & $\lnot \mathrm{i}$ 3-5
\end{subproof}
\forall x \; \lnot (P(x) \land Q(x)) & $\forall \mathrm{i}$ 2-6
\end{logicproof}