YES Problem: a(b(x1)) -> x1 a(c(x1)) -> b(c(a(b(c(a(x1)))))) b(c(x1)) -> x1 Proof: DP Processor: DPs: a#(c(x1)) -> a#(x1) a#(c(x1)) -> b#(c(a(x1))) a#(c(x1)) -> a#(b(c(a(x1)))) a#(c(x1)) -> b#(c(a(b(c(a(x1)))))) TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(a(b(c(a(x1)))))) b(c(x1)) -> x1 TDG Processor: DPs: a#(c(x1)) -> a#(x1) a#(c(x1)) -> b#(c(a(x1))) a#(c(x1)) -> a#(b(c(a(x1)))) a#(c(x1)) -> b#(c(a(b(c(a(x1)))))) TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(a(b(c(a(x1)))))) b(c(x1)) -> x1 graph: a#(c(x1)) -> a#(b(c(a(x1)))) -> a#(c(x1)) -> b#(c(a(b(c(a(x1)))))) a#(c(x1)) -> a#(b(c(a(x1)))) -> a#(c(x1)) -> a#(b(c(a(x1)))) a#(c(x1)) -> a#(b(c(a(x1)))) -> a#(c(x1)) -> b#(c(a(x1))) a#(c(x1)) -> a#(b(c(a(x1)))) -> a#(c(x1)) -> a#(x1) a#(c(x1)) -> a#(x1) -> a#(c(x1)) -> b#(c(a(b(c(a(x1)))))) a#(c(x1)) -> a#(x1) -> a#(c(x1)) -> a#(b(c(a(x1)))) a#(c(x1)) -> a#(x1) -> a#(c(x1)) -> b#(c(a(x1))) a#(c(x1)) -> a#(x1) -> a#(c(x1)) -> a#(x1) SCC Processor: #sccs: 1 #rules: 2 #arcs: 8/16 DPs: a#(c(x1)) -> a#(b(c(a(x1)))) a#(c(x1)) -> a#(x1) TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(a(b(c(a(x1)))))) b(c(x1)) -> x1 Arctic Interpretation Processor: dimension: 1 interpretation: [a#](x0) = x0 + 0, [c](x0) = 5x0 + 11, [a](x0) = 5x0 + 9, [b](x0) = -5x0 + 0 orientation: a#(c(x1)) = 5x1 + 11 >= 5x1 + 9 = a#(b(c(a(x1)))) a#(c(x1)) = 5x1 + 11 >= x1 + 0 = a#(x1) a(b(x1)) = x1 + 9 >= x1 = x1 a(c(x1)) = 10x1 + 16 >= 10x1 + 14 = b(c(a(b(c(a(x1)))))) b(c(x1)) = x1 + 6 >= x1 = x1 problem: DPs: a#(c(x1)) -> a#(b(c(a(x1)))) TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(a(b(c(a(x1)))))) b(c(x1)) -> x1 EDG Processor: DPs: a#(c(x1)) -> a#(b(c(a(x1)))) TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(a(b(c(a(x1)))))) b(c(x1)) -> x1 graph: a#(c(x1)) -> a#(b(c(a(x1)))) -> a#(c(x1)) -> a#(b(c(a(x1)))) Matrix Interpretation Processor: dim=1 interpretation: [a#](x0) = x0 + 1, [c](x0) = 2x0 + 1/2, [a](x0) = 2x0, [b](x0) = 1/2x0 orientation: a#(c(x1)) = 2x1 + 3/2 >= 2x1 + 5/4 = a#(b(c(a(x1)))) a(b(x1)) = x1 >= x1 = x1 a(c(x1)) = 4x1 + 1 >= 4x1 + 3/4 = b(c(a(b(c(a(x1)))))) b(c(x1)) = x1 + 1/4 >= x1 = x1 problem: DPs: TRS: a(b(x1)) -> x1 a(c(x1)) -> b(c(a(b(c(a(x1)))))) b(c(x1)) -> x1 Qed