YES Problem: f(s(x),y,y) -> f(y,x,s(x)) Proof: DP Processor: DPs: f#(s(x),y,y) -> f#(y,x,s(x)) TRS: f(s(x),y,y) -> f(y,x,s(x)) Arctic Interpretation Processor: dimension: 1 interpretation: [f#](x0, x1, x2) = -9x0 + x1 + -14x2 + -11, [f](x0, x1, x2) = -10x0 + x1 + -10x2 + -16, [s](x0) = 14x0 + 9 orientation: f#(s(x),y,y) = 5x + y + 0 >= x + -9y + -5 = f#(y,x,s(x)) f(s(x),y,y) = 4x + y + -1 >= 4x + -10y + -1 = f(y,x,s(x)) problem: DPs: TRS: f(s(x),y,y) -> f(y,x,s(x)) Qed