YES Problem: a(x1) -> b(b(x1)) b(b(b(x1))) -> a(x1) Proof: DP Processor: DPs: a#(x1) -> b#(x1) a#(x1) -> b#(b(x1)) b#(b(b(x1))) -> a#(x1) TRS: a(x1) -> b(b(x1)) b(b(b(x1))) -> a(x1) Arctic Interpretation Processor: dimension: 1 usable rules: a(x1) -> b(b(x1)) b(b(b(x1))) -> a(x1) interpretation: [b#](x0) = 4x0, [a#](x0) = 8x0, [b](x0) = 3x0, [a](x0) = 8x0 orientation: a#(x1) = 8x1 >= 4x1 = b#(x1) a#(x1) = 8x1 >= 7x1 = b#(b(x1)) b#(b(b(x1))) = 10x1 >= 8x1 = a#(x1) a(x1) = 8x1 >= 6x1 = b(b(x1)) b(b(b(x1))) = 9x1 >= 8x1 = a(x1) problem: DPs: TRS: a(x1) -> b(b(x1)) b(b(b(x1))) -> a(x1) Qed