Problem: a() -> b() a() -> f(a(),a()) f(x,a()) -> a() Proof: Nonconfluence Processor: terms: b() *<- a() ->* f(a(),b()) Qed