MAYBE Problem: f(g(x),s(0()),y) -> f(g(s(0())),y,g(x)) g(s(x)) -> s(g(x)) g(0()) -> 0() Proof: DP Processor: DPs: f#(g(x),s(0()),y) -> g#(s(0())) f#(g(x),s(0()),y) -> f#(g(s(0())),y,g(x)) g#(s(x)) -> g#(x) TRS: f(g(x),s(0()),y) -> f(g(s(0())),y,g(x)) g(s(x)) -> s(g(x)) g(0()) -> 0() EDG Processor: DPs: f#(g(x),s(0()),y) -> g#(s(0())) f#(g(x),s(0()),y) -> f#(g(s(0())),y,g(x)) g#(s(x)) -> g#(x) TRS: f(g(x),s(0()),y) -> f(g(s(0())),y,g(x)) g(s(x)) -> s(g(x)) g(0()) -> 0() graph: g#(s(x)) -> g#(x) -> g#(s(x)) -> g#(x) f#(g(x),s(0()),y) -> g#(s(0())) -> g#(s(x)) -> g#(x) f#(g(x),s(0()),y) -> f#(g(s(0())),y,g(x)) -> f#(g(x),s(0()),y) -> g#(s(0())) f#(g(x),s(0()),y) -> f#(g(s(0())),y,g(x)) -> f#(g(x),s(0()),y) -> f#(g(s(0())),y,g(x)) SCC Processor: #sccs: 2 #rules: 2 #arcs: 4/9 DPs: f#(g(x),s(0()),y) -> f#(g(s(0())),y,g(x)) TRS: f(g(x),s(0()),y) -> f(g(s(0())),y,g(x)) g(s(x)) -> s(g(x)) g(0()) -> 0() Open DPs: g#(s(x)) -> g#(x) TRS: f(g(x),s(0()),y) -> f(g(s(0())),y,g(x)) g(s(x)) -> s(g(x)) g(0()) -> 0() Matrix Interpretation Processor: dimension: 1 interpretation: [g#](x0) = x0 + 1, [f](x0, x1, x2) = 0, [s](x0) = x0 + 1, [0] = 0, [g](x0) = x0 orientation: g#(s(x)) = x + 2 >= x + 1 = g#(x) f(g(x),s(0()),y) = 0 >= 0 = f(g(s(0())),y,g(x)) g(s(x)) = x + 1 >= x + 1 = s(g(x)) g(0()) = 0 >= 0 = 0() problem: DPs: TRS: f(g(x),s(0()),y) -> f(g(s(0())),y,g(x)) g(s(x)) -> s(g(x)) g(0()) -> 0() Qed