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.

20 lines
545 B

  1. \begin{center}
  2. \begin{minipage}{0.2\textwidth}
  3. \begin{prooftree}
  4. \AxiomC{$ \varphi$}
  5. \RightLabel{$ \ori1$}
  6. \UnaryInfC{$ \varphi \lor \psi$}
  7. \end{prooftree}
  8. \end{minipage}
  9. \begin{minipage}{0.2\textwidth}
  10. \begin{prooftree}
  11. \AxiomC{$ \varphi$}
  12. \RightLabel{$ \ori2$}
  13. \UnaryInfC{$ \psi \lor \varphi$}
  14. \end{prooftree}
  15. \end{minipage}
  16. \end{center}
  17. If we know that $\varphi$ holds, we can derive that $\varphi \lor \psi$ holds and that
  18. $\psi \lor \varphi$ holds. This is true for any $\psi$.