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

  1. This sequent is provable.
  2. \begin{logicproof}{1}
  3. p \land q & \prem \\
  4. r \imp s & \prem \\
  5. p & $\ande{1} 1$ \\
  6. p \lor (r \imp s) & $\ori{1} 3$ \\
  7. q & $\ande{2} 1$ \\
  8. q \lor ((t \lor r) \imp u) & $\ori{1} 5$ \\
  9. (p \lor (r \imp s)) \land (q \lor ((t \lor r) \imp u)) & $\andi 4,6$
  10. \end{logicproof}