YES Problem: a(b(x1)) -> x1 a(c(x1)) -> b(c(c(a(a(b(x1)))))) b(c(x1)) -> x1 Proof: DP Processor: DPs: a#(c(x1)) -> b#(x1) a#(c(x1)) -> a#(b(x1)) a#(c(x1)) -> a#(a(b(x1))) a#(c(x1)) -> b#(c(c(a(a(b(x1)))))) TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(c(a(a(b(x1)))))) b(c(x1)) -> x1 Matrix Interpretation Processor: dim=1 interpretation: [b#](x0) = 0, [a#](x0) = 1/2x0 + 3/2, [c](x0) = 2x0 + 2, [a](x0) = 2x0, [b](x0) = 1/2x0 orientation: a#(c(x1)) = x1 + 5/2 >= 0 = b#(x1) a#(c(x1)) = x1 + 5/2 >= 1/4x1 + 3/2 = a#(b(x1)) a#(c(x1)) = x1 + 5/2 >= 1/2x1 + 3/2 = a#(a(b(x1))) a#(c(x1)) = x1 + 5/2 >= 0 = b#(c(c(a(a(b(x1)))))) a(b(x1)) = x1 >= x1 = x1 a(c(x1)) = 4x1 + 4 >= 4x1 + 3 = b(c(c(a(a(b(x1)))))) b(c(x1)) = x1 + 1 >= x1 = x1 problem: DPs: TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(c(a(a(b(x1)))))) b(c(x1)) -> x1 Qed