Problem: a() -> b() a() -> f(a()) b() -> f(f(b())) Proof: Nonconfluence Processor: terms: b() *<- a() ->* f(b()) Qed first automaton: final states: {7} transitions: b() -> 7* f(50) -> 7* f(7) -> 50* second automaton: final states: {8} transitions: b() -> 9* f(9) -> 8* f(8) -> 9*