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