Problem: a() -> b() f(x,a()) -> b() f(b(),b()) -> b() Proof: Nonconfluence Processor: terms: f(f3(),b()) *<- f(f3(),a()) ->* b() Qed first automaton: final states: {1} transitions: f3() -> 3* b() -> 2* f(3,2) -> 1* second automaton: final states: {4} transitions: b() -> 4*