R
↳Dependency Pair Analysis
-'(s(x), s(y)) -> -'(x, y)
+'(s(x), y) -> +'(x, y)
*'(x, s(y)) -> +'(x, *(x, y))
*'(x, s(y)) -> *'(x, y)
F(s(x)) -> F(-(*(s(s(0)), s(x)), s(s(x))))
F(s(x)) -> -'(*(s(s(0)), s(x)), s(s(x)))
F(s(x)) -> *'(s(s(0)), s(x))
R
↳DPs
→DP Problem 1
↳Polynomial Ordering
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
-'(s(x), s(y)) -> -'(x, y)
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
-'(s(x), s(y)) -> -'(x, y)
POL(-'(x1, x2)) = x1 POL(s(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 5
↳Dependency Graph
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polynomial Ordering
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
+'(s(x), y) -> +'(x, y)
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
+'(s(x), y) -> +'(x, y)
POL(s(x1)) = 1 + x1 POL(+'(x1, x2)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 6
↳Dependency Graph
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polynomial Ordering
→DP Problem 4
↳Rw
*'(x, s(y)) -> *'(x, y)
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
*'(x, s(y)) -> *'(x, y)
POL(*'(x1, x2)) = x2 POL(s(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 7
↳Dependency Graph
→DP Problem 4
↳Rw
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rewriting Transformation
F(s(x)) -> F(-(*(s(s(0)), s(x)), s(s(x))))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(x)) -> F(-(*(s(s(0)), s(x)), s(s(x))))
F(s(x)) -> F(-(+(s(s(0)), *(s(s(0)), x)), s(s(x))))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rewriting Transformation
F(s(x)) -> F(-(+(s(s(0)), *(s(s(0)), x)), s(s(x))))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(x)) -> F(-(+(s(s(0)), *(s(s(0)), x)), s(s(x))))
F(s(x)) -> F(-(s(+(s(0), *(s(s(0)), x))), s(s(x))))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 9
↳Rewriting Transformation
F(s(x)) -> F(-(s(+(s(0), *(s(s(0)), x))), s(s(x))))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(x)) -> F(-(s(+(s(0), *(s(s(0)), x))), s(s(x))))
F(s(x)) -> F(-(+(s(0), *(s(s(0)), x)), s(x)))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 10
↳Rewriting Transformation
F(s(x)) -> F(-(+(s(0), *(s(s(0)), x)), s(x)))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(x)) -> F(-(+(s(0), *(s(s(0)), x)), s(x)))
F(s(x)) -> F(-(s(+(0, *(s(s(0)), x))), s(x)))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 11
↳Rewriting Transformation
F(s(x)) -> F(-(s(+(0, *(s(s(0)), x))), s(x)))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(x)) -> F(-(s(+(0, *(s(s(0)), x))), s(x)))
F(s(x)) -> F(-(+(0, *(s(s(0)), x)), x))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 12
↳Rewriting Transformation
F(s(x)) -> F(-(+(0, *(s(s(0)), x)), x))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(x)) -> F(-(+(0, *(s(s(0)), x)), x))
F(s(x)) -> F(-(*(s(s(0)), x), x))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 13
↳Narrowing Transformation
F(s(x)) -> F(-(*(s(s(0)), x), x))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
three new Dependency Pairs are created:
F(s(x)) -> F(-(*(s(s(0)), x), x))
F(s(0)) -> F(*(s(s(0)), 0))
F(s(0)) -> F(-(0, 0))
F(s(s(y'))) -> F(-(+(s(s(0)), *(s(s(0)), y')), s(y')))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 14
↳Rewriting Transformation
F(s(s(y'))) -> F(-(+(s(s(0)), *(s(s(0)), y')), s(y')))
F(s(0)) -> F(-(0, 0))
F(s(0)) -> F(*(s(s(0)), 0))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(0)) -> F(*(s(s(0)), 0))
F(s(0)) -> F(0)
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 15
↳Rewriting Transformation
F(s(0)) -> F(-(0, 0))
F(s(s(y'))) -> F(-(+(s(s(0)), *(s(s(0)), y')), s(y')))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(0)) -> F(-(0, 0))
F(s(0)) -> F(0)
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 16
↳Rewriting Transformation
F(s(s(y'))) -> F(-(+(s(s(0)), *(s(s(0)), y')), s(y')))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(s(y'))) -> F(-(+(s(s(0)), *(s(s(0)), y')), s(y')))
F(s(s(y'))) -> F(-(s(+(s(0), *(s(s(0)), y'))), s(y')))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 17
↳Rewriting Transformation
F(s(s(y'))) -> F(-(s(+(s(0), *(s(s(0)), y'))), s(y')))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(s(y'))) -> F(-(s(+(s(0), *(s(s(0)), y'))), s(y')))
F(s(s(y'))) -> F(-(+(s(0), *(s(s(0)), y')), y'))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 18
↳Rewriting Transformation
F(s(s(y'))) -> F(-(+(s(0), *(s(s(0)), y')), y'))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(s(y'))) -> F(-(+(s(0), *(s(s(0)), y')), y'))
F(s(s(y'))) -> F(-(s(+(0, *(s(s(0)), y'))), y'))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 19
↳Rewriting Transformation
F(s(s(y'))) -> F(-(s(+(0, *(s(s(0)), y'))), y'))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost
one new Dependency Pair is created:
F(s(s(y'))) -> F(-(s(+(0, *(s(s(0)), y'))), y'))
F(s(s(y'))) -> F(-(s(*(s(s(0)), y')), y'))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Rw
→DP Problem 8
↳Rw
...
→DP Problem 20
↳Remaining Obligation(s)
F(s(s(y'))) -> F(-(s(*(s(s(0)), y')), y'))
-(x, 0) -> x
-(s(x), s(y)) -> -(x, y)
+(0, y) -> y
+(s(x), y) -> s(+(x, y))
*(x, 0) -> 0
*(x, s(y)) -> +(x, *(x, y))
f(s(x)) -> f(-(*(s(s(0)), s(x)), s(s(x))))
innermost