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.
10 lines
199 B
10 lines
199 B
\begin{logicproof}{1}
|
|
p \imp \lnot q & \prem \\
|
|
q & \prem\\
|
|
\begin{subproof}
|
|
p & \assum \\
|
|
\lnot q & $\impe 3,1$\\
|
|
\bot & $\nege 2,4$
|
|
\end{subproof}
|
|
\lnot p & $\negi 3-5$
|
|
\end{logicproof}
|