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
↳Forward Instantiation Transformation
→DP Problem 2
↳Rw
+'(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
one new Dependency Pair is created:
+'(x, s(y)) -> +'(x, y)
+'(x'', s(s(y''))) -> +'(x'', s(y''))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 3
↳Forward Instantiation Transformation
→DP Problem 2
↳Rw
+'(x'', s(s(y''))) -> +'(x'', s(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
one new Dependency Pair is created:
+'(x'', s(s(y''))) -> +'(x'', s(y''))
+'(x'''', s(s(s(y'''')))) -> +'(x'''', s(s(y'''')))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 3
↳FwdInst
...
→DP Problem 4
↳Polynomial Ordering
→DP Problem 2
↳Rw
+'(x'''', s(s(s(y'''')))) -> +'(x'''', s(s(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(s(s(y'''')))) -> +'(x'''', s(s(y'''')))
POL(s(x1)) = 1 + x1 POL(+'(x1, x2)) = 1 + x2
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 3
↳FwdInst
...
→DP Problem 5
↳Dependency Graph
→DP Problem 2
↳Rw
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
↳FwdInst
→DP Problem 2
↳Rewriting Transformation
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
one new Dependency Pair is created:
G(s(x), y) -> G(x, +(y, s(x)))
G(s(x), y) -> G(x, s(+(y, x)))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Rw
→DP Problem 6
↳Narrowing Transformation
G(s(x), y) -> G(x, s(+(y, x)))
G(s(x), y) -> G(x, s(+(y, 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
two new Dependency Pairs are created:
G(s(x), y) -> G(x, s(+(y, x)))
G(s(0), y') -> G(0, s(y'))
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, y''))))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Rw
→DP Problem 6
↳Nar
...
→DP Problem 7
↳Narrowing Transformation
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, y''))))
G(s(x), y) -> G(x, s(+(y, 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
two new Dependency Pairs are created:
G(s(x), y) -> G(x, s(+(y, x)))
G(s(0), y') -> G(0, s(y'))
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, y''))))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Rw
→DP Problem 6
↳Nar
...
→DP Problem 8
↳Narrowing Transformation
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, y''))))
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, 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
two new Dependency Pairs are created:
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, y''))))
G(s(s(0)), y0') -> G(s(0), s(s(y0')))
G(s(s(s(y'))), y0') -> G(s(s(y')), s(s(s(+(y0', y')))))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Rw
→DP Problem 6
↳Nar
...
→DP Problem 9
↳Polynomial Ordering
G(s(s(s(y'))), y0') -> G(s(s(y')), s(s(s(+(y0', y')))))
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, 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
G(s(s(s(y'))), y0') -> G(s(s(y')), s(s(s(+(y0', y')))))
G(s(s(y'')), y0) -> G(s(y''), s(s(+(y0, y''))))
POL(0) = 0 POL(G(x1, x2)) = 1 + x1 POL(s(x1)) = 1 + x1 POL(+(x1, x2)) = 0
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳Rw
→DP Problem 6
↳Nar
...
→DP Problem 10
↳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