Problem: a() -> h(c()) a() -> f(c()) f(x) -> h(g(x)) h(x) -> f(k(x)) Proof: Nonconfluence Processor: terms: f(c()) *<- a() ->* h(c()) Qed first automaton: final states: {1} transitions: c() -> 2* h(10) -> 1* f(2) -> 1* g(2) -> 10* k(10) -> 2* second automaton: final states: {3} transitions: c() -> 4* h(4) -> 3* f(9) -> 3* g(9) -> 4* k(4) -> 9*