YES Problem: a(a(x)) -> a(b(a(x))) Proof: DP Processor: DPs: a#(a(x)) -> a#(b(a(x))) TRS: a(a(x)) -> a(b(a(x))) Arctic Interpretation Processor: dimension: 1 usable rules: interpretation: [a#](x0) = 8x0 + 9, [b](x0) = 0, [a](x0) = 8 orientation: a#(a(x)) = 16 >= 9 = a#(b(a(x))) a(a(x)) = 8 >= 8 = a(b(a(x))) problem: DPs: TRS: a(a(x)) -> a(b(a(x))) Qed