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.
 
 

15 lines
373 B

This sequent is provable.
\begin{logicproof}{2}
p \imp (q \land r) & \prem \\
q \imp s & \prem \\
\begin{subproof}
p & \assum \\
q \land r & $\impe 1,3$ \\
q & $\ande{1} 4$ \\
s & $\impe 2,5$ \\
r & $\ande{2} 4$ \\
s \land r & $\andi 6,7$
\end{subproof}
p \imp (s \land r) & $\impi 3-8$
\end{logicproof}