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.

27 lines
588 B

  1. $$
  2. \underbracket{
  3. \underbracket{
  4. \lnot
  5. \underbracket{
  6. (a \lor \underbracket{\lnot b}_{x_4})
  7. }_{x_3}
  8. }_{x_1}
  9. \lor
  10. \underbracket{
  11. (\underbracket{\lnot a}_{x_5} \land c)
  12. }_{x_2}
  13. }_{x_\varphi}
  14. $$
  15. \begin{align*}
  16. \varphi' = \ &x_\phi \land \\
  17. &\tseitinOr{x_\varphi}{x_1}{x_2} \land \\
  18. &\tseitinNot{x_1}{x_3} \land \\
  19. &\tseitinOr{x_3}{a}{x_4} \land \\
  20. &\tseitinAnd{x_2}{x_5}{c} \land \\
  21. &\tseitinNot{x_4}{b} \land \\
  22. &\tseitinNot{x_5}{a}
  23. \end{align*}