R
↳Dependency Pair Analysis
F(s(x)) -> G(x, s(x))
G(s(x), y) -> G(x, +(y, s(x)))
G(s(x), y) -> +'(y, s(x))
G(s(x), y) -> G(x, s(+(y, x)))
G(s(x), y) -> +'(y, x)
+'(x, s(y)) -> +'(x, y)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
→DP Problem 2
↳AFS
+'(x, s(y)) -> +'(x, y)
f(0) -> 1
f(s(x)) -> g(x, s(x))
g(0, y) -> y
g(s(x), y) -> g(x, +(y, s(x)))
g(s(x), y) -> g(x, s(+(y, x)))
+(x, 0) -> x
+(x, s(y)) -> s(+(x, y))
innermost
+'(x, s(y)) -> +'(x, y)
POL(s(x1)) = 1 + x1 POL(+'(x1, x2)) = x1 + x2
+'(x1, x2) -> +'(x1, x2)
s(x1) -> s(x1)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 3
↳Dependency Graph
→DP Problem 2
↳AFS
f(0) -> 1
f(s(x)) -> g(x, s(x))
g(0, y) -> y
g(s(x), y) -> g(x, +(y, s(x)))
g(s(x), y) -> g(x, s(+(y, x)))
+(x, 0) -> x
+(x, s(y)) -> s(+(x, y))
innermost
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Argument Filtering and Ordering
G(s(x), y) -> G(x, s(+(y, x)))
G(s(x), y) -> G(x, +(y, s(x)))
f(0) -> 1
f(s(x)) -> g(x, s(x))
g(0, y) -> y
g(s(x), y) -> g(x, +(y, s(x)))
g(s(x), y) -> g(x, s(+(y, x)))
+(x, 0) -> x
+(x, s(y)) -> s(+(x, y))
innermost
G(s(x), y) -> G(x, s(+(y, x)))
G(s(x), y) -> G(x, +(y, s(x)))
+(x, 0) -> x
+(x, s(y)) -> s(+(x, y))
POL(0) = 0 POL(s(x1)) = 1 + x1 POL(+(x1, x2)) = x1 + x2
G(x1, x2) -> x1
s(x1) -> s(x1)
+(x1, x2) -> +(x1, x2)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 4
↳Dependency Graph
f(0) -> 1
f(s(x)) -> g(x, s(x))
g(0, y) -> y
g(s(x), y) -> g(x, +(y, s(x)))
g(s(x), y) -> g(x, s(+(y, x)))
+(x, 0) -> x
+(x, s(y)) -> s(+(x, y))
innermost