YES Problem: f(x,f(f(f(a(),a()),a()),a())) -> f(f(x,a()),x) Proof: DP Processor: DPs: f#(x,f(f(f(a(),a()),a()),a())) -> f#(x,a()) f#(x,f(f(f(a(),a()),a()),a())) -> f#(f(x,a()),x) TRS: f(x,f(f(f(a(),a()),a()),a())) -> f(f(x,a()),x) Usable Rule Processor: DPs: f#(x,f(f(f(a(),a()),a()),a())) -> f#(x,a()) f#(x,f(f(f(a(),a()),a()),a())) -> f#(f(x,a()),x) TRS: Matrix Interpretation Processor: dim=4 usable rules: interpretation: [f#](x0, x1) = [1 1 1 1]x0 + [0 0 0 1]x1, [0 0 0 0] [0 0 0 0] [0] [0 0 1 0] [1 0 0 0] [0] [f](x0, x1) = [1 0 0 0]x0 + [0 0 0 0]x1 + [0] [0 1 0 0] [0 0 0 0] [1], [1] [0] [a] = [0] [0] orientation: f#(x,f(f(f(a(),a()),a()),a())) = [1 1 1 1]x + [3] >= [1 1 1 1]x = f#(x,a()) f#(x,f(f(f(a(),a()),a()),a())) = [1 1 1 1]x + [3] >= [1 1 1 1]x + [2] = f#(f(x,a()),x) problem: DPs: TRS: Qed