R
↳Dependency Pair Analysis
F(x, h(y)) -> F(h(x), y)
R
↳DPs
→DP Problem 1
↳Instantiation Transformation
F(x, h(y)) -> F(h(x), y)
f(x, g(x)) -> x
f(x, h(y)) -> f(h(x), y)
innermost
one new Dependency Pair is created:
F(x, h(y)) -> F(h(x), y)
F(h(x''), h(y'')) -> F(h(h(x'')), y'')
R
↳DPs
→DP Problem 1
↳Inst
→DP Problem 2
↳Instantiation Transformation
F(h(x''), h(y'')) -> F(h(h(x'')), y'')
f(x, g(x)) -> x
f(x, h(y)) -> f(h(x), y)
innermost
one new Dependency Pair is created:
F(h(x''), h(y'')) -> F(h(h(x'')), y'')
F(h(h(x'''')), h(y'''')) -> F(h(h(h(x''''))), y'''')
R
↳DPs
→DP Problem 1
↳Inst
→DP Problem 2
↳Inst
...
→DP Problem 3
↳Polynomial Ordering
F(h(h(x'''')), h(y'''')) -> F(h(h(h(x''''))), y'''')
f(x, g(x)) -> x
f(x, h(y)) -> f(h(x), y)
innermost
F(h(h(x'''')), h(y'''')) -> F(h(h(h(x''''))), y'''')
POL(h(x1)) = 1 + x1 POL(F(x1, x2)) = x2
R
↳DPs
→DP Problem 1
↳Inst
→DP Problem 2
↳Inst
...
→DP Problem 4
↳Dependency Graph
f(x, g(x)) -> x
f(x, h(y)) -> f(h(x), y)
innermost