Problem: a() -> h(c()) a() -> h(f(c())) g(x) -> g(x) h(f(x)) -> h(f(g(x))) Proof: Nonconfluence Processor: terms: h(c()) *<- a() ->* h(f(c())) Qed