YES Problem: f(0(x1)) -> s(0(x1)) d(0(x1)) -> 0(x1) d(s(x1)) -> s(s(d(p(s(x1))))) f(s(x1)) -> d(f(p(s(x1)))) p(s(x1)) -> x1 Proof: Matrix Interpretation Processor: dim=1 interpretation: [p](x0) = x0, [f](x0) = 4x0, [d](x0) = x0, [0](x0) = x0 + 4, [s](x0) = x0 orientation: f(0(x1)) = 4x1 + 16 >= x1 + 4 = s(0(x1)) d(0(x1)) = x1 + 4 >= x1 + 4 = 0(x1) d(s(x1)) = x1 >= x1 = s(s(d(p(s(x1))))) f(s(x1)) = 4x1 >= 4x1 = d(f(p(s(x1)))) p(s(x1)) = x1 >= x1 = x1 problem: d(0(x1)) -> 0(x1) d(s(x1)) -> s(s(d(p(s(x1))))) f(s(x1)) -> d(f(p(s(x1)))) p(s(x1)) -> x1 Bounds Processor: bound: 0 enrichment: match automaton: final states: {2,8,3,1} transitions: f50() -> 2* s0(7) -> 3* s0(6) -> 7* s0(2) -> 4* f0(5) -> 9* p0(4) -> 5* d0(5) -> 6* d0(9) -> 8* 00(2) -> 1* 2 -> 5* 8 -> 9* 1 -> 6* 3 -> 6* problem: Qed