YES Problem: f(x,g(x)) -> x f(x,h(y)) -> f(h(x),y) Proof: DP Processor: DPs: f#(x,h(y)) -> f#(h(x),y) TRS: f(x,g(x)) -> x f(x,h(y)) -> f(h(x),y) Subterm Criterion Processor: simple projection: pi(f#) = 1 problem: DPs: TRS: f(x,g(x)) -> x f(x,h(y)) -> f(h(x),y) Qed