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
↳Forward Instantiation Transformation
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→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
one new Dependency Pair is created:
-'(s(x), s(y)) -> -'(x, y)
-'(s(s(x'')), s(s(y''))) -> -'(s(x''), s(y''))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 5
↳Forward Instantiation Transformation
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
-'(s(s(x'')), s(s(y''))) -> -'(s(x''), 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:
-'(s(s(x'')), s(s(y''))) -> -'(s(x''), s(y''))
-'(s(s(s(x''''))), s(s(s(y'''')))) -> -'(s(s(x'''')), s(s(y'''')))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 5
↳FwdInst
...
→DP Problem 6
↳Argument Filtering and Ordering
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
-'(s(s(s(x''''))), s(s(s(y'''')))) -> -'(s(s(x'''')), s(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
-'(s(s(s(x''''))), s(s(s(y'''')))) -> -'(s(s(x'''')), s(s(y'''')))
POL(-'(x1, x2)) = 1 + x1 + x2 POL(s(x1)) = 1 + x1
-'(x1, x2) -> -'(x1, x2)
s(x1) -> s(x1)
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 5
↳FwdInst
...
→DP Problem 7
↳Dependency Graph
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→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
↳FwdInst
→DP Problem 2
↳Forward Instantiation Transformation
→DP Problem 3
↳FwdInst
→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
one new Dependency Pair is created:
+'(s(x), y) -> +'(x, y)
+'(s(s(x'')), y'') -> +'(s(x''), y'')
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 8
↳Forward Instantiation Transformation
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
+'(s(s(x'')), y'') -> +'(s(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
one new Dependency Pair is created:
+'(s(s(x'')), y'') -> +'(s(x''), y'')
+'(s(s(s(x''''))), y'''') -> +'(s(s(x'''')), y'''')
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 8
↳FwdInst
...
→DP Problem 9
↳Argument Filtering and Ordering
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
+'(s(s(s(x''''))), y'''') -> +'(s(s(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(s(s(x''''))), y'''') -> +'(s(s(x'''')), y'''')
POL(s(x1)) = 1 + x1 POL(+'(x1, x2)) = 1 + x1 + x2
+'(x1, x2) -> +'(x1, x2)
s(x1) -> s(x1)
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 8
↳FwdInst
...
→DP Problem 10
↳Dependency Graph
→DP Problem 3
↳FwdInst
→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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳Forward Instantiation Transformation
→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
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 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 11
↳Forward Instantiation Transformation
→DP Problem 4
↳Rw
*'(x'', s(s(y''))) -> *'(x'', 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:
*'(x'', s(s(y''))) -> *'(x'', s(y''))
*'(x'''', s(s(s(y'''')))) -> *'(x'''', s(s(y'''')))
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 11
↳FwdInst
...
→DP Problem 12
↳Argument Filtering and Ordering
→DP Problem 4
↳Rw
*'(x'''', s(s(s(y'''')))) -> *'(x'''', s(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
*'(x'''', s(s(s(y'''')))) -> *'(x'''', s(s(y'''')))
POL(*'(x1, x2)) = 1 + x1 + x2 POL(s(x1)) = 1 + x1
*'(x1, x2) -> *'(x1, x2)
s(x1) -> s(x1)
R
↳DPs
→DP Problem 1
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 11
↳FwdInst
...
→DP Problem 13
↳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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
→DP Problem 14
↳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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
→DP Problem 14
↳Rw
...
→DP Problem 15
↳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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
→DP Problem 14
↳Rw
...
→DP Problem 16
↳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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
→DP Problem 14
↳Rw
...
→DP Problem 17
↳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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
→DP Problem 14
↳Rw
...
→DP Problem 18
↳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
↳FwdInst
→DP Problem 2
↳FwdInst
→DP Problem 3
↳FwdInst
→DP Problem 4
↳Rw
→DP Problem 14
↳Rw
...
→DP Problem 19
↳Remaining Obligation(s)
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