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

2 months ago
  1. \begin{align*}
  2. & \{k,\underline{f(o)}\}, \{l\}, \{m,f(k)\}, \{f(k),\underline{f(o)}\}, \{f(n)\}, \{n,o\}, \{o,f(m)\} \\
  3. & \{k,f(k),f(o)\}, \{l\}, \{m,f(k)\}, \{f(n)\}, \{n,\underline{o}\}, \{\underline{o},f(m)\} \\
  4. & \{k,\underline{f(k)},f(o)\}, \{l\}, \{m,\underline{f(k)}\}, \{f(n)\}, \{n,o,f(m)\} \\
  5. & \{k,m,f(k),\underline{f(o)}\}, \{l\}, \{\underline{f(n)}\}, \{\underline{n,o},f(m)\} \\
  6. & \{\underline{k,m},\underline{f(k)},f(n),f(o)\}, \{l\}, \{n,o,\underline{f(m)}\} \\
  7. & \{k,m,n,o,f(k),f(m),f(n),f(o)\}, \{l\} \\
  8. \end{align*}
  9. Checking the disequalities $o \neq k$, $f(m) \neq k$, $m \neq f(m)$ leads to the result that the assignment is UNSAT, since $o$ and $k$, $f(m)$ and $k$, $m$ and $f(m)$
  10. are in the same congruence class.