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.

62 lines
1.6 KiB

  1. \begin{itemize}
  2. \item We start by construction $\varphi$: \\
  3. \begin{align*}
  4. \varphi &= \varphi_1 \oplus \varphi_2 \\
  5. &= [\varphi_1 \lor \varphi_2] \land \lnot [\varphi_1 \land \varphi_2] = \\
  6. &= [(a \land \lnot b) \lor (\lnot(\lnot a \lor b))] \land \lnot [(a \land \lnot b) \land (\lnot(\lnot a \lor b))]
  7. \end{align*}
  8. \end{itemize}
  9. $$
  10. \underbracket{
  11. \underbracket{\Big[
  12. \underbracket{\big(
  13. a
  14. \land
  15. \underbracket{\lnot b}_{x_{7}}
  16. \big)}_{x_3}
  17. \lor
  18. \underbracket{\big(
  19. \lnot
  20. \underbracket{(
  21. \underbracket{\lnot a}_{x_{8}}
  22. \lor
  23. b
  24. )}_{x_6}
  25. \big)}_{x_4}
  26. \Big]}_{x_1}
  27. \land
  28. \underbracket{
  29. \lnot
  30. \underbracket{\Big[
  31. \underbracket{\big(
  32. a
  33. \land
  34. \underbracket{\lnot b}_{x_{7}}
  35. \big)}_{x_3}
  36. \lor
  37. \underbracket{\big(
  38. \lnot
  39. \underbracket{(
  40. \underbracket{\lnot a}_{x_{8}}
  41. \lor
  42. b
  43. )}_{x_6}
  44. \big)}_{x_4}
  45. \Big]}_{x_1}
  46. }_{x_2}
  47. }_{x_\varphi}
  48. $$
  49. \begin{align*}
  50. \varphi' = \ &x_\phi \land \\
  51. &\tseitinAnd{x_{\varphi}}{x_1}{x_2} \land \\
  52. &\tseitinNot{x_1}{x_2} \land \\
  53. &\tseitinOr{x_1}{x_3}{x_4} \land \\
  54. &\tseitinAnd{x_3}{a}{x_{7}} \land \\
  55. &\tseitinNot{x_4}{x_6} \land \\
  56. &\tseitinOr{x_6}{x_{8}}{b} \land \\
  57. &\tseitinNot{x_{7}}{b} \land \\
  58. &\tseitinNot{x_{8}}{a} \land
  59. \end{align*}