R
↳Dependency Pair Analysis
F(f(x)) -> F(g(f(x), x))
F(f(x)) -> G(f(x), x)
F(f(x)) -> F(h(f(x), f(x)))
F(f(x)) -> H(f(x), f(x))
H(x, x) -> G(x, 0)
R
↳DPs
→DP Problem 1
↳Usable Rules (Innermost)
F(f(x)) -> F(h(f(x), f(x)))
F(f(x)) -> F(g(f(x), x))
f(f(x)) -> f(g(f(x), x))
f(f(x)) -> f(h(f(x), f(x)))
g(x, y) -> y
h(x, x) -> g(x, 0)
innermost
R
↳DPs
→DP Problem 1
↳UsableRules
→DP Problem 2
↳Rewriting Transformation
F(f(x)) -> F(h(f(x), f(x)))
F(f(x)) -> F(g(f(x), x))
g(x, y) -> y
h(x, x) -> g(x, 0)
innermost
one new Dependency Pair is created:
F(f(x)) -> F(h(f(x), f(x)))
F(f(x)) -> F(g(f(x), 0))
R
↳DPs
→DP Problem 1
↳UsableRules
→DP Problem 2
↳Rw
...
→DP Problem 3
↳Rewriting Transformation
F(f(x)) -> F(g(f(x), 0))
F(f(x)) -> F(g(f(x), x))
g(x, y) -> y
h(x, x) -> g(x, 0)
innermost
one new Dependency Pair is created:
F(f(x)) -> F(g(f(x), x))
F(f(x)) -> F(x)
R
↳DPs
→DP Problem 1
↳UsableRules
→DP Problem 2
↳Rw
...
→DP Problem 4
↳Rewriting Transformation
F(f(x)) -> F(x)
F(f(x)) -> F(g(f(x), 0))
g(x, y) -> y
h(x, x) -> g(x, 0)
innermost
one new Dependency Pair is created:
F(f(x)) -> F(g(f(x), 0))
F(f(x)) -> F(0)
R
↳DPs
→DP Problem 1
↳UsableRules
→DP Problem 2
↳Rw
...
→DP Problem 5
↳Usable Rules (Innermost)
F(f(x)) -> F(x)
g(x, y) -> y
h(x, x) -> g(x, 0)
innermost
R
↳DPs
→DP Problem 1
↳UsableRules
→DP Problem 2
↳Rw
...
→DP Problem 6
↳Size-Change Principle
F(f(x)) -> F(x)
none
innermost
|
|
trivial
f(x1) -> f(x1)