MAYBE Problem: g(c(x,s(y))) -> g(c(s(x),y)) f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x Proof: DP Processor: DPs: g#(c(x,s(y))) -> g#(c(s(x),y)) f#(c(s(x),y)) -> f#(c(x,s(y))) f#(f(x)) -> f#(d(f(x))) TRS: g(c(x,s(y))) -> g(c(s(x),y)) f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x Usable Rule Processor: DPs: g#(c(x,s(y))) -> g#(c(s(x),y)) f#(c(s(x),y)) -> f#(c(x,s(y))) f#(f(x)) -> f#(d(f(x))) TRS: f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x TDG Processor: DPs: g#(c(x,s(y))) -> g#(c(s(x),y)) f#(c(s(x),y)) -> f#(c(x,s(y))) f#(f(x)) -> f#(d(f(x))) TRS: f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x graph: f#(f(x)) -> f#(d(f(x))) -> f#(f(x)) -> f#(d(f(x))) f#(f(x)) -> f#(d(f(x))) -> f#(c(s(x),y)) -> f#(c(x,s(y))) f#(c(s(x),y)) -> f#(c(x,s(y))) -> f#(f(x)) -> f#(d(f(x))) f#(c(s(x),y)) -> f#(c(x,s(y))) -> f#(c(s(x),y)) -> f#(c(x,s(y))) g#(c(x,s(y))) -> g#(c(s(x),y)) -> g#(c(x,s(y))) -> g#(c(s(x),y)) Restore Modifier: DPs: g#(c(x,s(y))) -> g#(c(s(x),y)) f#(c(s(x),y)) -> f#(c(x,s(y))) f#(f(x)) -> f#(d(f(x))) TRS: g(c(x,s(y))) -> g(c(s(x),y)) f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x SCC Processor: #sccs: 2 #rules: 3 #arcs: 5/9 DPs: g#(c(x,s(y))) -> g#(c(s(x),y)) TRS: g(c(x,s(y))) -> g(c(s(x),y)) f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x Open DPs: f#(f(x)) -> f#(d(f(x))) f#(c(s(x),y)) -> f#(c(x,s(y))) TRS: g(c(x,s(y))) -> g(c(s(x),y)) f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x Matrix Interpretation Processor: dimension: 1 interpretation: [f#](x0) = x0, [d](x0) = x0, [f](x0) = x0 + 1, [g](x0) = 0, [c](x0, x1) = x0 + 1, [s](x0) = x0 + 1 orientation: f#(f(x)) = x + 1 >= x + 1 = f#(d(f(x))) f#(c(s(x),y)) = x + 2 >= x + 1 = f#(c(x,s(y))) g(c(x,s(y))) = 0 >= 0 = g(c(s(x),y)) f(c(s(x),y)) = x + 3 >= x + 2 = f(c(x,s(y))) f(f(x)) = x + 2 >= x + 2 = f(d(f(x))) f(x) = x + 1 >= x = x problem: DPs: f#(f(x)) -> f#(d(f(x))) TRS: g(c(x,s(y))) -> g(c(s(x),y)) f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x Matrix Interpretation Processor: dimension: 1 interpretation: [f#](x0) = x0, [d](x0) = 0, [f](x0) = x0 + 1, [g](x0) = 1, [c](x0, x1) = 0, [s](x0) = 0 orientation: f#(f(x)) = x + 1 >= 0 = f#(d(f(x))) g(c(x,s(y))) = 1 >= 1 = g(c(s(x),y)) f(c(s(x),y)) = 1 >= 1 = f(c(x,s(y))) f(f(x)) = x + 2 >= 1 = f(d(f(x))) f(x) = x + 1 >= x = x problem: DPs: TRS: g(c(x,s(y))) -> g(c(s(x),y)) f(c(s(x),y)) -> f(c(x,s(y))) f(f(x)) -> f(d(f(x))) f(x) -> x Qed