R
↳Dependency Pair Analysis
APP(fact, 0) -> APP(s, 0)
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, app(p, app(s, x))))
APP(fact, app(s, x)) -> APP(*, app(s, x))
APP(fact, app(s, x)) -> APP(fact, app(p, app(s, x)))
APP(fact, app(s, x)) -> APP(p, app(s, x))
APP(app(*, app(s, x)), y) -> APP(app(+, app(app(*, x), y)), y)
APP(app(*, app(s, x)), y) -> APP(+, app(app(*, x), y))
APP(app(*, app(s, x)), y) -> APP(app(*, x), y)
APP(app(*, app(s, x)), y) -> APP(*, x)
APP(app(+, x), app(s, y)) -> APP(s, app(app(+, x), y))
APP(app(+, x), app(s, y)) -> APP(app(+, x), y)
R
↳DPs
→DP Problem 1
↳Polynomial Ordering
→DP Problem 2
↳Rw
APP(app(+, x), app(s, y)) -> APP(app(+, x), y)
app(p, app(s, x)) -> x
app(fact, 0) -> app(s, 0)
app(fact, app(s, x)) -> app(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(app(*, 0), y) -> 0
app(app(*, app(s, x)), y) -> app(app(+, app(app(*, x), y)), y)
app(app(+, x), 0) -> x
app(app(+, x), app(s, y)) -> app(s, app(app(+, x), y))
innermost
APP(app(+, x), app(s, y)) -> APP(app(+, x), y)
POL(0) = 0 POL(fact) = 0 POL(*) = 0 POL(s) = 0 POL(app(x1, x2)) = 1 + x2 POL(+) = 0 POL(APP(x1, x2)) = x2 POL(p) = 0
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 3
↳Dependency Graph
→DP Problem 2
↳Rw
app(p, app(s, x)) -> x
app(fact, 0) -> app(s, 0)
app(fact, app(s, x)) -> app(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(app(*, 0), y) -> 0
app(app(*, app(s, x)), y) -> app(app(+, app(app(*, x), y)), y)
app(app(+, x), 0) -> x
app(app(+, x), app(s, y)) -> app(s, app(app(+, x), y))
innermost
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Rewriting Transformation
APP(app(*, app(s, x)), y) -> APP(app(*, x), y)
APP(app(*, app(s, x)), y) -> APP(app(+, app(app(*, x), y)), y)
APP(fact, app(s, x)) -> APP(fact, app(p, app(s, x)))
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(p, app(s, x)) -> x
app(fact, 0) -> app(s, 0)
app(fact, app(s, x)) -> app(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(app(*, 0), y) -> 0
app(app(*, app(s, x)), y) -> app(app(+, app(app(*, x), y)), y)
app(app(+, x), 0) -> x
app(app(+, x), app(s, y)) -> app(s, app(app(+, x), y))
innermost
one new Dependency Pair is created:
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, app(p, app(s, x))))
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, x))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Rw
→DP Problem 4
↳Rewriting Transformation
APP(app(*, app(s, x)), y) -> APP(app(+, app(app(*, x), y)), y)
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, x))
APP(fact, app(s, x)) -> APP(fact, app(p, app(s, x)))
APP(app(*, app(s, x)), y) -> APP(app(*, x), y)
app(p, app(s, x)) -> x
app(fact, 0) -> app(s, 0)
app(fact, app(s, x)) -> app(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(app(*, 0), y) -> 0
app(app(*, app(s, x)), y) -> app(app(+, app(app(*, x), y)), y)
app(app(+, x), 0) -> x
app(app(+, x), app(s, y)) -> app(s, app(app(+, x), y))
innermost
one new Dependency Pair is created:
APP(fact, app(s, x)) -> APP(fact, app(p, app(s, x)))
APP(fact, app(s, x)) -> APP(fact, x)
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Rw
→DP Problem 4
↳Rw
...
→DP Problem 5
↳Narrowing Transformation
APP(fact, app(s, x)) -> APP(fact, x)
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, x))
APP(app(*, app(s, x)), y) -> APP(app(*, x), y)
APP(app(*, app(s, x)), y) -> APP(app(+, app(app(*, x), y)), y)
app(p, app(s, x)) -> x
app(fact, 0) -> app(s, 0)
app(fact, app(s, x)) -> app(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(app(*, 0), y) -> 0
app(app(*, app(s, x)), y) -> app(app(+, app(app(*, x), y)), y)
app(app(+, x), 0) -> x
app(app(+, x), app(s, y)) -> app(s, app(app(+, x), y))
innermost
two new Dependency Pairs are created:
APP(app(*, app(s, x)), y) -> APP(app(+, app(app(*, x), y)), y)
APP(app(*, app(s, 0)), y'') -> APP(app(+, 0), y'')
APP(app(*, app(s, app(s, x''))), y'') -> APP(app(+, app(app(+, app(app(*, x''), y'')), y'')), y'')
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Rw
→DP Problem 4
↳Rw
...
→DP Problem 6
↳Narrowing Transformation
APP(app(*, app(s, app(s, x''))), y'') -> APP(app(+, app(app(+, app(app(*, x''), y'')), y'')), y'')
APP(app(*, app(s, 0)), y'') -> APP(app(+, 0), y'')
APP(app(*, app(s, x)), y) -> APP(app(*, x), y)
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, x))
APP(fact, app(s, x)) -> APP(fact, x)
app(p, app(s, x)) -> x
app(fact, 0) -> app(s, 0)
app(fact, app(s, x)) -> app(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(app(*, 0), y) -> 0
app(app(*, app(s, x)), y) -> app(app(+, app(app(*, x), y)), y)
app(app(+, x), 0) -> x
app(app(+, x), app(s, y)) -> app(s, app(app(+, x), y))
innermost
no new Dependency Pairs are created.
APP(app(*, app(s, 0)), y'') -> APP(app(+, 0), y'')
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Rw
→DP Problem 4
↳Rw
...
→DP Problem 7
↳Remaining Obligation(s)
APP(fact, app(s, x)) -> APP(fact, x)
APP(fact, app(s, x)) -> APP(app(*, app(s, x)), app(fact, x))
APP(app(*, app(s, x)), y) -> APP(app(*, x), y)
APP(app(*, app(s, app(s, x''))), y'') -> APP(app(+, app(app(+, app(app(*, x''), y'')), y'')), y'')
app(p, app(s, x)) -> x
app(fact, 0) -> app(s, 0)
app(fact, app(s, x)) -> app(app(*, app(s, x)), app(fact, app(p, app(s, x))))
app(app(*, 0), y) -> 0
app(app(*, app(s, x)), y) -> app(app(+, app(app(*, x), y)), y)
app(app(+, x), 0) -> x
app(app(+, x), app(s, y)) -> app(s, app(app(+, x), y))
innermost