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.
 
 

11 lines
598 B

\setlength\subproofhorizspace{1.1em}
\begin{logicproof}{1}
\forall x \forall y \; ( (x=y) \imp P(x,y) ) & prem.\\
\begin{subproof}
\llap{$t\enspace \;$} \forall y \; ((t=y) \imp P(t,y)) & $\forall \mathrm{e}$ 1\\
(t=t) \imp P(t,t) & $\forall \mathrm{e}$ 2\\
t=t & $= \mathrm{i}$\\
P(t,t) & $\imp \mathrm{e}$ 3,4
\end{subproof}
\forall x \; P(x,x) & $\forall \mathrm{i}$ 2-5
\end{logicproof}