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