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.

13 lines
412 B

  1. \begin{logicproof}{2}
  2. p \implies q & \prem \\
  3. p \land (r \lor q) & \prem \\
  4. \begin{subproof}
  5. q \implies p & \assum \\
  6. r \lor q & $\ande{2} 2$ \\
  7. p & $\ande{1} 2$ \\
  8. q & $\impe 1,5$ \\
  9. (s \land t) \lor q & $\ori{2} 6$ \\
  10. ((s \land t) \lor q) \land (r \lor q) & $\andi 7,4$
  11. \end{subproof}
  12. (q \implies p) \implies ((s \land t) \lor q) \land (r \lor q) & $\impi 3-7$
  13. \end{logicproof}